﻿/* Move down content because we have a fixed navbar that is 50px tall */
body {
    padding-top: 50px;
    padding-bottom: 20px;
}
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}
label {
    font-weight: 500;
    margin-left: 3px;
    margin-bottom: 15px;
}
.login_content {
    margin: 0 auto;
    padding: 25px 10px;
    position: relative;
    text-align: center;
    text-shadow: 0 1px 0 #fff;
    border: 1px solid #e0e0e0;
    background: #fff;
    border-radius: 10px;
    box-shadow: 1px 0 0 1px #e4e4e4;
}
#senComment_success2,
#senComment_error2,
#btnSentWait2,
#senComment_success,
#senComment_error,
#btnSentWait {
    display: none;
}

#senComment_success2,
#senComment_error2,
#senComment_success,
#senComment_error {
    padding: 0 0 15px 0;
    text-align: center;
    position: relative;
}

.a_kia2,
.a_kia {
    display: none;
    position: absolute;
    right: 6px;
    top: 6px;
}
.separator{
    margin-top:15px;
}
.registration_form{
    display:none;
}
/*footer{
    text-align:center;
}*/
.login_wrapper {
    right: 0px;
    margin: 0px auto;
    margin-top: 5%;
    margin-bottom: 5%;
    max-width: 400px;
    position: relative
}

.login_content {
    margin: 0 auto;
    padding: 25px 0 0;
    position: relative;
    text-align: center;
    text-shadow: 0 1px 0 #fff;
    min-width: 280px;
}
.login_content a, .login_content .btn-default:hover {
        text-decoration: none;
    }
.login_content a:hover {
            text-decoration: underline;
        }
.login_content h1 {
        font: normal 25px Helvetica, Arial, sans-serif;
        letter-spacing: -0.05em;
        line-height: 20px;
        margin: 10px 0 30px;
    }
.login_content h1:before, .login_content h1:after {
            content: "";
            height: 1px;
            position: absolute;
            top: 10px;
            width: 27%;
        }
.login_content h1:after {
            background: #7e7e7e;
            background: -webkit-gradient(linear, left top, right top, from(#7e7e7e), to(#fff));
            background: linear-gradient(to right, #7e7e7e 0%, #fff 100%);
            right: 0;
        }
.login_content h1:before {
            background: #7e7e7e;
            background: -webkit-gradient(linear, right top, left top, from(#7e7e7e), to(#fff));
            background: linear-gradient(to left, #7e7e7e 0%, #fff 100%);
            left: 0;
        }
.login_content h1:before, .login_content h1:after {
            content: "";
            height: 1px;
            position: absolute;
            top: 10px;
            width: 10%;
        }
.login_content h1:after {
            background: #7e7e7e;
            background: -webkit-gradient(linear, left top, right top, from(#7e7e7e), to(#fff));
            background: linear-gradient(to right, #7e7e7e 0%, #fff 100%);
            right: 0;
        }
.login_content h1:before {
            background: #7e7e7e;
            background: -webkit-gradient(linear, right top, left top, from(#7e7e7e), to(#fff));
            background: linear-gradient(to left, #7e7e7e 0%, #fff 100%);
            left: 0;
        }
.login_content .form {
        margin: 20px;
        position: relative;
    }
.login_content .form .input-icon {
            position: relative;
        }
.block {
    display: block !important;
}
.login_content .form input[type="text"], .login_content .form input[type="email"], .login_content .form input[type="password"] {
    border-radius: 3px;
    -webkit-box-shadow: 0 1px 0 #fff,0 -2px 5px rgba(0,0,0,0.08) inset;
    -ms-box-shadow: 0 1px 0 #fff,0 -2px 5px rgba(0,0,0,0.08) inset;
    -o-box-shadow: 0 1px 0 #fff,0 -2px 5px rgba(0,0,0,0.08) inset;
    box-shadow: 0 1px 0 #fff,0 -2px 5px rgba(0,0,0,0.08) inset;
    border: 1px solid #c8c8c8;
    color: #333;
    font-size: 16px;
    margin: 0 0 20px;
    width: 100%;
}
.login_content .form input[type="text"]:focus, .login_content .form input[type="email"]:focus, .login_content .form input[type="password"]:focus {
        -webkit-box-shadow: 0 0 2px #AA77B4 inset;
        -ms-box-shadow: 0 0 2px #ed1c24 inset;
        -o-box-shadow: 0 0 2px #ed1c24 inset;
        box-shadow: 0 0 2px #A97AAD inset;
        background-color: #fff;
        border: 1px solid #A878AF;
        outline: none
    }
#username {
    background-position: 10px 10px !important
}
#password {
    background-position: 10px -53px !important
}
.login_content .form div a {
    font-size: 12px;
    margin: 10px 15px 0 0;
    color: #4985d0;
}
.reset_pass {
    margin-top: 10px !important
}
.login_content div .reset_pass {
    margin-top: 13px !important;
    margin-right: 39px;
    float: right
}
.ButtonSendEmail,
.ButtonLogin {
    cursor: pointer;
    letter-spacing: 0.05em;
}

    .ButtonSendEmail[disabled],
    .ButtonLogin[disabled],
    .ButtonSendEmail[disabled=disabled],
    .ButtonLogin[disabled=disabled],
    .ButtonLogin:disabled,
    .ButtonSendEmail:disabled {
        background: #808080;
        color: #cecece;
        cursor: not-allowed;
        pointer-events: none;
    }

.eye {
    position: absolute;
    right: 20px;
    top: 8px;
    cursor: pointer;
}
/* Responsive: Portrait tablets and up */
@media screen and (min-width: 768px) {
    .jumbotron {
        margin-top: 20px;
    }

    .body-content {
        padding: 0;
    }
}
