body{
background:#ccc6e2;
height: 100vh;
}

footer.py-4.bg-dark
{

 position: absolute;
 bottom: 0px;
 width: 100%;
}

.bg-dark{
background-color:#2e1d3d!important;
}
.contentarea{
margin-top:100px;
}
.content-overlay{
background: rgba(233,206,239,.6);
margin-top: -30px;
padding-top: 30px;
height: 90vh;
}
.panel{
border:0;
border-radius:0;
}
.panel-login {
	border-color: #ccc;
	-webkit-box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.2);
	box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.2);
	background-color: #17112b;
	padding:36px;
}
.panel-login>.panel-heading {
	color: #00415d;
	border:0;
	text-align:center;
	margin-bottom:20px;
}

.panel-login>.panel-heading a{
	text-decoration: none;
	color: #666;
	font-weight: bold;
	font-size: 15px;
	-webkit-transition: all 0.1s linear;
	-moz-transition: all 0.1s linear;
	transition: all 0.1s linear;
}
.panel-login>.panel-heading a.active{
	color: #fff;
	font-size: 18px;
	padding-bottom:6px;
	border-bottom:1px solid #ef547e;
}
.panel-login>.panel-heading hr{
	margin-top: 10px;
	margin-bottom: 0px;
	clear: both;
	border: 0;
	height: 1px;
	background-image: -webkit-linear-gradient(left,rgba(0, 0, 0, 0),rgba(0, 0, 0, 0.15),rgba(0, 0, 0, 0));
	background-image: -moz-linear-gradient(left,rgba(0,0,0,0),rgba(0,0,0,0.15),rgba(0,0,0,0));
	background-image: -ms-linear-gradient(left,rgba(0,0,0,0),rgba(0,0,0,0.15),rgba(0,0,0,0));
	background-image: -o-linear-gradient(left,rgba(0,0,0,0),rgba(0,0,0,0.15),rgba(0,0,0,0));
}
.panel-login input[type="text"],.panel-login input[type="email"],.panel-login input[type="password"] {
	height: 32px;
	border: 1px solid #ddd;
	font-size: 14px;
	-webkit-transition: all 0.1s linear;
	-moz-transition: all 0.1s linear;
	transition: all 0.1s linear;
	margin-bottom:34px;
}
.panel-login input:hover,
.panel-login input:focus {
	outline:none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	border-color: #e15178;
}
label.rememberme{
color:#999;
}
.btn-login {
	background-color: #ef547e;
	outline: none;
	color: #fff;
	font-size: 14px;
	height: auto;
	font-weight: normal;
	padding: 9px 0;
	text-transform: uppercase;
	border-color: #ef547e;
	margin-top:20px;
}
.btn-login:hover,
.btn-login:focus {
	color: #fff;
	background-color: #f42f64;
	border-color: #f42f64;
}
.forgot-password {
	text-decoration: underline;
	color: #888;
}
.forgot-password:hover,
.forgot-password:focus {
	text-decoration: underline;
	color: #666;
}

.btn-register {
	background-color: #ef547e;
	outline: none;
	color: #fff;
	font-size: 14px;
	height: auto;
	font-weight: normal;
	padding: 9px 0;
	text-transform: uppercase;
	border-color: #ef547e;
	margin-top:20px;
}
.btn-register:hover,
.btn-register:focus {
	color: #fff;
	background-color: #f42f64;
	border-color: #f42f64;
}
