@font-face {
    font-family: 'PoppinsRegular';
    src: url('../fonts/PoppinsRegular.eot');
    src: url('../fonts/PoppinsRegular.eot') format('embedded-opentype'),
        url('../fonts/PoppinsRegular.woff2') format('woff2'),
        url('../fonts/PoppinsRegular.woff') format('woff'),
        url('../fonts/PoppinsRegular.ttf') format('truetype'),
        url('../fonts/PoppinsRegular.svg#PoppinsRegular') format('svg');
}
@font-face {
    font-family: 'PoppinsMedium';
    src: url('../fonts/PoppinsMedium.eot');
    src: url('../fonts/PoppinsMedium.eot') format('embedded-opentype'),
        url('../fonts/PoppinsMedium.woff2') format('woff2'),
        url('../fonts/PoppinsMedium.woff') format('woff'),
        url('../fonts/PoppinsMedium.ttf') format('truetype'),
        url('../fonts/PoppinsMedium.svg#PoppinsMedium') format('svg');
}
@font-face {
    font-family: 'PoppinsBold';
    src: url('../fonts/PoppinsBold.eot');
    src: url('../fonts/PoppinsBold.eot') format('embedded-opentype'),
        url('../fonts/PoppinsBold.woff2') format('woff2'),
        url('../fonts/PoppinsBold.woff') format('woff'),
        url('../fonts/PoppinsBold.ttf') format('truetype'),
        url('../fonts/PoppinsBold.svg#PoppinsBold') format('svg');
}
@font-face {
    font-family: 'PoppinsSemiBoldItalic';
    src: url('../fonts/PoppinsSemiBoldItalic.eot');
    src: url('../fonts/PoppinsSemiBoldItalic.eot') format('embedded-opentype'),
        url('../fonts/PoppinsSemiBoldItalic.woff2') format('woff2'),
        url('../fonts/PoppinsSemiBoldItalic.woff') format('woff'),
        url('../fonts/PoppinsSemiBoldItalic.ttf') format('truetype'),
        url('../fonts/PoppinsSemiBoldItalic.svg#PoppinsSemiBoldItalic') format('svg');
}
body {
    background:#fff;
	color:#000;
	font-family:'MuliRegular';
}
.scrollbar img {
    padding: 9px 15px;
}
.mainsec {
    background: url(../image/bgimg.jpg);
    background-repeat: no-repeat;
    position: relative;
    background-size: cover;
    z-index: 0;
    min-height: 100vh;
    height: auto;
    display: flex;
    align-items: center;
}
.header1 {
    position:fixed;
    top:0;
    z-index:1;
    width:100%;
    padding:6px 0px;
    box-shadow:0 2px 5px 0 rgb(0 0 0 / 16%), 0 2px 10px 0 rgb(0 0 0 / 12%);
    background:#ff9900;
}
.lgo {
    width: 150px;
}
.login-sign {
    width: 45%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: #fff;
    margin: 0 auto;
    min-height: 50vh;
    padding: 30px;
    border-radius: 8px;
    box-shadow: 0 2px 5px 0 rgb(0 0 0 / 16%), 0 2px 10px 0 rgb(0 0 0 / 12%);
}
.login-sign .heading-div {
    margin-bottom:5px;
}
.heading-div h3 {
    color: #232323;
    font-family: 'PoppinsBold';
    font-size: 25px;
    line-height: 40px;
    text-transform: capitalize;
    letter-spacing: 0.03em;
    margin: 0;
}
.heading-div p {
    color: #616161;
    font-size:15px;
    margin: 0;
    font-family: 'PoppinsRegular';
    line-height: 28px;
    letter-spacing: 0.03em;
}
.login-sign .input-cont {
    width: 100%;
    position: relative;
    margin: 0 auto 20px;
}
.login-sign .input-cont input {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 40px;
    outline: none;
    color: #323232;
    font-size: 17px;
    background: none;
    border: none;
    font-family: 'PoppinsRegular';
    text-transform: inherit;
    letter-spacing: 0.04em;
}
.login-sign .border1, .login-sign .border2 {
    position: absolute;
    height: 1px;
    background-color: #9E9E9E;
    left: 0;
    bottom: 0;
    width: 100%;
}
.login-sign .border1::after, .log .border1::before, .log .border2::after, .log .border2::before {
    content: "";
    position: absolute;
    bottom: 0;
    width: 0;
    height: 2px;
    transition: .5s;
}
.login-sign .check, .login-sign a.forpsw {
    float: left;
    width: calc(56% - 40px);
    display: block;
    font-size: 12px;
    margin-bottom: 15px;
}
.check label {
    font-size: 15px;
    font-family: 'PoppinsRegular';
    letter-spacing: 0.05em;
    color: rgb(118, 118, 118);
    text-transform: capitalize;
    margin-left: 10px;
}
.login-sign a.forpsw {
    text-align: right;
    text-decoration: none;
    color: #2c3655;
    font-size: 17px;
    font-family: 'PoppinsRegular';
    letter-spacing: 0.03em;
    text-transform: capitalize;
}
.clear {
    clear: both;
}

