*
{
	margin: 0px;
	padding: 0px;
}
.login
{
	background: linear-gradient(to bottom, #0099ff 0%, #fff 100%);
	height: 100vh;
	width: 100%;
	justify-content: center;
	align-items: center;
	display: flex;
}
.account-login
{
	width: 400px;
	margin-top: -50px;
}
.form-control:focus
{
	box-shadow: none;
}
.mylabel
{
	font-weight: bold;
	font-size: 85%;
	margin-bottom: 0px;
}
p a
{
	padding-left: 2px;
}
.account-login h1
{
	font-size: 25px;
	text-align: left;
	color: #fff;
	text-transform: uppercase;
	font-weight: bold;
	border-radius: 5px;
}
.login-form input
{
	width: 100%;
	position: relative;
	border-bottom: 1px solid #a39e9e;
	padding: 0;
	border-top: 0px;
	border-left: 0px;
	border-right: 0px;
	box-shadow: none;
	height: 28px;
	border-radius: 0px;

}
.login-form
{
	background: #fff;
	float: left;
	width: 100%;
	padding: 40px;
	border-radius: 5px;
	box-shadow: #a39e9e 3px 3px 2px 0px
}
.login-logo
{
	height: 50px;
}
.login-logo2
{
	height: 70px;
}
.div-logo
{
	position: fixed;
	bottom: 20px;
	right: 20px;
}
button.btnx
{
	width: 100%;
	background: #009cff;
	font-size: 20px;
	padding: 11px;
	color: #fff;
	border: 0px;
	margin: 10px 0px 20px;
}
.btnx:hover
{
	color: #fff;
	opacity: 0.8;
}
p
{
	float: left;
	width: 100%;
	text-align: center;
	font-size: 14px;
}
.remember
{
	float: left;
	width: 100%;
	margin: 10px 0 0;
}
/* Customize the label (the container) */
.custom-checkbox
{
	display: block;
	position: relative;
	padding-left: 27px;
	margin-bottom: 12px;
	cursor: pointer;
	font-size: 13px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	font-weight: normal;
	padding-top: 2px;
	float: left;
}
/* Hide the browser's default checkbox */
.custom-checkbox input
{
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0;
}
/* Create a custom checkbox */
.custom-checkbox .checkmark
{
	position: absolute;
	top: 0;
	left: 0;
	height: 20px;
	width: 20px;
	background-color: #bfbcbc;
}
/* On mouse-over, add a grey background color */
.custom-checkbox:hover input ~ .checkmark
{
	background-color: #747474;
}
/* When the checkbox is checked, add a blue background */
.custom-checkbox input:checked ~ .checkmark
{
	background-color: #2196F3;
}
/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after
{
	content: "";
	position: absolute;
	display: none;
}
/* Show the checkmark when checked */
.custom-checkbox input:checked ~ .checkmark:after
{
	display: block;
}
/* Style the checkmark/indicator */
.custom-checkbox .checkmark:after
{
	left: 9px;
	top: 5px;
	width: 5px;
	height: 10px;
	border: solid white;
	border-width: 0 3px 3px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
.myalert
{
	position: fixed;
	top: 0;
	z-index: 150001;
	width: 30%;
	margin-left: 35%;
	margin-top: 70px;
	display: none;
	box-shadow: 3px 3px;
	height: auto;
}
.overlay
{
	width: 100vw;
	height: 100vh;
	background: rgba(0, 0, 0, 0.6);
	position: fixed;
	top: 0;
	left: 0;
	display: none;
	z-index: 109998;
}
.mitalert
{
	position: fixed;
	top: calc(50% - 80px);
	left: calc(50% - 150px);
	background-color: #ffffff;
	width: 300px;
	height: 130px;
	z-index: 109999;
	border: solid 1px #a1a1a1;
	display: none;
	box-shadow: 4px 4px 5px #A1A1A1;
}
.mitalertbody
{
	height: 90px;
	padding-top: 15px;
	padding-left: 15px;
}
.mitalertfooter
{
	height: 40px;
}
.btnlogin {
	border-radius: 3rem;
}
@media (max-width: 767px)
{
	.account-login
	{
		width: 75%;
	}
	.login-logo
	{
		height: 50px;
	}
	.login-logo2
{
	height: 60px;
}
	.myalert
	{
		width: 60%;
		margin-left: 20%;
	}
}
@media (max-width: 520px)
{
	.account-login
	{
		width: 90%;
	}
	.login-logo
	{
		height: 50px;
	}
	.login-logo2
{
	height: 60px;
}
	.myalert
	{
		width: 80%;
		margin-left: 10%;
	}
}