@font-face {
    font-family: "Gotham";
    src: url('../font/Gotham-Black.otf'),
    url('../font/Gotham-Black.woff') format('woff'),
    url('../font/Gotham-Black.woff2') format('woff2');
    font-weight: bold;
}

@font-face {
    font-family: "Gotham";
    src: url('../font/Gotham-Book.otf'),
    url('../font/Gotham-Book.woff') format('woff'),
    url('../font/Gotham-Book.woff2') format('woff2');
    font-weight: 600;
}

@font-face {
    font-family: "Gotham";
    src: url('../font/Gotham-Book.otf'),
    url('../font/Gotham-Book.woff') format('woff'),
    url('../font/Gotham-Book.woff2') format('woff2');
    font-weight: 600;
}


@font-face {
    font-family: "Gotham";
    font-family: "Gotham";
    src: url('../font/Gotham-Light.otf'),
    url('../font/Gotham-Light.woff') format('woff'),
    url('../font/Gotham-Light.woff2') format('woff2');
    font-weight: 300;
}

body{
    font-family: "Gotham"!important;
}


section.hero_form {
    xdisplay: block;
    xwidth: 100%;
    xmargin: auto;
    xpadding: 120px 0px;
    xpadding-bottom: 0px;
    xoverflow: hidden;
    background: url(../images/img_banner.png);
    background-position: bottom right;
    background-repeat: no-repeat;
    background-size: contain;
    xheight: 100vh; 
    xoverflow-y: scroll;
}
.cust_copyrights{
    xposition: absolute;
    xleft: 0px;
    xbottom: 3%;
    xright: 0px;
    xmargin: auto;
}
section.hero_form .col-lg-12.text-center img {
    height: 104px;
}

section.hero_form .header_tex.text-center h1 {
    font-size: 30px;
    font-weight: bold;
    margin: 35px 0px;
    color: #3bbde6;
}


section.hero_form .form-group label.fieldLabel {
    font-size: 18px;
    color: #f8a046;
    font-weight: 700;
}

section.hero_form form {
    margin-top: 15px;
}


section.hero_form form .form-group input {
    height: 35px !important;
    border: none !important;
    border-bottom: 1px solid #a9e2f4 !important;
    border-radius: 0 !important;
    color: #a0a2a4;
    padding-left: 0px !important;
}


section.hero_form form .check_box label.checkbox {
    font-size: 12px !important;
    display: flex;
    width: 150px;
    align-items: center;
    font-weight: 400!important;
    color: #a0a2a4 !important;
}

/*
.row.cust_c {
    position: absolute;
    bottom: 0px;
    top: 0px;
    height: fit-content;
    overflow: hidden;
    display: block;
    margin: auto;
}
*/
section.hero_form .col-lg-5 .row {
    padding-right: 65px;
    padding-bottom: 20px;
}

section.hero_form form .form-group input::placeholder {
    color: #a0a2a4;
}

section.hero_form form .form-group.check_box {
    display: flex;
    width: 100%;
    margin-bottom: 35px;
}


section.hero_form form .check_box label.checkbox {
    font-size: 12px !important;
    display: flex;
    width: 50%;
    align-items: center;
    font-weight: 400!important;
    color: #a0a2a4 !important;
}


section.hero_form form .check_box label.checkbox:last-child {
    justify-content: flex-end;
}
section.hero_form form input#rememberMe {
    border: none !important;
    margin-right: 10px;
    opacity: 0;
}


.checkmark {
    background: #e1e1e1;
    display: block;
    height: 10px;
    width: 10px;
    position: absolute;
    margin-top: 0px;
    z-index: 1;
    opacity: 1;
}
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
  }
  
  /* Show the checkmark when checked */
input:checked ~ .checkmark:after {
    display: block;
  }

  input:checked ~ .checkmark {
    background-color: #2196F3;
}
  
  /* Style the checkmark/indicator */
.checkmark:after {
    left: 4px;
    top: 1px;
    width: 3px;
    height: 7px;
    border: solid rgb(255, 255, 255);
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate( 
45deg
 );
    -ms-transform: rotate(45deg);
    transform: rotate( 
45deg
 );
  }


section.hero_form form .check_box a {
    font-size: 12px;
    align-items: center;
    justify-content: right;
    width: 100%;
    display: block;
    text-align: right;
    color: #3bbde6;
    padding: 15px 0px;
    font-weight: 600;
    text-decoration: underline;
}

section.hero_form button.btn.btn-primary {
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    background: transparent;
    color: #231f20;
    width: 192px;
    border: 2px solid #231f20;
    border-radius: 50px;
    height: 50px;
    margin-right: 20px;
}