.login-sign form .submitdiv{
    text-align:  -webkit-center;
} 
.login-sign form input[type="submit"] {
    display: block;
/*    margin: 30px auto 20px 0;*/
    border: 2px solid transparent;
    padding: 6px 30px;
    cursor: pointer;
    background: #000;
    border-radius: 4px;
    color: #fff;
    transition: .5s;
    font-family: 'PoppinsMedium';
    font-size: 17px;
    letter-spacing: 0.05em;
    width: auto;
    text-transform: capitalize;
}
.login-sign form input[type="submit"]:hover {
    background:rgba(0, 0, 0, 0.5);
}
.makemember p {
    margin: 0;
    padding: 20px 0 0;
    font-family: 'PoppinsRegular';
    letter-spacing: 0.05em;
    text-transform: capitalize;
    color: #292929;
    text-align: center;
    font-size: 16px;
}
.makemember a {
    margin: 0;
    color: #232323;
    letter-spacing: 0.06em;
    font-size: 15px;
    padding-left: 4px;
    text-transform: capitalize;
    font-family: 'PoppinsBold';
}

.ftr {
    background: #181E2E;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
}
.btm-ftr-left p {
    margin: 0;
    font-size: 14px;
    font-family: 'PoppinsRegular';
    letter-spacing: 0.03em;
    text-transform: inherit;
    color: rgba(255,255,255,0.5);
    text-align: center;
}
.btm-ftr-left p a {
    color: #fff;
    text-transform: uppercase;
}
.btm-ftr-left p a:hover {
    color:rgba(255,255,255,0.3);
}
a:hover {color:#ff9900!important; text-decoration:none !important;}
.timer p {
    color: #616161;
    font-size: 16px;
    margin: 0;
    font-family: 'PoppinsRegular';
    line-height: 28px;
    letter-spacing: 0.03em;
    text-align: center;
    text-transform: capitalize;
}
.txt-otp p {
    text-align: center;
    color: #777;
    font-family: 'PoppinsRegular';
    text-transform: capitalize;
    font-size: 16px;
    margin: 0;
}
.txt-otp p.verified {
    color: #1c7c06 !important;
    font-weight: 600;
}
.txt-otp p.incorrect {
    color: #E01705 !important;
    font-weight: 600;
}

/* Scrollbar */
#style-1::-webkit-scrollbar-track {
	border-radius: 2px;
}
#style-1::-webkit-scrollbar {
	width: 5px;
	background-color: #F7F7F7;
}
#style-1::-webkit-scrollbar-thumb {
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
	background-color: #BFBFBF;
}
/* ScrolBar  */
.scrollbar {
	height:90%;
	width:100%;
	overflow-y:hidden;
	overflow-x:hidden;
}
.scrollbar:hover {
	height: 90%;
	width: 100%;
	overflow:hidden;
}
/* Scrollbar End */
a:-webkit-any-link:focus-visible {
    outline-offset:0px;
	outline:0px;
}
.fa-lg {
	font-size: 1em;
}
.fa {
	position: relative;
	display: table-cell;
	width: 55px;
	height: 36px;
	text-align: center;
	top:8px;
	font-size: 20px;
}

