﻿.form-control:focus {
    border-color: #a51524;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.close{
    color: #fff !important;
}
._720kb-datepicker-calendar-header:nth-child(2n+1) {
    background: #0D496D !important;
}
panel-login {
    background-color: #023b5d;
}

.panel-heading {
    padding: 0;
    border-bottom: none;
    text-align: center;
}
.vertical-line{
    border-right: 2px solid #fff;
}
#login-form .form-group {
    margin-bottom: 20px;
    min-height: 38px !important;
}
#register-form .form-group {
    margin-bottom: 20px;
    min-height: 38px !important;
}
#login-form .form-control {
    min-height: 38px !important;
}
#register-form .form-control {
    min-height: 38px !important;
}
#register-form{
    padding:20px;
}
.panel-heading a {
    color: #fff;
}
.panel-heading #login-form-link:active{
    color:#B6B6B6;
}
.panel-heading #login-form-link:focus{
    color:#B6B6B6;
}
.panel-heading #register-form-link:focus{
    color:#B6B6B6;
}
.panel-heading #register-form-link:active{
    color:#B6B6B6;
}
    .panel-heading a:hover {
        color: #B6B6B6;
    }

a:focus, a:hover {
    color: #23527c;
    text-decoration: none;
}

.panel-login input:hover, .panel-login input:focus {
    outline: none;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
    border-color: #a51524 !important;
}

.panel-heading #login-form-link {
    font-size: 18px;
}

.panel-heading #register-form-link {
    font-size: 18px;
}

.panel-login {
    border-color: #ccc;
    -webkit-box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.2);
    box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.2);
}

    .panel-login > .panel-heading {
        color: #00415d;
        background-color: #023b5d;
        border-color: #fff;
        text-align: center;
    }

        .panel-login > .panel-heading a {
            text-decoration: none;
            color: #B6B6B6;
            font-weight: bold;
            font-size: 15px;
            -webkit-transition: all 0.1s linear;
            -moz-transition: all 0.1s linear;
            transition: all 0.1s linear;
        }

            .panel-login > .panel-heading a.active:hover {
                color: #B6B6B6;
                font-size: 18px;
            }

            .panel-login > .panel-heading a.active {
                color: #fff !important;
                font-size: 18px !important;
            }

        .panel-login > .panel-heading hr {
            margin-top: 10px;
            margin-bottom: 0px;
            clear: both;
            border: 0;
            height: 1px;
            background-image: -webkit-linear-gradient(left,rgba(0, 0, 0, 0),rgba(0, 0, 0, 0.15),rgba(0, 0, 0, 0));
            background-image: -moz-linear-gradient(left,rgba(0,0,0,0),rgba(0,0,0,0.15),rgba(0,0,0,0));
            background-image: -ms-linear-gradient(left,rgba(0,0,0,0),rgba(0,0,0,0.15),rgba(0,0,0,0));
            background-image: -o-linear-gradient(left,rgba(0,0,0,0),rgba(0,0,0,0.15),rgba(0,0,0,0));
        }

    .panel-login input[type="text"], .panel-login input[type="email"], .panel-login input[type="password"] {
        height: 35px;
        border: 1px solid #ddd;
        font-size: 12px;
        -webkit-transition: all 0.1s linear;
        -moz-transition: all 0.1s linear;
        transition: all 0.1s linear;
    }

    .panel-login input:hover,
    .panel-login input:focus {
        outline: none;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
        border-color: #a51524;
    }

.btn-login {
    background-color: #023B5D;
    outline: none;
    color: #fff;
    font-size: 14px;
    height: auto;
    font-weight: normal;
    padding: 8px 0;
    text-transform: uppercase;
    border-color: #023B5D;
}

    .btn-login:hover,
    .btn-login:focus {
        color: #fff;
        background-color: #a51524;
        border-color: #a51524;
    }

.forgot-password {
    text-decoration: underline;
    color: #a51524;
    font-size: 13px;
}

    .forgot-password:hover,
    .forgot-password:focus {
        text-decoration: underline;
        color: #023B5D;
    }

.btn-register {
    background-color: #023B5D;
    outline: none;
    color: #fff;
    font-size: 14px;
    height: auto;
    font-weight: normal;
    padding: 8px 0;
    text-transform: uppercase;
    border-color: #023B5D;
}

    .btn-register:hover,
    .btn-register:focus {
        color: #fff;
        background-color: #a51524;
        border-color: #a51524;
    }

#login-form {
    padding: 20px;
}
