body {
    background-color: #fafafa;
    font-family: 'NT';
    font-size: 16px;
    overflow-x: hidden;
    position: relative;
}

.text-white {
    color: #fff;
}

.bg-left-yellow {
    background-image: linear-gradient(to bottom, #ffd100, #dab303);
}

.mb-0 {
    margin-bottom: 0;
}

.row {
    margin-right: 0;
    margin-left: 0;
}

.col-xs-12 {
    padding-left: 0;
    padding-right: 0;
}

.mx-auto {
    margin: auto;
}

.d-block {
    display: block;
}

.fw-bold {
    font-family: 'NT-bold';
}

.fs-20 {
    font-size: 20px;
}
.fs-30 {
    font-size: 30px;
}

.fs-xxxl {
    font-size: 50px;
}

.img-mailbox {
    width: 735px;
    position: relative;
    left: 86px;
    padding-top: 70px;
    padding-bottom: 37px;
}

.text-workflow {
    padding: 24px 70px;
    font-size: 24px;
}
.text-workflow u {
    margin-bottom: 13px;
    display: block;
}
.text-workflow ol {
    padding-left: 18px;
}

.mail-box-content {
    max-width: 700px;
    margin: auto;
}

.mail-box-form {
    margin-top: 70px;
    margin-bottom: 24px;
}


/* Section rignt form */
.language {
    font-size: 28px;
    text-align: right;
}
.language a {
    color: #bebebe;
}
.language a:hover , .language a.active {
    color: #545859;
}
.form-mail-box {
    margin-top: 24px;
}
.form-mail-box .panel {
    border-radius: 50px;
    box-shadow: none;
}
.form-mail-box .panel .panel-body {
    padding: 60px 15px;
}
.form-mail-box .panel .title {
    font-size: 58px;
    margin-top: 0;
    color: #393535;
}
.custom-form {
    max-width: 50%;
    margin: auto;
}
.custom-form .form-control {
    height: 40px;
    font-size: 20px;
    padding-left: 50px;
    border-radius: 50px;
    border: solid 1px #707070;
}
.custom-form .form-control:focus {
    border: solid 1px #ffd100;
    box-shadow: none;
}
.custom-form form .form-group:last-child {
    margin-bottom: 0;
}
/* Form Input */
.form-user , .form-pass {
    position: relative;
}
.form-user::before {
    background-image: url(user.svg);
}
.form-pass::before {
    background-image: url(password.svg);
}
.form-user::before , .form-pass::before {
    content: "";
    position: absolute;
    left: 18px;
    top: 0;
    background-size: 100%;
    width: 13px;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
}
.forgot-password {
    margin-bottom: 10px;
}
.forgot-password a {
    color: #545859;
}
.checkbox input[type=checkbox], .checkbox-inline input[type=checkbox], .radio input[type=radio], .radio-inline input[type=radio] {
    top: 5px;
}
.form-user::after , .form-pass::after {
    content: "";
    position: absolute;
    background-color: #cecece;
    left: 43px;
    top: 8px;
    width: 1px;
    height: 24px;
}
.interface {
    margin-bottom: 10px;
    font-size: 20px;
}
.btn-login {
    width: 100%;
    border-radius: 35px;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
    background-color: #767676;
    color: #fff;
    font-size: 20px;
}
.interface .radio-inline {
    position: relative;
    margin-left: 0px;
    padding-left: 28px;
}
.custom-control-label {
    color: #707070;
    font-weight: 500;
    font-size: 22px;
}
.custom-control-input[type="radio"]:checked ~ .custom-control-label::after {
    content: "";
    background-color: #fff;
    border: 4px solid #707070;
    position: absolute;
    width: 13px;
    height: 13px;
    border-radius: 50px;
    left: 8px;
    top: 9px;
}
.footer-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    margin-top: 250px;
}
.footer-icon .contact:first-child {
    margin-right: 40px;
}
.footer-icon .contact a {
    color: #838383;
}

a.show-pass {
    position: absolute;
    width: 13px;
    right: 12px;
    top: 16px;
}

