body {
	background-color: #fff;
}

.modal-login {		
	color: #636363;
	width: 400px;
}

.modal-login .modal-content {
	padding: 20px;
	border-radius: 5px;
	border: none;
	text-align: center;
}

.modal-login .modal-header {
	border-bottom: none;   
    position: relative;
    justify-content: center;
}
.modal-login h4 {
	text-align: center;
	font-size: 48px;
	font-weight: 900;
	margin: 30px 0 -15px;
}

.sub-title {
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 2px;
	line-height: 50px;
}

input[type="text"], 
input[type="text"]:hover, 
input[type="text"]:active,
input[type="password"],
input[type="password"]:hover, 
input[type="password"]:active {
	background-color: transparent;
	border: 0;
    border-bottom: 1px solid #b2b7bd;
    box-shadow: none;
    border-radius: 0;
}

input[type="text"]:focus, input[type="password"]:focus {
	background-color: transparent;
	border: 0;
    border-bottom: 1px solid #007EA7;
    box-shadow: none;
    border-radius: 0;
}

input[type="submit"], 
input[type="submit"]:hover, 
input[type="submit"]:focus, 
input[type="submit"]:active {
  border: 1px solid #007EA7;
  border-radius: 25px;
  background-color: #fff6f6;
  text-align: center;
  color: #550000;
  outline: none;
}

.btn.btn-primary, 
.btn.btn-primary:hover, 
.btn.btn-primary:focus, 
.btn.btn-primary:active {
  position: relative;	
  width: 100%;
  max-width: 330px;
}

.modal-login .form-control, .modal-login .btn {
	min-height: 40px;
}

.modal-login .close {
    position: absolute;
	top: -5px;
	right: -5px;
}	
.modal-login .modal-footer {
	background: #ecf0f1;
	border-color: #dee4e7;
	text-align: center;
    justify-content: center;
	margin: 0 -20px -20px;
	border-radius: 5px;
	font-size: 13px;
}
.modal-login .modal-footer a {
	color: #999;
}		
.modal-login .avatar {
	position: absolute;
	margin: 0 auto;
	left: 0;
	right: 0;
	top: -70px;
	width: 95px;
	height: 95px;
	border-radius: 50%;
	z-index: 9;
	background: #fff;
	padding: 15px;
	box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
}
.modal-login .avatar img {
	width: 100%;
}
.modal-login .modal-dialog {
	margin: 25px auto;
}

.trigger-btn {
	display: inline-block;
	margin: 100px auto;
}

.modal-footer a:hover {
	text-decoration: none;
	color: #000;
}

.login-error {
	color: #f00;
}