  .card-body-height{  min-height: 600px;}
.card-header {
    background-color: #eeeeee;
    border-bottom: 1px solid rgba(0,0,0,.125);
    padding: 0.75rem 1.25rem;
    position: relative;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
}
.card-primary.card-outline {
    border-top: 8px solid #ccc;
}
.login-box, .register-box {
    width: 600px !important;
}
.form-control {
    display: block;
    width: 100%;
    height: calc(3.25rem + 2px);
    padding: 10px 20px;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    margin-bottom: 10px;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 5px;
    box-shadow: inset 0 0 0 transparent;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.btn-primary {
    color: #fff;
    font-size: 16px;
    background-color: #ac0000;
    border-color: #740000;
    box-shadow: none;
    width: 25%;
    border-bottom: 5px solid rgba(0,0,0,.25);
}
.btn-primary:hover {
    color: #fff;
    font-size: 17px;
    background-color: #740000;
    border-color: #ac0000;
    box-shadow: none;
    width: 25%;
    border-bottom: 5px solid rgba(0,0,0,.85);
}
.card-body .card-header{
	background-color: #fff;
	padding: 20px 10px 50px;
}
.card-footer{
	margin-top: 30px;
	padding: 0.55rem 1.25rem;
  background-color: rgba(0,0,0,.03);
  border-radius: 30px;
  border-bottom: 2px solid rgba(0,0,0,.125);
}
.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: 2px solid rgba(0,0,0,.125);
    border-radius: 3%;
}
.card {
    box-shadow: 10px 10px 5px rgb(0 0 0 / 20%), 10px 10px 5px rgb(0 0 0 / 20%);
    margin-bottom: 1rem;
}

	.login-box-position{
position: absolute;text-align: center;top: 50%;left: 50%;transform: translate(-50%, -50%);
}
.flasherror{
color:red; font-size:18px;
}
.login-logo{
/*width: 40%;*/
height: 100%;
margin-bottom: 10px;}
