.pt-110{
    padding-top: 110px;
}

.btn-app-secondary{
    font-family: "Raleway", sans-serif;
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 14px 32px;
    border-radius: 4px;
    transition: 0.5s;
    line-height: 1;
    color: #fff;
    -webkit-animation-delay: 0.8s;
    animation-delay: 0.8s;
    background: #0b2341;
    margin-top: 15px;
}

.btn-app-secondary:hover{
    color: #fff;
    background: #1f4d85;
}

.btn-outline-app{
    font-family: "Raleway", sans-serif;
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 14px 32px;
    border-radius: 4px;
    transition: 0.5s;
    line-height: 1;
    color: #0b2341;
    -webkit-animation-delay: 0.8s;
    animation-delay: 0.8s;
    background: #fff;
    border: 2px solid #0b2341;
    margin-top: 15px;
}

.btn-outline-app:hover{
    color: #fff;
    background: #0b2341;
}

#btn-save-info.btn-submit-registration{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 130px;
    margin-top: 0;
    padding: 14px 32px;
    border: 2px solid #0b2341;
    border-radius: 4px;
    background: #0b2341;
    color: #fff;
    font-family: "Raleway", sans-serif;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 1px;
    line-height: 1;
    text-align: center;
    box-shadow: none;
}

#btn-save-info.btn-submit-registration:hover,
#btn-save-info.btn-submit-registration:focus{
    border-color: #1f4d85;
    background: #1f4d85;
    color: #fff;
}

#btn-save-info.btn-submit-registration:disabled{
    border-color: #6b7786;
    background: #6b7786;
    color: #fff;
    opacity: 1;
    box-shadow: none;
    cursor: not-allowed;
}

#btn-save-info.btn-submit-registration .submit-loading{
    align-items: center;
    justify-content: center;
}

#btn-save-info.btn-submit-registration .submit-loading:not(.d-none){
    display: inline-flex;
}

.registration-form-actions .btn{
    margin-top: 0;
}
