/***
Login page
***/
/* bg color */

#lblErrorMessage1 {
    font-size: 12px !important;
}

.mainouter {
}

@media (min-width: 1367px) {
    html {
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
    }
}

@media (max-width: 1366px) {
}

@media (max-width: 991px) {
    .form-group {
        margin-bottom: 15px;
        width: 70%;
        margin-left: 15%;
    }

    .login-button-group {
        margin-bottom: 15px;
        width: 70%;
        margin-left: 15%;
    }

    .mainouter {
        height: 400px;
    }
}

@media (max-width: 448px) {
    .mainouter {
        width: 300px;
        height: 380px;
    }

    .content {
        width: 280px !important;
    }
}

.login {
    background-color: transparent;
    !important;
}

.login-button {
    width: 100% !important;
    margin-bottom: 0px !important;
    height: 30px;
}

.content {
}

.grey-banner:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 0;
    width: 0;
    border-bottom: 17px inset transparent;
    border-left: 17px solid #fff;
    border-top: 17px inset transparent;
    content: "";
}

.div-body {
    background-image: url("images/Login_Background.png");
    background-repeat: no-repeat;
    background-size: cover;
}

#rightarrow {
    width: 0;
    height: 0;
    border-top: 17.5px solid transparent;
    border-left: 23px solid #DBDBDB;
    border-bottom: 17.5px solid transparent;
}

#pointer {
    height: 29px;
    position: relative;
    background: #DBDBDB;
}

    #pointer:after {
        content: "";
        position: absolute;
        left: 0;
        bottom: 0;
        width: 0;
        height: 0;
        border-left: 11px solid white;
        border-top: 14px solid transparent;
        border-bottom: 14px solid transparent;
    }

    #pointer:before {
        content: "";
        position: absolute;
        right: -20px;
        bottom: 0;
        width: 0;
        height: 0;
        border-left: 20px solid #DBDBDB;
        border-top: 14.5px solid transparent;
        border-bottom: 14.5px solid transparent;
    }

.login .content h1 {
    color: #513094;
    text-align: center;
    font-size: 28px;
    font-weight: 700 !important;
}

.login .content h4 {
    color: #555;
}

.login .content .hint {
    color: #999;
    padding: 0;
    margin: 15px 0 7px 0;
}

.login .content .login-form,
.login .content .forget-form {
    padding: 0px;
    margin: 0px;
}

.login .content .form-control {
    border: none;
    background-color: #fff;
    height: 30px;
    color: #8290a3;
    border: 1px solid #dde3ec;
}

    .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 .forget-form {
    display: none;
}

.login .content .register-form {
    display: none;
}

.login .content .form-title {
    font-weight: 300;
    margin-bottom: 25px;
}

.login .content .form-actions {
    clear: both;
    border: 0px;
    border-bottom: 1px solid #eee;
    padding: 0px 30px 25px 30px;
    margin-left: -30px;
    margin-right: -30px;
}

.login-options {
    margin-bottom: 30px;
    overflow: hidden;
}

    .login-options h4 {
        float: left;
        font-weight: 600;
        font-size: 15px;
        color: #7d91aa !important;
    }

    .login-options .social-icons {
        float: right;
        padding-top: 3px;
    }

        .login-options .social-icons li a {
            border-radius: 15px 15px 15px 15px !important;
            -moz-border-radius: 15px 15px 15px 15px !important;
            -webkit-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 {
    font-weight: 600;
    padding: 10px 25px !important;
    color: #6c7a8d;
    background-color: #ffffff;
    border: none;
}

    .login .content .form-actions .btn-default:hover {
        background-color: #fafaff;
        color: #45b6af;
    }

.login .content .forget-password {
    font-size: 14px;
    float: right;
    display: inline-block;
    margin-top: 10px;
}

.login .content .check {
    color: #8290a3;
}

.login .content .rememberme {
    margin-left: 8px;
    margin-top: 10px;
}

.login .content .create-account {
    margin: 0 -40px -40px -40px;
    padding: 15px 0 17px 0;
    text-align: center;
    background-color: #6c7a8d;
    -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 .content .create-account p a {
        font-weight: 600;
        font-size: 14px;
        color: #c3cedd;
    }

    .login .content .create-account a {
        display: inline-block;
        margin-top: 5px;
    }

/* footer copyright */
.login .copyright {
    text-align: center;
    margin: 0 auto 30px 0;
    padding: 10px;
    color: #7a8ca5;
    font-size: 13px;
}

@media (max-width: 448px) {
    /***
  Login page
  ***/
    .login .logo {
        margin-top: 10px;
    }

    .login .content {
        width: 280px;
        margin-top: 10px;
    }

        .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;
    }
}
