@charset "UTF-8";html {
    background: 0 0;
}

body {
    text-align: center;
}

#login {
    padding-top: 20px
}

.login {
    position: relative;
    background: #F5F5F5;
}

.login h1 a {
    background: url(img/logo-menu.svg) no-repeat center center/contain!important;
    width: 100%;
}

.login h1 a:focus {
    box-shadow: none;
}

.login a {
    padding-top: 25px;
    padding-bottom: 25px;
    color: #414042 !important;
    font-size: 14px;
    font-weight: 500;
}

.login a:hover {
    color: #0073E5 !important;
}

.login form {
    border: 0;
    border-radius: 0;
    box-shadow: 3px 3px 10px 1px rgba(0,0,0,.1);
}

.login form input,.login form select,.login form textarea {
    border: 1px solid #54585e;
    border-radius: 0;
    box-shadow: none;
}

.login form input:focus,.login form select:focus,.login form textarea:focus {
    border: 1px solid #0073E5;
    border-radius: 1px;
    box-shadow: none;
}

.login .button.button-large {
    padding: 0 0 40px;
    width: 100%;
    height: 30px;
    line-height: 40px;
}

.login .button-primary {
    transition: ease .5s;
    margin-top: 50px;
    border: 1px solid #D70929;
    box-shadow: none;
    background: #D70929;
    padding: 15px;
    text-transform: uppercase;
    text-decoration: none;
    text-shadow: none;
    letter-spacing: 2px;
    color: #fff;
    font-weight: 500;
}

.login .button-primary:active,.login .button-primary:focus,.login .button-primary:hover {
    transition: ease .5s;
    opacity: 0.9;
    border: 1px solid #D70929;
    box-shadow: none;
    background: #D70929;
    color: #fff;
}

.login .message {
    border-left: 4px solid #D70929;
}
