
.page_login {
    background: url(../img/bg_login.jpg) no-repeat;
    background-size: cover;
    background-position: top center;
}

.box_logo_login{ text-align: center; margin-bottom: 30px;}
.box_logo_login img{ max-width: 250px;}.box_login {
    width: 340px;
    max-width: 100% !important;
    margin: auto;
    padding: 36px;
    margin-top: 100px;
    background-color: rgba(255, 255, 255, 0.85);
    box-shadow: 2px 2px 1px 1px #d8d8d8;
}
.box_login .box_title {
    color: #047bc4;
    text-align: center;
    font-size: 24px;
    margin-bottom: 40px;
    text-transform: uppercase;
}
.box_login .box_content {}
.box_login .box_content .form-group { margin-bottom: 20px; }

.box_login .box_content .input-icon .form-control {
    border: 1px solid #d8d8d8;
    height: 40px;
    font-size: 14px;
    background-color: #fff;
    color: #333;
    padding-left: 40px !important;
}
.box_login .box_content .input-icon i { margin: 13px 2px 4px 15px; font-size: 17px;}
.box_login .box_content .control-label { font-weight: normal; font-size: 14px;}
.box_login .box_content .form-actions { background: none; border: 0; padding: 10px 0 0; margin: 0; text-align: center;}
.box_login .box_content .form-actions .btn {
    background: #428BCA;
    color: #FFF;
    font-weight: 300;
    font-size: 16px;
    height: 40px;
    padding: 0 20px;
    width: 100%;
    margin-top: 20px;
}.box_login .box_content .form-actions .btn:hover{ background: #287bc3;}
.box_login .box_content .form-actions .btn > i{ margin-top: 4px; margin-left: 3px;}
.box_login .box_content .form-actions .forgot_password {
    color: #999;
    margin-top: 10px;
    font-size: 13px;
    display: block;
    width: 100%;
    text-align: left;
}
.box_login .box_content .form-actions .forgot_password:hover {
    color: #3b90af;
    text-decoration: none;
}

.box_login .alert{ border-radius: 20px !important; text-align: center; margin-bottom: 20px;}

.footer{ position: fixed; width: 100%; bottom: 0; left: 0; text-align: right; color: #999;}
.footer a{ color: #AAA;}

@media (max-width: 786px) {
}

@media (max-width: 480px) {
}