::selection {color:#fff;background:#002242;}
::-moz-selection {color:#fff;background:#002242;}
html {
  scroll-behavior: smooth;
}
body {
	font-family: 'Poppins', sans-serif;
	font-size: 13px;
	line-height: 22px;
	color: #555555;
}

h1, h2, h3, h4, h5, h6 {
  	color: #333;
}
h4{
	font-weight: 600;
	font-size: 17px;
	line-height: 25px;
	letter-spacing: .40px;
	color: #000;
}
.btn {
	border: 0;
	border-radius: 0;
}

.btn.btn-primary:hover {
  	background-color: #017fb5;
}

a {
	text-decoration: none;
	-webkit-transition: 300ms;
	-moz-transition: 300ms;
	-o-transition: 300ms;
	transition: 300ms;
}

a:focus, 
a:hover {
	text-decoration: none;
	outline: none;
}
p{
 font-size:18px;
 line-height:27px;
 color:#888888;
 font-weight:400;
}
.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #fff;
    outline: 0;
    box-shadow:none;

}
button:focus{
	outline: none!important;
}

/*=== Login page css --------------------------*/
.full-wrapper{
	width:100%;
	float:left;
}
.login-head {
    width: 100%;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    padding: 0 20px;
}
.header-right {
    float: right;
}
.login-head p {
    font-size: 14px;
    color: #002242;
    text-align: right;
    letter-spacing: 0.5px;
    padding-top: 20px;
    margin-bottom: 0;
}
.login-wrap{
    width: 53%;
    padding:30px;
    margin: 0 auto;
    margin-top: 0px;
    background: #f1f1f1;
    border-radius:5px;
    position: relative;
	border-top:solid 11px #555555;
	position:relative;
	z-index: 1;
}
.login-wrap:after{
	content:'';
	position:absolute;
	top:-11px;
	left:10%;
	right:10%;
	background:#3DED97; /*3bb2d0;*/
	height:16px;
	border-radius:0 0 40px 40px;
	z-index:9;
	}	
.login-top-logo{
	display:flex;
	justify-content: center;
	padding-top: 3%;
    padding-bottom: 3%;
	}
.login-top-logo img{
		max-height: 120px;
		}	
.login-wrap h2{
	font-size:25px;
	color:#000;
	text-align:center;
	font-weight:600;
	letter-spacing:1px;
	padding-top:0px;
	margin-bottom:0;
	}
.login-wrap p{
	font-size:14px;
	color:#6e6e6e;
	text-align:center;
	}
.login-wrap .form-control {
    height: 50px;
    border:none;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    padding: 0 20px;
    padding-top: 0px;
    letter-spacing: .65px;
    font-size: 15px;
	color:#575757;
	border-left:solid 5px #3DED97; /*3bb2d0;*/
	background-color: #fff; /*e6f7ee;*/
	-webkit-appearance: none; 
   	-moz-appearance: none;
  	appearance: none;
}
.selectlabel {position:relative}
.selectlabel:after {
    content:'>';
    font-size:25px;
    color:#aaa;
    -webkit-transform:rotate(90deg);
    -moz-transform:rotate(90deg);
    -ms-transform:rotate(90deg);
    transform:rotate(90deg);
    right:15px; top:12px;
    padding:0 0 5px;
    position:absolute;
    pointer-events:none;
	font-weight:400;
}
.selectlabel:before {
    content:'';
    right:10px; top:0px;
    width:20px; height:20px;
    position:absolute;
    pointer-events:none;
    display:block;
}
.label-check {
    float: left;
    position: relative;
}
.label-check input[type="checkbox"]{
	opacity: 0;
}
.label-check label{
	cursor: pointer;
	font-size: 14px;
	line-height: 20px;
	font-weight: 400;
	color: #002242;
	padding-left: 15px;
	margin-bottom: 0px;
	position: static;
	top: 0px;
	left: 0px;
}
.label-check label:before{
	position: absolute;
	content:'';
	left: 0px;
	top: 0px;
	width: 20px;
	height: 20px;
	background: #fff;
	border-radius: 4px;
	border: 1px solid #d7d7d7;
	-webkit-transition: all .3s ease-in-out;
}
.label-check label:after{
	position: absolute;
	content:'';
	top: 0px;
	left: 0px;
	transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
}
.label-check input[type=checkbox]{
	outline: none;
}
.label-check input[type=checkbox]:checked+label:before{
	background: #fff;
}
.label-check input[type=checkbox]:checked+label:after{
	transform: rotate(-50deg);
	-webkit-transform: rotate(-50deg);
	top: 6px;
    left: 4px;
	width: 12px;
	height: 6px;
	border: 2px solid #2d3691;
	border-top: none;
	border-right: none;
}
.forgot-pass {
    float: right;
    letter-spacing: .65px;
}
.forgot-pass a {
    font-size: 14px;
    line-height: 1.2;
    color: #2d3691;
}
.forgot-pass a:hover{
    color: #2d3691;
	text-decoration:underline;
}
.btn-login {
    width: 100%;
    background: #2d3691;
    cursor: pointer;
    border: none;
    border-radius:50px;
    font-size:20px;
    line-height: 8px;
    font-weight: 600;
    letter-spacing: 1.65px;
    color: #fff;
    padding: 16px 0;
	margin-top:10px;
}
.btn-login:hover{
	background:#131b6f;
	}
.form-group {
	margin-bottom: 1.2rem;
	padding: 4px 0;
}
input[type="text"] {    
    margin: 0px;
}

.login-failure {
    max-height: 30px;
    background-color:none !important;
    color: #da1818;
    font-weight: bold;
    top: 0;
    position: top;
    /* width: 200px; */
    width: 50%;
    margin: 0 auto;
    font-size: 19px;
	font-weight: normal;
	text-align:center;
}
.well {
    min-height: 20px;
    padding: 0px;
    margin-bottom: 10px;
	 background-color: none !important;
	 background: none !important;
     border: none;
    border-radius: none;
    /* -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.05); */
     box-shadow: none;
}

footer{
	width: 100%;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
	padding: 0 20px;
	color:#757575;
	float:left;
	padding:15px 0;
	margin-top:25px;
	text-align:center;
	font-size:14px;
	letter-spacing:1px;
	bottom: 0;
	position: fixed;
	left: 0;
	right: 0;
	height: 50px;
	z-index: 999;
	background: #fff;
	}