body {
    background: url('../img/admin-bg.jpg') no-repeat fixed center center;
    background-size: cover;
    font-family: 'Lato', sans-serif;
}

.logo {
    width: 260px;
    height: 36px;
    text-transform: uppercase;
    color: #f2f2f2;
    font-size: 24px;
    font-weight: 900;
    text-shadow: -1px 3px 2px rgba(150, 150, 150, 1);
    margin: 30px auto;
}

.inner-error {
    width: 320px;
    margin: 0 auto;
    margin-bottom: 10px;
    border-top: 5px solid #ff656c;
    border-bottom: 5px solid #ff656c;
    padding: 20px;
    background: #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    color: #B63036;
    display: none;
}
.inner-error span {
    color: #ff656c;
    font-size: 0.9em;
}
.login-block {
    width: 320px;
    padding: 20px;
    background: #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border-top: 5px solid #72B3B3;
    margin: 0 auto;
}
.login-block-wrap {
    width: 350px;
    margin: 0 auto;
}

.login-block h1 {
    text-align: center;
    color: #000;
    font-size: 18px;
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 20px;
    font-weight: 700;
}

.login-block input:not(.checkb) {
    width: 100%;
    height: 42px;
    box-sizing: border-box;
    border-radius: 5px;
    border: 1px solid #ccc;
    margin-bottom: 10px;
    font-size: 14px;
    font-family: 'Lato', sans-serif;
    padding: 0 5px 0 15px;
    outline: none;
}

.login-block button {
    width: 100%;
    height: 40px;
    background: #5B9E9E;
    box-sizing: border-box;
    border-radius: 5px;
    border: 1px solid #4C8A8A;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 14px;
    font-family: 'Lato', sans-serif;
    outline: none;
    cursor: pointer;
}

.login-block button:hover {
    background: #4C8A8A;
}

.checkbox label, .radio label {
    padding-left: 0;
}
.icheckbox_flat-red {
    margin-right: 5px;
}

#password {
    margin-bottom: 10px;
}

.login_lang_switcher_wrap {
    display: block;
    float: right;
    text-align: center;
}

.login_title_wrap {
    display: block;
    float: left;
}
