﻿body {
    color: #fff;
    background-color:#192f59;
}

.form-control {
    min-height: 41px;
    background: #fff;
    box-shadow: none !important;
    border-color: #e3e3e3;
}

    .form-control:focus {
        border-color: #70c5c0;
    }

.form-control {
    border-radius: 2px;
}

.login-form {
    width: 350px;
    margin: 0 auto;
    padding-top:85px;
    /*padding: 75px 0 30px 0;*/
}

    .login-form form {
        color: #050505;
        border-radius: 2px;
        margin-bottom: 15px;
        font-size: 13px;
        background: #f3f3f3;
        box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
        padding: 30px;
        position: relative;
    }

    .login-form h2 {
        font-size: 22px;
        margin: 35px 0 25px;
    }

    .login-form .avatar {
        position: absolute;
        margin: 0 auto;
        left: 0;
        right: 0;
        top: -50px;
        width: 95px;
        height: 95px;
        border-radius: 50%;
        z-index: 9;
        background: #f3f3f3;
        padding: 15px;
        box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.5);
    }

        .login-form .avatar img {
            width: 100%;
        }

    .login-form input[type="checkbox"] {
        margin-top: 2px;
    }

    /*.login-form .btn {
        font-size: 16px;
        font-weight: bold;
        background: #70c5c0;
        border: none;
        margin-bottom: 20px;
    }

        .login-form .btn:hover, .login-form .btn:focus {
            background: #50b8b3;
            outline: none !important;
        }*/

    .login-form a {
        color: #fff;
        text-decoration: underline;
    }

        .login-form a:hover {
            text-decoration: none;
        }

    .login-form form a {
        color: #7a7a7a;
        text-decoration: none;
    }

        .login-form form a:hover {
            text-decoration: underline;
        }

.custom-footer {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
}

.custom-login-div1 {
    background-color: #d0d69b2e;
    padding: 10px;
}

.custom-login-h3 {
    color: #5ab8ef;
    line-height: 50px;
    font-weight: bold;
}

.custom-login-h5 {
    color: #70c5c0;
    font-weight: bold;
}

.custom-login-div2 {
    margin-bottom:50px;
}

.custom-login-div3 {
    color:#721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
    max-width:350px;
}

.custom-login-span1 {
    color: #000;
}

.custom-login-ul {
    font-size: small;
}

.custom-border-10 {
    border-radius: 10px;
}

.custom-login-captcha-img {
    border-radius: 25px;
    background-color: #f2fff8;
}

.custom-login-captcha-a {
    cursor: pointer;
    margin-left: 8px;
}

.custom-login-span2 {
    color: #c80000;
    font-size: xx-large;
}

.custom-font-16 {
    font-size:16px !important;
}

.custom-a-underline {
    text-decoration:none !important;
}

.custom-banner {
    background-image: url(../img/background_simple.jpg);
    border-image-repeat: stretch;
    font-size: 30px;
}

.cursor-none {
    cursor: none;
    pointer-events:none;
}