.no-touch .scrollable.hover {
	overflow-y: hidden;
}
.no-touch .scrollable.hover:hover {
	overflow-y: auto;
	overflow: visible;
}

a:hover, a:focus {
	text-decoration: none;
	border-left: 0px solid #F7F7F7;
}

/**scrollbar**/
.appcontent::-webkit-scrollbar {
  width: 5px;
}
.appcontent::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey; 
  border-radius: 0px;
}
.appcontent::-webkit-scrollbar-thumb {
  background:#999; 
  border-radius:0px;
}
.appcontent::-webkit-scrollbar-thumb:hover {
  background: #b30000; 
}
/**scrollbar end**/


/* Smartphones (portrait and landscape) ----------- */
@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
	.login-sign {width: 100%;min-height: auto;padding: 15px;}
    .login-sign .check, .login-sign a.forpsw {width: 100%;margin-bottom:5px;}
    .login-sign a.forpsw {text-align: left;font-size: 15px;}
    .login-sign form input[type="submit"] {margin: 20px auto 5px 0;padding: 6px 30px;font-size: 16px;}
    .login-sign .input-cont input {height: 35px;font-size: 15px;}
    .makemember p {padding: 10px 0 0;font-size: 14px;}
    .mainsec {padding-top: 0;padding-bottom: 0;}
    .ftr {height:auto;padding:10px 0;}
    .btm-ftr-left p {font-size:12px;}
    .makemember a {font-size: 14px;display: block;}
    .heading-div h3 {font-size: 20px;line-height: 35px;}
    .login-sign .heading-div {margin-bottom: 18px;}
    .heading-div p {font-size: 14px;line-height: 21px;}

}
/* Smartphones (portrait and landscape) ----------- */
@media only screen and (min-device-width : 481px) and (max-device-width : 575px) {
	.login-sign {width: 100%;min-height: auto;padding: 15px;}
    .login-sign .check, .login-sign a.forpsw {width: 100%;margin-bottom:5px;}
    .login-sign a.forpsw {text-align: left;font-size: 15px;}
    .login-sign form input[type="submit"] {margin: 20px auto 5px 0;padding: 6px 30px;font-size: 16px;}
    .login-sign .input-cont input {height: 35px;font-size: 15px;}
    .makemember p {padding: 10px 0 0;font-size: 14px;}
    .mainsec {padding-top: 0;padding-bottom: 0;}
    .ftr {height:auto;padding:10px 0;}
    .btm-ftr-left p {font-size:12px;}
    .makemember a {font-size: 14px;display: block;}
    .heading-div h3 {font-size: 20px;line-height: 35px;}
    .login-sign .heading-div {margin-bottom: 18px;}
    .heading-div p {font-size: 14px;line-height: 21px;}		
}
/* Smartphones (portrait and landscape) ----------- */
@media only screen and (min-device-width : 576px) and (max-device-width : 767px) {
    .login-sign {width: 100%;min-height: auto;padding: 15px;}
    .login-sign .check, .login-sign a.forpsw {width: 100%;margin-bottom:5px;}
    .login-sign a.forpsw {text-align: left;font-size: 15px;}
    .login-sign form input[type="submit"] {margin: 20px auto 5px 0;padding: 6px 30px;font-size: 16px;}
    .login-sign .input-cont input {height: 35px;font-size: 15px;}
    .makemember p {padding: 10px 0 0;font-size: 14px;}
    .mainsec {padding-top: 0;padding-bottom: 0;}
    .ftr {height:auto;padding:10px 0;}
    .btm-ftr-left p {font-size:12px;}
    .makemember a {font-size: 14px;display: block;}
    .heading-div h3 {font-size: 20px;line-height: 35px;}
    .login-sign .heading-div {margin-bottom: 18px;}
    .heading-div p {font-size: 14px;line-height: 21px;}     
}
/* iPads (portrait and landscape) ----------- */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {
	.login-sign {width: 75%;}
}







