/*Custom CSS For Admin Panel*/

.login-page,.register-page {
  	background-size: cover;
  	background-repeat: no-repeat;
  	float: left;
  	margin-left: 10%;
}

.card-body{
	border-radius: 15px;
	box-shadow: 5px 5px #8cc7d7;
}

.btn-primary{
	background-color: #71cd9d;
    border-color: #71cd9d;
    font-weight: 600;
}

.btn-primary:hover, .btn-primary:active, .btn-primary:not(:disabled):not(.disabled):active{
	background-color: #e97195;
    border-color: #e97195;
    font-weight: 600;
}

a{
	color: #8cc7d7;
}