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

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

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


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

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


body.login3 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;
}
body.login3 .cust_copyrights{
    xposition: absolute;
    xleft: 0px;
    xbottom: 3%;
    xright: 0px;
    xmargin: auto;
}
body.login3 section.hero_form .col-lg-12.text-center img {
    height: 104px;
    max-width:100%;
}

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


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

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


body.login3 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;
}


body.login3 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;
}


body.login3 section.hero_form .col-lg-5 .row {
    padding-right: 65px;
    padding-bottom: 20px;
}

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

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


body.login3 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;
}


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


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

  input:checked ~ .checkmark {
    background-color: #2196F3;
}
  
  /* Style the checkmark/indicator */
body.login3 .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
 );
  }


body.login3 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;
}

body.login3 section.hero_form .btn.btn-primary {
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    background: transparent;
    color: #f8a046;
    width: 200px;
    border: 2px solid #f8a046;
    border-radius: 50px;
    height: 50px;
    margin-right: 10px;
}

body.login3 section.hero_form .btn.btn-primary:last-child {
    background-image: linear-gradient(#fbb66c, #f16c61);
    border: none;
    color: #fff;
    margin-right: 0px;
    width: 230px;
    line-height: 38px;
}


body.login3 section.hero_form .btm_text p {
    font-size: 12px;
    text-align: center;
    color: #0056a4;
    font-weight: 300;
    margin-bottom: 10px;
    margin-top: 10px;
}

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

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

@media only screen and (max-width: 1023px) and (min-width: 768px){
    body.login3 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;
    }
*/
    body.login3 section.hero_form .btm_text {
        width: 65%;
        xmargin: auto;
    }
}


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

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

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

body.login3 label{
	margin-bottom: 8px;	
}

body.login3 .loginBoxes{
	
}
body.login3 .loginBox{
}

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

body.login3 .loginBoxes{
    width: 100%;
}
body.login3 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;
}
body.login3 section.hero_form form .form-group input.recoveryCode{
	xborder:solid red 1px!important;
	font-size:40px!important;
	font-weight:bold!important;
	color:#000!important;
	text-align:center;
}

body.login3 .spRecoveryCodeSentTo{
	color:#999;
}


body.login3 .cust_width{
    width: 450px!important;
}


@media (max-width: 1300px){
     body.login3 section.hero_form {
        Xoverflow-y: scroll;
    }
    body.login3 .cust_width{
        width: 450px!important;
    }
}
@media (max-width: 1024px){
    body.login3 .cust_width{
        width: 350px!important;
    }
}
@media (max-width: 800px){
    body.login3 .cust_width{
        width: 90%!important;
        max-width: 90%!important;
        xmargin: 0 auto!important;
        margin-left: auto!important;
        margin-right: auto!important;
    }
}
@media (max-width: 425px){
/*
    body.login3 .cust_copyrights{
	    position: relative;
	    display: block;
	    text-align: center;
	    left: 0px;
	    bottom: 3%;
	    right: 0px;
	    margin: auto;
	}
*/
}


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

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

}

body.login3 .login-section {
    margin-bottom: inherit;
}
body.login3 .container.footer-section.btm_text {
    max-width: 100%;
    margin: auto;
    margin-top: inherit;
}
body.login3 section.hero_form .btm_text .Xcust_copyrights {
    width: 976px;
    font-size: 16px;
    font-weight: 600;
}

@media (max-width: 800px) {
    body.login3 section.hero_form .btm_text .Xcust_copyrights {
        width: 100%;
        font-size: 14px;
    }
}
@media (min-width: 576px) {
    body.login3 .container.footer-section.btm_text {
        max-width: 480px;
    }
    body.login3 section.hero_form .btm_text .Xcust_copyrights {
        width: 100%;
        font-size: 14px;
    }
}
@media (min-width: 992px) {
    body.login3 .container.footer-section.btm_text {
        max-width: 100%;
    }
    body.login3 section.hero_form .btm_text .Xcust_copyrights {
        width: 976px;
        font-size: 16px;
    }
}
@media (min-width: 1200px) {
}
@media (min-width: 1600px) {
    body.login3 .container.footer-section.btm_text {
        max-width: 1592px;
    }
    body.login3 section.hero_form .btm_text .Xcust_copyrights {
        width: 1024px;
        font-size: 18px;
    }
}




/*
	spiner
*/
.login-loading-overlay {
    height: 100%;
    left: 0; 
    position: fixed;
    width: 100%;
    z-index: 999999;
    top: 0px;
    visibility:hidden;
    transition: opacity 1s;	
    opacity:0;
    xbackground-color:rgba(0,0,0,0);
    backdrop-filter: blur(5px);

}

.login-loading-overlay.show{
	xdisplay:block!important;
	visibility:visible;
    background-color:rgba(190,190,190,0.8);
	opacity:1;
}


.login-loading-overlay .loader{
	xborder:solid red 1px;
  	xz-index: 2;
  	position: absolute;
  	top: 50%;
  	margin-top:-150px;
  	left: 0;
  	width:100%;
	text-align:center;
}

.login-loading-overlay .loader .text{
	color:#555;
	font-weight:900;
	font-size:1.2rem;
}


.login-loading-overlay .spinner {
    -webkit-animation: crm-loading-rotate 2s linear infinite;
            animation: crm-loading-rotate 2s linear infinite;
    z-index: 2;
    xposition: absolute;
    xtop: 50%;
    xleft: 50%;
    xmargin: -25px 0 0 -25px;
    width: 300px;
    height: 300px;
	xanimation:none;
}
.login-loading-overlay .spinner .path {
    stroke: #0086B3;
    stroke-linecap: round;
    -webkit-animation: crm-loading-dash 1.5s ease-in-out infinite;
          animation: crm-loading-dash 1.5s ease-in-out infinite;
}

.login-loading-overlay .logo{
    xborder:solid green 1px;
    border-radius:50%;
	width:220px;
	height:220px;
	position:absolute;
	top:40px;left:50%;
	margin-left:-110px;
	background-size:cover;
}

.color-orange { color: #f8a046; }