body { color: #999; font-family: 'Varela Round', sans-serif; }
a { text-decoration: underline !important; }

.text-page { width: 650px; margin: 0 auto; }
.text-page > div {  }
.text-page h4 { text-align: center; font-size: 22px; margin-bottom: 20px; }

.form-control { box-shadow: none; border-color: #ddd; }
.login-form { width: 350px; margin: 0 auto; padding: 30px 0; }
.login-form form { color: #434343; border-radius: 1px; margin-bottom: 15px; background: #fff; border: 1px solid #f3f3f3; box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3); padding: 30px; }
.login-form h4 { text-align: center; font-size: 22px; margin-bottom: 20px; }

.text-page .avatar { background-color: transparent; width: 40%; margin: 30px auto; }
.login-form .avatar { background-color: transparent; width: 80%; margin: 30px auto; }
.text-page .avatar img,
.login-form .avatar img { max-width: 100%; border: 0; }

.text-page .logoheading
.login-form .logoheading { text-align: center; }

.login-form .form-group { margin-bottom: 20px; }
.login-form .form-control, .login-form .btn { min-height: 40px; border-radius: 2px; transition: all 0.5s; }

.text-page .close,
.login-form .close { position: absolute; top: 15px; right: 15px; }

.login-form .checkbox-inline { float: left; }
.login-form input[type="checkbox"] { margin-top: 2px; }
.login-form .forgot-link { float: right; }

.text-page .small,
.login-form .small { font-size: 13px; }

.text-page a.btn-primary,
.text-page a.btn-danger,
.text-page a.btn-default,
.text-page a.btn-success,
.login-form a.btn-primary,
.login-form a.btn-danger,
.login-form a.btn-default,
.login-form a.btn-success { color: #FFF; }
.login-form a.btn { line-height: 40px; }

body { background: #f5f5f5; }

.text-page a,
.login-form a { color: #4aba70; }

.text-page .btn:hover,
.text-page .btn:focus,
.login-form .btn:hover,
.login-form .btn:focus { background: #42ae68; }

.text-page .btn,
.login-form .btn { background: #4aba70; border: none; line-height: normal; }

.form-control:focus { border-color: #4aba70; }