section.hero_form button.btn.btn-primary:last-child {
    background-image: linear-gradient(#fbb66c, #f16c61);
    border: none;
    color: #fff;
    margin-right: 0px;
}


section.hero_form .btm_text p {
    font-size: 12px;
    text-align: center;
    color: #0056a4;
    font-weight: 300;
    margin-bottom: 10px;
    margin-top: 10px;
}
section.hero_form .btm_text p.Xcust_copyrights {
    width: 1096px;
    font-size: 16px;
    font-weight: 600;
}

@media only screen and (max-width: 425px){
    section.hero_form {
        background: none;
        xpadding: 70px 0px;
    }
/*
    section.hero_form .col-lg-5 .row {
        padding-right: 0px;
        padding: 15px;
        padding-bottom: 60px;
    }
*/
    section.hero_form button.btn.btn-primary {
        width: 45%;
    }   
    section.hero_form button.btn.btn-primary:last-child {
        float: right;
    }
    section.hero_form form .check_box a {
        width: 100%;
    }
}

@media only screen and (max-width: 767px) and (min-width: 426px){
    section.hero_form {
        background: none;
    }
}

@media only screen and (max-width: 1023px) and (min-width: 768px){
    section.hero_form {
        background: none;
        Xpadding: 70px 0px;
    }

/*
    section.hero_form .col-lg-5 .row {
        padding: 15px;
    }
    section.hero_form .col-lg-5 .row {
        padding: 15px;
        padding-bottom: 100px;
        width: 65%;
        margin: auto;
    }
*/
    section.hero_form .btm_text {
        width: 65%;
        xmargin: auto;
    }
}


@media only screen and (max-width: 1250px) and (min-width: 1024px){
    section.hero_form {
        background-size: 660px;
    }
    section.hero_form .col-lg-5 .row {
        padding-right: 40px;
        padding-bottom: 100px;
    }
    section.hero_form button.btn.btn-primary {
        width: 160px;
    }
    section.hero_form button.btn.btn-primary:last-child {
        float: right;
    }
    section.hero_form form .check_box a {
        width: 100%;
    }
}

body.login3{
    background-color: #FFF!important;
}

.form-control{
  	padding: 4px 8px 4px 0px!important;
   box-shadow: ;
   font-size: .875rem!important; 
}

label{
	margin-bottom: 8px;	
}

.loginBoxes{
	
}
.loginBox{
}

.loginBox:not(.active){
	display:none;	
}

.loginBoxes{
    width: 100%;
}
section.hero_form form .form-group input.authCode{
	xborder:solid red 1px!important;
	font-size:40px!important;
	font-weight:bold!important;
	color:#000!important;
	text-align:center;
}

.cust_width{
    width: 450px!important;
}

@media (max-width: 1700px){
/*
    section.hero_form {
    padding: 10px 0px;
	}
*/
}
@media (max-width: 1300px){
/*
    .cust_copyrights{
        position: relative;
        display: block;
        text-align: center;
        left: 0px;
        bottom: 3%;
        right: 0px;
        margin: auto;
        padding: 10px 15px;
        box-sizing: border-box;
    }
    .row.cust_c{
        position: relative;
    }
*/
     section.hero_form {
        Xoverflow-y: scroll;
    }
    .cust_width{
        width: 450px!important;
    }
}
@media (max-width: 1024px){
    .cust_width{
        width: 350px!important;
    }
    section.hero_form .btm_text p.Xcust_copyrights {
        width: 992px!important;
    }
}
@media (max-width: 800px){
    .cust_width{
        width: 90%!important;
        max-width: 90%!important;
        xmargin: 0 auto!important;
        margin-left: auto!important;
        margin-right: auto!important;
    }
    section.hero_form .btm_text p.Xcust_copyrights {
        width: 100%!important;
    }
}
@media (max-width: 425px){
/*
    .cust_copyrights{
	    position: relative;
	    display: block;
	    text-align: center;
	    left: 0px;
	    bottom: 3%;
	    right: 0px;
	    margin: auto;
	}
*/
}


/*******************/
.whole-area{
	xborder:solid red 1px;
	min-height:100vh;
	display:flex;
	flex-direction: column;   
	justify-content: space-between;
}

.login-section{
	xborder:solid gold 3px;margin-top:auto;margin-bottom:auto;
}
.footer-section{
	xborder:solid green 3px;
}
.login-section-box{
	xwidth:fit-content!important;
	xborder:solid pink 1px;
	margin-top:20px;
	margin-bottom:20px;

}