﻿@charset "utf-8";
/* CSS Document */

body {
	margin: 0px;
	padding: 0px;
	font-family: "Poppins";
	font-weight: 400;
}

.margin-top-5 {margin-top:5px;}
.margin-top-10 {margin-top:10px;}
.margin-top-15 {margin-top:15px;}
.margin-top-20 {margin-top:20px;}
.margin-top-25 {margin-top:25px;}
.margin-top-30 {margin-top:30px;}
.margin-top-35 {margin-top:35px;}
.margin-top-40 {margin-top:40px;}
.margin-top-45 {margin-top:45px;}
.margin-top-50 {margin-top:50px;}

.margin-bottom-5 {margin-bottom:5px;}
.margin-bottom-10 {margin-bottom:10px;}
.margin-bottom-15 {margin-bottom:15px;}
.margin-bottom-20 {margin-bottom:20px;}
.margin-bottom-25 {margin-bottom:25px;}
.margin-bottom-30 {margin-bottom:30px;}
.margin-bottom-35 {margin-bottom:35px;}
.margin-bottom-40 {margin-bottom:40px;}
.margin-bottom-45 {margin-bottom:45px;}
.margin-bottom-50 {margin-bottom:50px;}

.red-star {
	color: red !important;
	}

.m-brand__logo-wrapper {
    margin-left: -10px;
	}

.dark {
	color: #494E5D !important;
	}

.dark-2 {
	color: #494E5D !important;
	font-weight: 600 !important;
	line-height: 30px !important;
	}

.login_main_panel {
	width: 100%;
	height: 100%;
	position: absolute;
	display: flex;
	align-items: center;
	justify-content: center;
	background: url(../images/bg-8.jpg);
	background-size:cover;
	}
	
.main_part {
  position: absolute;
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  max-width: 450px;
  height: auto;
/*  background: #ffffff;
  box-shadow: 0px 0px 20px #2C2C2C;	*/
}

.part-40 {
	width: 100%;
	height: auto;
	/*background: #245590;*/
	padding: 30px;
	box-sizing: border-box;
	float: left;
	background: transparent !important;
	box-shadow: 0px 0px 2px 1px #055bb3;
	margin-top:40px;
	border-radius:10px;
}

.part-50 {
	width: 50%;
	height: 100%;
	background: #ffffff;
	box-sizing: border-box;
	float: left;
	}

.login-heading {
	text-align: center;
	font-size: 36px;
	font-weight: 600;
	color: #ffffff;
	}

.name {
	font-size: 16px;
	font-weight: 300;
	text-align: left;
	color: #ffffff;
	}

.login-control {
	display: block;
	width: 100%;
	padding: 10px 20px;
	font-size: 18px;
	font-weight: 600;
	line-height: 1.25;
	color: #ffffff;
	background-color: transparent;
	background-clip: padding-box;
	border: none;
	border-bottom: 2px solid #5397e8;
	border-radius: 0px;
	transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
	}
 .login-control::-ms-expand {
 	background-color: transparent;
 	border: 0;
	}
.login-control:focus {
	color: #001f44;
	background-color: transparent;
	border-color: #001f44;
	}
 .login-control::placeholder {
 color: #868e96;
 opacity: 1;
	}
.login-control:disabled, .login-control[readonly] {
	background-color: #e9ecef;
	opacity: 1;
	}
select.login-control:not([size]):not([multiple]) {
	height: calc(2.55rem + 6px);
	}
 select.login-control:focus::-ms-value {
 color: #495057;
 background-color: #fff;
	}
.login-control-file, .login-control-range {
	display: block;
	width: 100%;
	}

.login-bttn {
	border-radius: 50px;
	background: none;
	font-weight: 600;
	display: block !important;
	background-color: rgba(39, 97, 154, 0.5);
	padding: 12px 46px;
	font-size: 20px;
	border:0px;
	outline:unset;
	color:#fff;
	cursor:pointer;
}

.forgot-password {
	display: inline-block;
	color: #ffffff;
	text-align: right;
	text-decoration: none;
	float: right;
	margin-top: 12px;
	}

.forgot-password:hover {
	color: #000000;
	}

.copyrgt {
	display: block;
	text-align: center;
	font-size: 14px;
	font-weight: 400;
	color: #ffffff;
	/*bottom: 30px;
	position: absolute;*/
	margin-top: 50px;
}

.pl-left {float: left;}

.pl-right {float: right;}

.forgot-password:hover, .forgot-password:focus{
    color:#fff;
}
input#btnLogin:focus {
    outline: none;
}
a.m-menu__link:hover i.m-menu__link-bullet.fa.fa-angle-right {
	padding-left: 3px;
	transition: .2s;
}