.card {
	position: relative;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	min-width: 0;
	word-wrap: break-word;
	background-color: #fff;
	background-clip: border-box;
	border: 1px solid rgba(0, 0, 0, .125);
}

body{
	overflow: hidden;
}

#windowcontainer {
	
	background-color: white;
	background-image: url(/img/shape_hero3.png);
	background-position: center top;
	background-repeat: no-repeat;
	min-height: 99vh;
	background-size: cover;
	
}

#windowcontainer:after {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: rgba(127, 127, 127, 0.1);
	background-image:
		linear-gradient( 45deg, #ededed 15%, transparent 15%, transparent 85%, #ededed 85%, #ededed),
		linear-gradient( 45deg, #ededed 15%, transparent 15%, transparent 85%, #ededed 85%, #ededed),
		linear-gradient(-45deg, #ededed 15%, transparent 15%, transparent 85%, #ededed 85%, #ededed),
		linear-gradient(-45deg, #ededed 15%, transparent 15%, transparent 85%, #ededed 85%, #ededed);
	background-size: 3px 3px;
}

.brand-wrapper {
	/* margin-bottom: 19px; */
}

.brand-wrapper .logo {
	/* height: 50px; */
	max-width: 100%;
	margin-bottom: 50px;
}

.login-card {
	border: 0;
	/* box-shadow: 0 10px 30px 0 rgba(172, 168, 168, 0.43); */
	-webkit-box-shadow: 2px 2px 7px 1px #cccccc;
    box-shadow: 2px 2px 7px 1px #cccccc;
	overflow: hidden;
	z-index: 99999;
	border-radius: 10px;
	margin-top: -100px;
}



.login-card .card-body {
	padding: 20px 140px 10px;
	text-align: center;
	min-height: 535px;
}

@media (max-width: 422px) {
	.login-card .card-body {
		padding: 35px 24px;
	}
}

.login-card-description {
	font-size: 25px;
	color: #293b5f;
	font-weight: bold;
	margin-bottom: 23px;
}

.login-card form {
	max-width: 400px;
}

.login-card .form-control {
	border: 1px solid #d5dae2;
	padding: 15px 25px;
	margin-bottom: 20px;
	min-height: 45px;
	font-size: 13px;
	line-height: 15px;
	font-weight: normal;
	border-radius: 5px;
}

.login-card .form-control::-webkit-input-placeholder {
	color: #919aa3;
}

.login-card .form-control::-moz-placeholder {
	color: #919aa3;
}

.login-card .form-control:-ms-input-placeholder {
	color: #919aa3;
}

.login-card .form-control::-ms-input-placeholder {
	color: #919aa3;
}

.login-card .form-control::placeholder {
	color: #919aa3;
}

.login-card .login-btn {
	padding: 13px 20px 12px;
	background-color: #6b95ee;
	font-size: 17px;
	font-weight: bold;
	line-height: 20px;
	color: #fff;
	margin-bottom: 24px;
}

.login-card .login-btn:hover {
	border: 1px solid #467df1;
	/* background-color: transparent; */
	background-color: #467df1;
	/* color: #000; */
}

.login-card .forgot-password-link {
	font-size: 14px;
	color: #919aa3;
	margin-bottom: 12px;
}
.login-card-footer-text .logo{
	max-width: 50%;
	display: none;
}
.login-card-footer-text {
	font-size: 16px;
	color: #0d2366;
	
	position: absolute;
    bottom: 0px;
    
    max-width: 400px;
    /* width: 100%; */
}

@media (max-width: 767px) {
	.login-card-footer-text {
		margin-bottom: 24px;
	}
}

.login-card-footer-nav{
	text-align: center;
	max-width: 400px;
}
.login-card-footer-nav a {
	font-size: 14px;
	color: #919aa3;
}

.footer-link {
	position: absolute;
	bottom: 1rem;
	text-align: center;
	width: 100%;
}

.login-card-img {
	border-radius: 0;
	position: absolute;
	width: 100%;
	height: 560px;
	-o-object-fit: cover;
	object-fit: cover;
}

img {
	vertical-align: middle;
	border-style: none;
}

.min-vh-100 {
	min-height: 100vh !important;
}
.align-items-center {
	-ms-flex-align: center!important;
	align-items: center!important;
	
}
/* @media (min-width: 767px) {
	.align-items-center {

		margin-top: -50px !important;
	}
} */
.d-flex {
	display: -ms-flexbox!important;
	display: flex!important;
}


.btn {
	border-radius: 5px;
}



@media (max-width: 768px) {
	.container{
		width: 100%;
		margin: 0px;
		padding: 10px;	
	}
	/* #windowcontainer{ */
		/* min-height: 92vh !important; */
	/* } */

	body{
		padding-top: 0px;
	}
}

.navbar.navbar-inverse.navbar-fixed-left.sidebar{
	display: none;
}

.sidebar-collapse{
	display: none !important;
}

@media (min-width: 768px){
	body.menu-left {
		margin-left: 0px;
	}
}

.navbar{
	background-color: #031b4d !important;
}

.btn-info{
	background-color: #354053;
    border-color: #354053;
    padding: 10px 20px;
}
.btn-info:hover{
	background-color: #132f5f;
	border-color: #132f5f;
}


.menu-left .navbar{
	background-color: #031b4d !important;
}

.navbar.navbar-inverse.navbar-fixed-top {
	display: none;
}

