*{
    margin: 0;
    padding: 0;
    font-family: 'Exo 2', sans-serif;
}
body{
    /*background: url("/public/images/login_page/login_page_bg.jpg") no-repeat center center fixed;*/
    /*-moz-background-size: cover;*/
    /*-o-background-size: cover;*/
    background-size: cover;
}
#browser-info{
    position: absolute;
    width: 100%;
    top: 0;
    display: none;
    background: #FDF2AB no-repeat 1em 0.55em;
    border-bottom: 1px solid #A29330;
    height: 24px;
    text-align: center;
    padding: 10px 0 5px 0;
    z-index: 999;
}
.browser-info a {
    color:#E25600;
    cursor: pointer;
}
.center{
    margin: auto;
    position: absolute;
    top: 0; left: 0; bottom: 0; right: 0;
}
#login-block{
    width: 400px;
    height: 430px;
    border-radius: 10px;
    padding: 40px 20px 30px 20px;
    background: url("/public/images/login_page/1px.png");
    -moz-box-shadow: 0 0 0 1px #333333;
    box-shadow: 0 0 0 1px #333333;
}
.cut-section{
    opacity: 1;
    width: 75px;
    height: 16px;
    border-radius: 8px;
    margin: -20px auto 10px;
    background: beige;
}
.dashed{
    border-bottom: 2px black dashed;
    margin-bottom: 10px;
}
.custom-logo{
    background: url("/logo") no-repeat;
    width: 400px;
    height: 159px;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
#login-form{
    font-size: 18px;
    color: gray;
    background: #DFDFDF;
    padding: 20px 20px;
    margin-top: -3px;
}
input{
    padding: 0 8px;
    width: 230px;
    font-size: 16px;
    height: 40px;
    border-radius: 6px;
    outline: none;
    border: 0;
    -moz-box-shadow: 0 0 0 1px #cdcdcd;
    box-shadow: 0 0 0 1px #cdcdcd;
}
table tr td {
    padding: 10px;
}
.hello-text{
    color: #000000;
    margin: 0 auto 10px auto;
    text-align: center;
    width: 100%;
    height: 22px;
}
#login-button{
    width: 120px;
    height: 40px;
    border-radius: 6px;
    border: 1px #a15620 solid;
    cursor: pointer;
    font-family: 'Exo 2', sans-serif;
    font-size: 18px;
    color: white;
    background: linear-gradient(#FD8E56, #C45B24)  #D96E38;
}
#login-button:hover{
    background: #D96E38;
}
.lenta{
    width: 272px;
    margin: 0 auto;
}
.lenta-front{
    margin-top: -400px;
    float: left;
    background: url("/public/images/login_page/login_form_lenta_top.png") no-repeat;
    width: 170px;
    height: 381px;
}
.lenta-back{
    float: right;
    margin-top: -400px;
    background: url("/public/images/login_page/login_form_lenta_back.png") no-repeat;
    width: 166px;
    height: 381px;
}
#login-error {
    margin: 5px auto;
    color: darkred;
    text-align: center;
}
#footer {
    position: absolute;
    width: 100%;
    text-align: center;
    bottom: 10px;
}
#footer a {
    text-decoration: none;
}
#footer a:hover {
    text-decoration: underline;
}
.shadow {
    text-shadow: 0 -1px black;
}
.white-font {
    color: #fff;
}
.bold-font {
    font-weight: bold;
}