.custom-form .form-group label {
    font-size: 20px;
    font-weight: 200;
    color: #707070;
}

@media (max-width:575px) {
    .text-workflow {
        padding: 10px 20px;
        font-size: 20px;
    }
    .text-workflow br {
        display: none;
    }
    
    .row {
        margin-right: 0px;
        margin-left: 0px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .img-mailbox {
        width: 735px;
        position: relative;
        left: 0;
        padding-top: 25px;
        padding-bottom: 37px;
    }
    .col-xs-12 {
       padding-left: 0;
       padding-right: 0;
       float: inherit;
       -webkit-box-flex: 0;
       -ms-flex: 0 0 100%;
       flex: 0 0 100%;
       max-width: 100%;
    }
    .col-lg-5.col-xs-12 {
        order: 1;
    }
    .col-lg-7.col-xs-12 {
        padding: 0px 24px;
    }
    .form-mail-box .panel .title {
        font-size: 40px;
        margin-top: 0;
        color: #393535;
    }
    .custom-form {
        max-width: 75%;
        margin: auto;
    }
    .footer-icon {
        display: -webkit-box;
        display: -ms-flexbox;
        display: block;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        justify-content: center;
        font-size: 20px;
        margin-top: 40px;
        margin-bottom: 20px;
    }
    .footer-icon .contact {
        margin-bottom: 20px;
    }
    .language {
        font-size: 18px;
        text-align: right;
    }
    .custom-control-label {
        color: #707070;
        font-weight: 500;
        font-size: 18px;
    }
    .interface .radio-inline:first-child {
        position: relative;
        margin-left: 0px;
        padding-left: 0;
    }
    .interface .radio-inline {
        display: block;
        padding-left: 19px;
    }
}

@media (max-width:1199px) {
    .text-workflow {
        padding: 10px 20px;
        font-size: 20px;
    }
    .text-workflow br {
        display: none;
    }
    
    .row {
        margin-right: 0px;
        margin-left: 0px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .img-mailbox {
        width: 735px;
        position: relative;
        left: 0;
        padding-top: 25px;
        padding-bottom: 37px;
    }
    .col-xs-12 {
       padding-left: 0;
       padding-right: 0;
       float: inherit;
       -webkit-box-flex: 0;
       -ms-flex: 0 0 100%;
       flex: 0 0 100%;
       max-width: 100%;
    }
    .col-lg-5.col-xs-12 {
        order: 1;
    }
    .col-lg-7.col-xs-12 {
        padding: 0px 24px;
    }
    .form-mail-box .panel .title {
        font-size: 40px;
        margin-top: 0;
        color: #393535;
    }
    .custom-form {
        max-width: 75%;
        margin: auto;
    }
    .footer-icon {
        display: -webkit-box;
        display: -ms-flexbox;
        display: block;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        justify-content: center;
        font-size: 20px;
        margin-top: 40px;
        margin-bottom: 20px;
    }
    .footer-icon .contact {
        margin-bottom: 20px;
    }
    .language {
        font-size: 18px;
        text-align: right;
    }
    .custom-control-label {
        color: #707070;
        font-weight: 500;
        font-size: 18px;
    }
    .interface .radio-inline:first-child {
        position: relative;
        margin-left: 0px;
        padding-left: 0;
    }
    .interface .radio-inline {
        display: block;
        padding-left: 19px;
    }
}

@media (min-width:1200px) {
    .img-mailbox {
        width: 560px;
        position: relative;
        left: 90px;
        padding-top: 30px;
        padding-bottom: 37px;
    }
    .text-workflow {
        font-size: 18px;
    }
    .footer-icon {
        margin-top: 25px;
    }
    .mail-box-form {
        margin-top: 40px;
        margin-bottom: 24px;
    }
    .text-workflow {
        padding: 13px 70px;
    }
    .bg-left-yellow {
        height: 100vh;
    }
    .footer-icon {
        margin-top: 26%;
    }
    .text-workflow br {
        display:none;
    }
    .img-mailbox {
        width: 440px;
        position: relative;
        left: 90px;
        padding-top: 30px;
        padding-bottom: 37px;
    }
}

@media (min-width:1400px) {
    .text-workflow {
        font-size: 20px;
    }
    .img-mailbox {
        width: 554px;
        position: relative;
        left: 86px;
        padding-top: 8px;
        padding-bottom: 20px;
    }

    .footer-icon {
        margin-top: 25px;
    }
    .bg-left-yellow {
        height: 100vh;
    }
    .text-workflow {
        padding: 13px 30px;
    }
    .text-workflow br {
        display:block;
    }

}

@media (min-width: 1600px) {

    .img-mailbox {
        width: 735px;
        position: relative;
        left: 86px;
        padding-top: 45px;
        padding-bottom: 37px;
    }

    .text-workflow {
        padding: 4px 50px;
        font-size: 22px;
    }
    .text-workflow u {
        margin-bottom: 13px;
        display: block;
    }
    .text-workflow ol {
        padding-left: 18px;
    }

    .mail-box-content {
        max-width: 700px;
        margin: auto;
    }

    .mail-box-form {
        margin-top: 70px;
        margin-bottom: 24px;
    }

    /* Section rignt form */
    .language {
        font-size: 28px;
        text-align: right;
    }
    .language a {
        color: #bebebe;
    }
    .language a:hover , .language a.active {
        color: #545859;
    }
    .form-mail-box {
        margin-top: 24px;
    }
    .form-mail-box .panel {
        border-radius: 50px;
        box-shadow: none;
    }
    .form-mail-box .panel .panel-body {
        padding: 60px 15px;
    }
    .form-mail-box .panel .title {
        font-size: 40px;
        margin-top: 0;
        color: #393535;
    }
    .custom-form {
        max-width: 50%;
        margin: auto;
    }
    .custom-form .form-control {
        height: 40px;
        font-size: 20px;
        padding-left: 50px;
        border-radius: 50px;
        border: solid 1px #707070;
    }
    .custom-form .form-control:focus {
        border: solid 1px #ffd100;
        box-shadow: none;
    }
    .custom-form form .form-group:last-child {
        margin-bottom: 0;
    }
    /* Form Input */
    .form-user , .form-pass {
        position: relative;
    }
    .form-user::before {
        background-image: url(user.svg);
    }
    .form-pass::before {
        background-image: url(password.svg);
    }
    .form-user::before , .form-pass::before {
        content: "";
        position: absolute;
        left: 18px;
        top: 0;
        background-size: 100%;
        width: 13px;
        height: 100%;
        background-repeat: no-repeat;
        background-position: center;
    }
    .forgot-password {
        margin-bottom: 10px;
    }
    .forgot-password a {
        color: #545859;
    }
    .checkbox input[type=checkbox], .checkbox-inline input[type=checkbox], .radio input[type=radio], .radio-inline input[type=radio] {
        top: 5px;
    }
    .form-user::after , .form-pass::after {
        content: "";
        position: absolute;
        background-color: #cecece;
        left: 43px;
        top: 8px;
        width: 1px;
        height: 24px;
    }
    .interface {
        margin-bottom: 10px;
        font-size: 20px;
    }
    .btn-login {
        width: 100%;
        border-radius: 35px;
        box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
        background-color: #767676;
        color: #fff;
        font-size: 20px;
    }
    .interface .radio-inline {
        position: relative;
        margin-left: 0px;
        padding-left: 28px;
    }
    .custom-control-label {
        color: #707070;
        font-weight: 500;
        font-size: 22px;
    }
    .custom-control-input[type="radio"]:checked ~ .custom-control-label::after {
        content: "";
        background-color: #fff;
        border: 4px solid #707070;
        position: absolute;
        width: 13px;
        height: 13px;
        border-radius: 50px;
        left: 8px;
        top: 9px;
    }
    .footer-icon {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        justify-content: center;
        font-size: 20px;
        position: absolute;
        width: 100%;
        left: 0;
        margin-top: 0;
        bottom: -175px;
    }
    .footer-icon .contact:first-child {
        margin-right: 40px;
    }
    .footer-icon .contact a {
        color: #838383;
    }
}