body{
    background:#f5f7fb;
    font-family:Arial,Helvetica,sans-serif;
}

.navbar{

    background:#a00502;

}
.navbar img {
    width: 120px;
}

.hero{

    padding:90px 20px;

    text-align:center;

}

.hero h1{

    font-size:48px;

    font-weight:700;

}

.hero p{

    font-size:22px;

    color:#666;

    margin:20px 0 35px;

}

.btn{

    border-radius:10px;

    padding:12px 30px;

}

footer{

    margin-top:100px;

}

.role-card{

    border:2px solid #eee;

    border-radius:15px;

    padding:25px;

    text-align:center;

    cursor:pointer;

    transition:.3s;

}


.role-card:hover{

    border-color: #000b4d;

}
.role-card i {
    font-size: 24px;
}

.role-card input{

    margin-bottom:10px;

}


.progress{

    height:25px;

}


.card{

    border-radius:20px;

}

.register-btn {
    background: #000b4e;
    width: 400px;
    margin: auto;
    padding: 60px 20px 30px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    border-radius: 12px;
    position: relative;
    margin-top: 80px;
}

.register-btn .icon {
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    background: #a00502;
    position: absolute;
    top: -40px;
    right: 160px;
}

.register-btn .icon i {
    color: #ffffff;
    font-size: 34px;
}

.register-text {
    font-size: 22px;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: 600;
}
.register-text:hover{
    color: #a00502;
}
a{
    text-decoration: none;
}
.declaration-btn {
    margin-top: 30px;
}
.declaration-btn a {
    font-size: 18px;
    text-decoration: underline;
}

@media (max-width: 767px){
    .register-btn {
    width: 100%;
}
.register-btn .icon {
    right: 130px;
}
}