﻿/***
Login page
***/
/* bg color */
.login { background-color: #364150 !important; }

.login .logo {
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    background-color: #fff;
    border-radius: 7px;
    margin: 0px auto;
    margin-top: 60px;
    padding: 12px;
    text-align: center;
    width: 400px;
}

.login .content {
    -moz-border-radius: 7px;
    -ms-border-radius: 7px;
    -o-border-radius: 7px;
    -webkit-border-radius: 7px;
    background-color: #fff;
    border-radius: 7px;
    margin: 20px auto 10px auto;
    overflow: hidden;
    padding: 30px;
    padding-top: 10px;
    position: relative;
    width: 400px;
}

.login .content h3 {
    color: #4db3a5;
    font-size: 28px;
    font-weight: 400 !important;
    text-align: center;
}

.login .content h4 { color: #555; }

.login .content .hint {
    color: #999;
    margin: 15px 0 7px 0;
    padding: 0;
}

.login .content .login-form,
.login .content .forget-form {
    margin: 0px;
    padding: 0px;
}

.login .content .form-control {
    background-color: #fff;
    border: none;
    border: 0.5px solid #dde3ec;
    color: #000000;
    height: 43px;
}

.login .content .form-control:focus, .login .content .form-control:active { border: 1px solid #c3ccda; }

.login .content .form-control::-moz-placeholder {
    color: #8290a3;
    opacity: 1;
}

.login .content .form-control:-ms-input-placeholder { color: #8290a3; }

.login .content .form-control::-webkit-input-placeholder { color: #8290a3; }

.login .content select.form-control {
    padding-left: 9px;
    padding-right: 9px;
}

.login .content .form-title {
    font-weight: 300;
    margin-bottom: 25px;
}

.login .content .form-actions {
    border: 0px;
    border-bottom: 1px solid #eee;
    clear: both;
    margin-left: -30px;
    margin-right: -30px;
    padding: 0px 30px 25px 30px;
}

.login-options {
    margin-bottom: 30px;
    overflow: hidden;
}

.login-options h4 {
    color: #7d91aa !important;
    float: left;
    font-size: 15px;
    font-weight: 600;
}

.login-options .social-icons {
    float: right;
    padding-top: 3px;
}

.login-options .social-icons li a {
    -moz-border-radius: 15px 15px 15px 15px !important;
    -webkit-border-radius: 15px 15px 15px 15px !important;
    border-radius: 15px 15px 15px 15px !important;
}

.login .content .form-actions .checkbox {
    margin-left: 0;
    padding-left: 0;
}

.login .content .forget-form .form-actions {
    border: 0;
    margin-bottom: 0;
    padding-bottom: 20px;
}

.login .content .register-form .form-actions {
    border: 0;
    margin-bottom: 0;
    padding-bottom: 0px;
}

.login .content .form-actions .btn { margin-top: 1px; }

.login .content .form-actions .btn-success {
    font-weight: 600;
    padding: 10px 20px !important;
}

.login .content .form-actions .btn-default {
    background-color: #ffffff;
    border: none;
    color: #6c7a8d;
    font-weight: 600;
    padding: 10px 25px !important;
}

.login .content .form-actions .btn-default:hover {
    background-color: #fafaff;
    color: #45b6af;
}

.login .content .forget-password {
    display: inline-block;
    float: right;
    font-size: 14px;
    margin-top: 10px;
}

.login .content .check { color: #8290a3; }

.login .content .rememberme {
    margin-left: 8px;
    margin-top: 10px;
}

.login .content .create-account {
    -moz-border-radius: 0 0 7px 7px;
    -ms-border-radius: 0 0 7px 7px;
    -o-border-radius: 0 0 7px 7px;
    -webkit-border-radius: 0 0 7px 7px;
    background-color: #6c7a8d;
    border-radius: 0 0 7px 7px;
    margin: 0 -40px -40px -40px;
    padding: 15px 0 17px 0;
    text-align: center;
}

.login .content .create-account p a {
    color: #c3cedd;
    font-size: 14px;
    font-weight: 600;
}

.login .content .create-account .pipe-divider { color: #c3cedd; }

.login .content .create-account a {
    display: inline-block;
    margin-top: 5px;
}

.login .content .alert { margin-bottom: 10px; }

.login .content .alert:last-child { margin-bottom: 0; }



/* footer copyright */

.login .copyright {
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    background-color: #fff;
    border-radius: 7px;
    color: #7a8ca5;
    font-size: 13px;
    margin: 0px auto;
    margin-top: 15px;
    padding: 10px;
    text-align: center;
    width: 400px;
}

.login .language-switch-area {
    padding: 10px;
    text-align: center;
}

.login .language-switch-area .language-icon {
    -ms-opacity: 0.5;
    opacity: 0.5;
}

.login .language-switch-area .language-icon-current {
    -ms-opacity: 1;
    opacity: 1;
}

@media (max-width: 440px) {
    /***
  Login page
  ***/
    .login .logo { margin-top: 10px; }

    .login .content {
        margin-top: 10px;
        width: 280px;
    }

    .login .content h3 { font-size: 22px; }

    .forget-password {
        display: inline-block;
        margin-top: 20px;
    }

    .login-options .social-icons {
        float: left;
        padding-top: 3px;
    }

    .login .checkbox { font-size: 13px; }
}