﻿.login-clean {
  padding:10px 0;
  width: 100%;

}

.login-clean form {
  max-width:400px;
  width:100%;
  margin:0 auto;
  background-color:#ffffff;
  padding:20px;
  border-radius:4px;
  color:#505e6c;
  box-shadow:1px 1px 7px rgba(0,0,0,0.1);
}
.login-clean form p{
	color:#bb0a30;
	font-weight:bold;
}

.login-clean .illustration {
  text-align:center;
  padding:0 0 20px;
  font-size:100px;
  color:rgb(244,71,107);
}

.login-clean form .form-control {
  background:#f7f9fc;
  border:none;
  border-bottom:1px solid #dfe7f1;
  border-radius:0;
  box-shadow:none;
  outline:none;
  color:inherit;
  font-family: 'Roboto', sans-serif; /* Google Webfont */
  text-indent:8px;
  height:42px;
  width:100%;
}

.login-clean form .btn-primary {
  background:#bb0a30;
  color:#fff;
  border:none;
  border-radius:4px;
  padding:11px;
  box-shadow:none;
  margin-top:26px;
  text-shadow:none;
  font-family: 'Roboto', sans-serif; /* Google Webfont */
  width:100%;
  outline:none !important;
}

.login-clean form .btn-primary:active {
  transform:translateY(1px);
}

.login-clean form .forgot {
  font-family: 'Roboto', sans-serif; /* Google Webfont */
  text-align:center;
  font-size:1.5rem;
  color:#6f7a85;
  opacity:0.9;
  text-decoration:none;
}
