﻿html, body { background-color: #f9f9f9; }

.login_form { position: absolute; top: 0px; width: 100%; }

.login_form { z-index: 22; }

.animate { -webkit-animation-duration: 0.5s; -webkit-animation-timing-function: ease; -webkit-animation-fill-mode: both; -moz-animation-duration: 0.5s; -moz-animation-timing-function: ease; -moz-animation-fill-mode: both; -o-animation-duration: 0.5s; -o-animation-timing-function: ease; -o-animation-fill-mode: both; -ms-animation-duration: 0.5s; -ms-animation-timing-function: ease; -ms-animation-fill-mode: both; animation-duration: 0.5s; animation-timing-function: ease; animation-fill-mode: both; }

.login_content { margin: 0 auto; padding: 0px 0 0; position: relative; text-align: center; text-shadow: 0 1px 0 rgba(0, 0, 0, 0.4); 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 Helvetica, Arial, sans-serif; font-size: 25px; letter-spacing: -0.05em; line-height: 20px; margin: 10px 0 30px; }

    .login_content .header {
     background-color:#00406a;
     padding:30px 0;
     margin-bottom:50px;
    }

        .login_content h1:after { background: #7e7e7e; background: linear-gradient(left, #7e7e7e 0%, #fff 100%); right: 0; }

        .login_content h1:before { background: #7e7e7e; background: linear-gradient(right, #7e7e7e 0%, #fff 100%); left: 0; }

    .login_content form { margin: 00px 0 20px 0; position: relative; }

        .login_content form input[type="text"],
        .login_content form input[type="email"],
        .login_content form input[type="password"] { border-radius: 3px; -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: #777; margin: 0 0 20px; width: 100%; }

.alert-danger { margin-top: 15px; }

hr { border-color: #e8e8e8; }

.btn { font-size: 17px; min-width: 200px; padding: 10px 18px; border-radius: 25px; }
