@import '/css/reset.css';

body,textarea,input,select {font-family: 'Open Sans', sans-serif; margin: 0; padding: 0; border: 0; outline: 0;}

body {line-height: 1.3em; color: #000000; font-size: 62.5%; background: #f1f1f1 url(/images/pattern.jpg);}

a {color: #008fff; text-decoration: underline;}
a:hover {color: #008fff; text-decoration: underline;}

.clr {clear: both; font-size: 1px; line-height: 1px; height: 0; overflow: hidden;}

.clear:after {
    content:".";
    display:block;
    height:0;
    clear:both;
    visibility:hidden;
}
.clear {display:inline-block;}
/* Hide from IE Mac \*/
.clear {display:block;}
/* End hide from IE Mac */

::selection{background:#e2ded5;color:#5f605e;}::-moz-selection{background:#e2ded5;color:#5f605e;}

.btn-block, a.btn-block {
    font-size: 14px;
    line-height: 16px;
    color: #ffffff;
    padding: 6px 10px;
    font-weight: normal;
    display: inline-block;
    *zoom: 1;
    *display: inline;
    margin: 0;
    border: 1px solid #013d6b;
    background: #013f6e;
    cursor: pointer;
    text-decoration: none;
    text-decoration: none!important;
    -webkit-transition: all 0.2s ease-in;
       -moz-transition: all 0.2s ease-in;
        -ms-transition: all 0.2s ease-in;
         -o-transition: all 0.2s ease-in;
            transition: all 0.2s ease-in;
}

.btn-block:hover {
    color: #ffffff;
    text-decoration: none;
    -moz-box-shadow: 0 0 12px rgba(0,147,183,0.7);
    -webkit-box-shadow: 0 0 12px rgba(0,147,183,0.7);
    box-shadow: 0 0 12px rgba(0,147,183,0.7);
}

.b-logo {
    width: 117px;
    margin: 80px auto 60px auto;
    float: none;
}

.b-auth-form {
    max-width: 340px;
    width: 100%;
    background: #ffffff;
    margin: 0 auto;

    -moz-box-shadow: 0 0 3px rgba(0,0,0,0.4);
    -webkit-box-shadow: 0 0 3px rgba(0,0,0,0.4);
    box-shadow: 0 0 3px rgba(0,0,0,0.4);
}

.h-auth-form {
    padding: 20px 0;
}

.panel-title {
    font-size: 2.4em;
    color: #62605a;
    line-height: 1.1em;
    margin-bottom: 20px;
    padding: 0 20px;
    font-family: 'Open Sans Condensed', sans-serif;
}

.form-group {
    margin-bottom: 10px;
    font-size: 14px;
    padding: 0 20px;
}

.form-group .form-control {
    width: 100%;
    background: #ffffff;
    border: 1px solid #e2ded5;
    padding: 8px;
    font-size: 14px;
    color: #7b7f7d;

    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.form-group label {
    padding-bottom: 4px;
    display: block;
    font-size: 12px;
    color: #7b7f7d;
}

.alert {
    margin-bottom: 20px;
    padding: 20px 20px 20px 50px;
    background: #ffdcae url(/images/form_ico.png) no-repeat 19px 17px;
    font-size: 12px;
    line-height: 15px;
    color: #7b7f7d;
}

.footer {
    padding: 0 20px;
}

.footer p {
    font-size: 1.4em;
    padding: 8px 0;
    display: inline-block;
    *zoom: 1;
    *display: inline;
}