@font-face {
    font-family: 'Gotham';
    src: url('../fonts/Gotham-Black.woff2') format('woff2'),
    url('../fonts/Gotham-Black.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gotham';
    src: url('../fonts/Gotham-Bold.woff2') format('woff2'),
    url('../fonts/Gotham-Bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gotham';
    src: url('../fonts/Gotham-Light.woff2') format('woff2'),
    url('../fonts/Gotham-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gotham';
    src: url('../fonts/Gotham-Book.woff2') format('woff2'),
    url('../fonts/Gotham-Book.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gotham';
    src: url('../fonts/Gotham-Black.woff2') format('woff2'),
    url('../fonts/Gotham-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
:root{
    --font-gotham: 'Gotham', sans-serif;
    --font-gotham-book: 'Gotham Book', sans-serif;
}
.form-container p:after, .form-container p:before{
    content: unset;
}
.section-hero{
    background-color: #fff;
}
@media (min-width: 1200px) {
    .section-hero{
        background-image: url("../img/bg.jpeg");
        background-size: cover;
        background-position: 274px 100%;
        background-repeat: no-repeat;
    }
   
}
.form-container{
    min-height: 100vh;
    /* padding: 60px 20px; */
    width: 100%;
    position: relative;
}
@media (min-width: 1200px) {
    .form-container{
        /* padding: 60px 60px 75px; */
        width: 48%;
    }
}
label{
    margin-bottom: 0 !important;
}
.form-container .form-group{
    margin-bottom: 10px;
}
.form-container h1{
    font-family: var(--font-gotham);
    font-weight: 700;
    color: #3C1263;

    font-size: 40px;
}
.form-container h4{
    color: #000;
    font-family: var(--font-gotham);
    font-size: 19px;
    font-weight: 300;
}
.form-container h5{
    color: #150606;
    font-family: var(--font-gotham);
    font-size: 19px;
    font-weight: 900;
}
.form-container h5 .icon-lock{
    position: relative;
    top: -9px;
}
.form-container form{
    /* margin-top: 30px; */
    padding-top: 25px;
    margin: 0 auto;
    max-width: 500px;
    width: 100%;
}
.form-container .form-control::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    font-family: var(--font-gotham);
    color: #716A6A;
    font-size: 17px;
    font-style: italic;
    font-weight: 300;
}
.form-container .form-control::-moz-placeholder { /* Firefox 19+ */
    font-family: var(--font-gotham);
    color: #716A6A;
    font-size: 17px;
    font-style: italic;
    font-weight: 300;
}
.form-container .form-control:-ms-input-placeholder { /* IE 10+ */
    font-family: var(--font-gotham);
    color: #716A6A;
    font-size: 17px;
    font-style: italic;
    font-weight: 300;
}
.form-container .form-control:-moz-placeholder { /* Firefox 18- */
    font-family: var(--font-gotham);
    color: #716A6A;
    font-size: 17px;
    font-style: italic;
    font-weight: 300;
}
.form-container .form-control{
    font-family: var(--font-gotham);
    font-size: 17px;
    color: #3C1263;
    font-weight: 300;
    background-color: #F6F6F6;
    border: 0;
    padding: 15px 30px;
    border-radius: 50px;
}
.form-container .form-group label:not(.custom-control-label){
    font-family: var(--font-gotham);
    color: #3C1263;
    font-size: 12px;
    font-weight: 300;
    /* padding-left: 30px; */
}
.form-container .form-group .custom-control-label{
    font-family: var(--font-gotham);
    font-weight: normal;
    color: #000;
    font-size: 13px;
    font-style: italic;
    padding-left: 10px;
    padding-top: 4px;
}
.form-container .custom-control-label:before, .form-container .custom-control-label:after{
    height: 19px;
    width: 19px;
}

.form-container .custom-control-label:before{
    border-color: #FF6232;
}
.form-container .custom-control-input:checked~.custom-control-label:before{
    border-color: #FF6232;
    background-color: #FF6232;
}
.form-container a{
    font-family: var(--font-gotham);
    font-weight: 300;
    color: #FF6232;
    width: auto;
    padding: 0;
    border: 0;
    display: inline-block;
    font-size: 16px;
}
.form-container h2{
    font-size: 24px;
}
.form-container p, .form-container p a{
    font-family: var(--font-gotham);
    font-weight: 300;
    color: #95A0B1;
    font-size: 16px;
}

.form-container p a{
    color: #FF6232;
}

.form-container .form-group .custom-control-label a{
    font-family: var(--font-gotham);
    font-weight: normal;
    color: #FF6232;
    font-size: 13px;
    font-style: italic;
}
.form-container .input-group>.input-group-append>.input-group-text{
    font-family: var(--font-gotham);
    font-weight: 300;
    border-radius: 50px;
    padding: 9px 18px;
    background-color: #EBE6E6;
    border: 0;
    color: #000;
    font-size: 15px;
}
.form-container .input-group>.input-group-append{
    background-color: #F6F6F6;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
    margin-left: 0;
}
.btn-rounded{
    border-radius: 50px;
}
.btn-orange{
    font-family: var(--font-gotham);
    background-color: #FF6232;
    border-color: #FF6232;
    color: #FFFAFA;
    font-size: 27px;
    padding-left: 30px;
    padding-right: 30px;
}
.btn-orange:hover, .btn-orange:focus{
    background-color: #ec572a;
    border-color: #ec572a;
    color: #fff;
}
.custom-select-lang{
    font-family: var(--font-gotham);
    font-weight: 300;
    color: #FF6232;
    border: 0;
    font-size: 17px;
}
.f-w-300{
    font-weight: 300;
}
.recaptcha-disclaimer{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 0 15px;
    background-color: #fff;
    /* margin-bottom: 0; */
}
.form-container .recaptcha-disclaimer, .form-container .recaptcha-disclaimer a{
    color: #000;
    font-family: var(--font-gotham);
    font-size: 11px;
    font-weight: 300;
}
.form-container .recaptcha-disclaimer a{
    color: #FF6232;
}
@media (min-width: 1200px) {
    .form-login-container{
        width: 41%;
    }
}
.form-login-container{
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.logo-container{
    /* margin-top: 40px; */
    margin-bottom: 40px;
}
.form-container.form-login-container .form-group label:not(.custom-control-label){
    color: #95A0B1;
    /* padding-left: 20px; */
    font-weight: 400;
}
.form-container.form-login-container .form-control{
    font-family: var(--font-gotham);
    font-size: 16px;
    color: #000;
    font-weight: 300;
    background-color: #fff !important;
    border: 3px solid #F5F5F5;
    padding: 10px 20px;
    border-radius: 6px;
}
.form-container.form-login-container .input-group .form-control{
   
    padding: 10px 20px;
    font-size: 16px;
}
.form-container.form-login-container .input-group>.input-group-prepend>.input-group-text{
    border-radius: 0;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    padding: 9px 18px;
    background-color: #fff;
    border: 2px solid #f5f5f5;
    border-right: 0;
}
.form-container.form-login-container .input-group>.input-group-append>.btn{
    border-radius: 0;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    padding: 3px 16px;
    background-color: #fff;
    border: 3px solid #F5F5F5;
    border-left: 0;
}
.form-container.form-login-container .input-group>.input-group-prepend{
    background-color: #fff;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}
.form-container.form-login-container .input-group>.input-group-append{
    background-color: #fff;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}
/* .form-container.form-login-container .input-group:not(.has-validation)>.form-control:not(:last-child){
    border-right: 0;
} */
.form-login-container .custom-control.custom-checkbox .custom-control-label{
    color: #FF6232;
    font-family: var(--font-gotham);
    font-weight: 300;
    font-size: 16px;
    text-decoration-line: underline;
    font-style: normal;
}
.form-login-container .forgot_pswd{
    padding-left: 33px;
}
.form-login-container .btn-orange{
    border-radius: 10px;
    font-size: 20px;
}
.height-50{
    height: 50px;
}
.form-container.form-login-container .input-group>.input-group-append>.input-group-text{
    background-color: #f0f0f0;
    border-radius: 0;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    border: 3px solid #f5f5f5;
    border-left: 0;
}
.text-decoration-underline{
    text-decoration: underline;
}
.form-container.form-login-container .form-control.form-control-code{
    border-radius: 2px;
    border: 1px solid #BAB9B9;
    background: rgba(129, 125, 125, 0.00);
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    /* height: 60px; */
    padding: 15px 10px;
    text-align: center;
}

.quickLinks p {
    margin-bottom: 5px;
}

.quickLinks p a {
    color: #fff !important;
    font-family: var(--font-gotham);
}

.quickLinks {
   position: absolute;
   bottom: 0;
   margin: 25px;
}

.quickLinks p a:hover {
    color: #fff;
}

.logoPosition {
    margin: 25px;
    position: fixed;
    top: 0;
}

h1, h2, h3, h4, h5, h6, button {
    font-family: var(--font-gotham);
}


.social-btn img{
    margin-top: 3px;
    height: 20px;
    width: 20px;
}
.social-btn span{
    font-size: 13px;
}
.form-container.form-login-container .input-group .form-control.passwordField{
    padding: 10px 20px !important;
    border-left: 3px solid #f5f5f5 !important;
}
#back-btn {
    position: fixed;
    top: 10px;
}
#back-btn a{
    color: #95A0B1;
    font-size: 14px;
    margin-top: 14px;
    font-weight: 400;
}
.btn-outline-dark:hover {
    background-color: #fff !important;
    border-color: #343a40;
    color: #343a40 !important;
}
#signIntext::before,
#signIntext::after {
    display: inline-block;
    content: "";
    width: 30%;
    /* max-width: 10vw; */
    position: relative;
    bottom: 4px;
    background: #95A0B1;
    height: 0.5px;
}
.leftPageLayout{
    flex-direction: column;
    justify-content: center;
}
