@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
/**/
body{ color:#fff; font-family: 'Poppins', sans-serif;
    -webkit-font-smoothing: antialiased; overflow-x: hidden;}
*{list-style: none; text-decoration: none;}
h1, h2, h3, h4, h5, h6{ color: #fff; }
p {
    font-size: 16px;
    text-align: justify;
}
p strong {
    color: #353535;
    margin: 0;
    padding: 0;
}
.page-wrapper {
    width: 100%;
    float: left;
    padding: 0;
    margin: 0;
    /* background: url(../images/background.jpg) no-repeat; */
    background: url(../images/lab-banner.png) no-repeat;
    background-size: cover;
    position: relative;
    height: 100vh;
}
/* .page-wrapper:before {
    content: '';
    background: linear-gradient(90deg, #03d371, #4cbbd6);
    width: 100%;
    height: 100%;
    position: absolute;
    opacity: 0.8;
} */
h1.heading {
    font-size: 24px;
    font-weight: 700;
    width: 500px;
    max-width: 100%;
    position: relative;
    padding-bottom: 20px;
    margin: 30px 0 0;
    display: inline-block;
    text-align: center;
}
h1.heading:before {
    content: "";
    position: absolute;
    width: 141px;
    background: #fff;
    height: 6px;
    bottom: 0;
    left: calc(50% - 62px);
    display: none;
}
.logo {
    display: inline-block;
    background: #def3f6;
    padding: 17px;
    max-width: 100%;
    border-radius: 0px 24px 0px 24px;
}
.logo img {
    width: 310px;
    max-width: 100%;
}
.login-form form input, .login-form form select, .login-form form textarea {
    border-radius: 6px;
    width: 100%;
    padding: 15px;
    border: none;
    margin: 0 0 0px;
	color:#6c757d;
}
.login-formContaier  .input-group-addon{ background-color: #ffffff;border: 1px solid #fff;color: #1a4261;}
.login-formContaier  input, .login-formContaier  .input-group-addon{ height: 44px;}
.login-formContaier input[type="text"], .login-formContaier input[type="password"]{border-radius:0px 6px 6px 0px !important; padding-left: 15px !important; border: none;}
.mb-10{ margin-bottom: 10px;}
.login-formContaier{ background-color: rgba(255, 255, 255, 0.1); padding: 30px; border-radius: 6px;}
.login-form form input:focus, .login-form form select:focus, .login-form form textarea:focus {
    outline: none;
}
.login-form form input[type="submit"] {
    background: #1a4261;
    color: #fff;
}
.login-form form input[type="submit"]:hover {
    background: #163852;}

.login-form form input[type="button"] {
    background: #1a4261;
    color: #fff;
}
.login-form form input[type="button"]:hover {
    background: #163852;}
.login-form form input[type="checkbox"] {
    display: inline-block;
    width: auto !important;
    float: left;
    margin-top: 6px;
    margin-right: 10px;
    margin-left: 10px;
}
.col-md-6.text-center.login-right {
    /* border-left: 2px solid #fff; */
}
.login-form {
    text-align: center;
    width: 400px;
    display: inline-block;
    max-width: 100%;
}
.login-form form p a{ color: #fff; }
.login-con {
    margin-top: 100px;
}
.login-form h2 {
    font-size: 27px;
    margin: 20px 0;
    font-weight: 600;
}
.desktop {
    display: block;
}
.small-device {
    display: none;
}
@media ( max-width: 768px){ 
.login-con {
    margin-top: -52px;
}

.login-form {
    width: 100%;
    padding-left: 0;
    margin-top: 20px;
}
.col-md-6.text-center.login-right {
    border-left: unset;
}
h1.heading {
    font-size: 28px;
    text-align: center;
    width: 100%;
    padding-bottom: 20px;
    margin: 100px 0 0 0;
}
h1.heading:before {display: none;}
.page-wrapper {
    height: fit-content;
}
.desktop {
    display: none;
}
.small-device {
    display: block;
}

}
@media ( max-width: 1024px){
    .page-wrapper {
        background: url(../images/lab-banner-blank.png) no-repeat !important;
        height: auto;
    }
 }
.helpimage{ height: 36px; cursor: pointer;	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;}.helpimage{ margin-top: -3px; }
.helpimage:hover{opacity: 0.9;}
.helpmodalpopup .panel-footer{ padding-top: 0px; border-top: none;}
.helpmodalpopup .modal-header{ padding: 0;border: none;}
.helpmodalpopup .close{position: absolute;right: -15px;top: -15px;padding: 10px 15px;background: #ffffff;z-index: 1;text-shadow: none;color: #000;border-radius: 4px;
    border: 0px solid #fff; opacity: 1;}
