.login_page {
    
}
.login_page .content {   
    width: 400px;
    margin: 40px auto 10px auto;
    padding: 30px;
    padding-top: 10px;
    overflow: hidden;
    position: relative;    
    background: rgba(255,255,255, 0.7);
    margin-top: 0px;
}
.login_page .logo-heading {
    color: #fff;
}
.login_page .logo {
    margin: 150px auto 0 auto;
    width: 400px;
    padding: 15px;
    background: #2A5280;
    text-align: center;
}
.login_page .content .form-control {
    background: rgba(160, 160, 160, 0.0);
    color: #2A5280;
    border: 1px solid #aaa;
    height: 43px;
}
.login_page .content h3 {
    color:#2A5280;
    text-align: center;
    font-size: 28px;
    font-weight: 400 !important;
    margin-bottom: 25px;
}
/* LOG IN */
.login_page .content .form-control:focus {
    border: 1px solid #576375;
}
.login_page .content .form-control::-webkit-input-placeholder {
    color: #8290a3;
}
.login_page .content .form-control:-moz-placeholder {
    color: #8290a3;
    opacity: 1;
}
.login_page .content .form-control::-moz-placeholder {
    color: #8290a3;
    opacity: 1;
}
.login_page .content .form-control:-ms-input-placeholder {
    color: #8290a3;
}
.login_page .content .form-control:placeholder-shown {
    color: #8290a3;
}
.login_button {
    margin-top: 10px;
    width: 100%;
    background: #2A5280;
    color: #f1f1f1;
    padding: 10px 14px !important;
    transition: all 0.3s ease-in-out;
}
.login_button:hover {
    background: #203E60;
}
.login_button:hover,
.login_button:focus,
.login_button:visited {
    color: #f1f1f1;
}
/* LOST PASSWORD */
.login_page .content .forget-password {
    font-size: 14px;
    float: right;
    display: inline-block;
    margin-top: 10px;
}
.login_page .content .form-actions {
    clear: both;
    border: 0px;
    border-bottom: 1px solid #eee;
    padding: 0px 30px 25px 30px;
    margin-left: -30px;
    margin-right: -30px;
}
.login_page .lost_password {
    padding: 8px 0px;
}
/* CREATE ACCOUNT */
.login_page .content .create-account {
  margin: 0 -40px -40px -40px;
  padding: 15px 0 17px 0;
  text-align: center;
  background-color: #2A5280;
  -webkit-border-radius: 0 0 7px 7px;
  -moz-border-radius: 0 0 7px 7px;
  -ms-border-radius: 0 0 7px 7px;
  -o-border-radius: 0 0 7px 7px;
  border-radius: 0 0 7px 7px;
}
.login_page .content .create-account p a {
  font-weight: 600;
  font-size: 14px;
  color: #c3cedd;
}
.login_page .content .create-account a {
  display: inline-block;
  margin-top: 5px;
}


.error-form{
    color: #b94a48;
    margin: 5px 0 5px;
    padding-left: 5px;
}
.success-form{
    color: #006b15;
    margin: 5px 0 5px;
    padding-left: 5px;
}
.error-form span, .success-form span{
    margint-top: 4px;
}
.vt-form{
    display:none;
}
.vt-loader{
    display: none;
    width: 400px;
    margin-top: -10px;
    /*margin: 0 -30px -30px;*/
    padding: 15px;
    background: rgba(255,255,255, 0.7);
   /*width: calc(100% + 60px);*/
}
footer{   
    opacity: 0.9;
    color: #333;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 5px;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 40px; 
    font-weight: 600;
}
footer a{
    color: #eee;
}
footer a:hover{
    color: #eee;
    text-decoration: underline;
}




.forgot_button {
    background: #2A5280;
    color: #f1f1f1;
    width: 100%;
    margin-left: 0px !important;
    margin-bottom: 10px;
    transition: all 0.3s ease-in-out;
}
.forgot_button:hover {
    background: #203E60;
}
.forgot_button:hover,
.forgot_button:focus,
.forgot_button:visited {
    color: #f1f1f1;
}
.forgot_back_button {
    float: right;
}
.forgot-actions {
    overflow: hidden;
}