@import url(//fonts.googleapis.com/css?family=Open+Sans:400,600&subset=latin,cyrillic-ext);

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px #fff inset;
}

html, body {
    margin:0;
    padding:0;
    height:100%;
    font-family: 'Open Sans', sans-serif;
    font-size: 0.875em;
}

body {
    -js-display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}

a {
    text-decoration: none;
    color: #25282a;
}
a:hover {
    text-decoration: underline;
}

hr {
    border: none;
    border-top: 1px dashed #9c9d9d;
    margin: 20px 0;
}

.banner {
    text-align: center;
    position: relative;
    background-color: #9a0b83;
    margin-bottom: 60px;
    margin-top: 50px;
    height: 25px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 40px;
       -moz-box-flex: 0;
        -ms-flex: 0 0 40px;
            flex: 0 0 40px;
}
.banner img {
    margin: auto;
    position: absolute;
    top: -24px; left: 0; bottom: 0; right: 0;
}

.message {
    text-align: center;
    color: red;
}

.intro-message {
    margin: 10px auto;
    max-width: 750px;
    color: #686868;
    -webkit-align-self: center;
        -ms-flex-item-align: center;
                -ms-grid-row-align: center;
            align-self: center;
}
.intro-message .title {
    font-weight: bold;
}

#login {
    margin: 10px auto 38px;
    width: 245px;
    position: relative;
    overflow: hidden;
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 auto;
       -moz-box-flex: 1;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto;
    -webkit-align-self: center;
        -ms-flex-item-align: center;
                -ms-grid-row-align: center;
            align-self: center;
}

.fb-login, .google-login {
    display: block;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    height: 35px;
    line-height: 35px;
    padding-left: 37px;
    margin-bottom: 10px;
    color: white;
    font-weight: 600;
    position: relative;
}
.fb-login:after, .google-login:after {
    content: "";
    position: absolute;
    top:0; left:0; right: 0; bottom: 0;
}
.fb-login {
    background-color: #2791cc;
}
.google-login {
    background-color: #e54534;
}
.fb-login:after {
    background: url("../images/login-fb.png") 13px 50% no-repeat;
}
.google-login:after {
    background: url("../images/login-google.png") 13px 50% no-repeat;
}

#login input {
    margin-bottom: 10px;
}
#login input[type="text"], #login input[type="password"] {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    width: 100%;
    height: 35px;
    padding: 0 10px;
    border: 1px solid #9c9d9d;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

#login input[type="submit"] {
    float: right;
    text-transform: lowercase;
}

#login input[type="submit"],
.login_redirect_button {
    width: 100px;
    height: 35px;
    margin: 0;
    color: #ca5b48;
    background-color: transparent;
    border: 1px solid #ca5b48;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    cursor: pointer;
}

.reset-password {
    text-decoration: underline;
    line-height: 35px;
}

.info {
    padding: 20px 0;
    color: #686868;
    -js-display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    overflow-y: auto;
}
.info-inner {
    -webkit-flex-basis: 750px;
        -ms-flex-preferred-size: 750px;
            flex-basis: 750px;
    max-width: 750px;
    -js-display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
            justify-content: space-around;
}

.news, .download {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 25%;
       -moz-box-flex: 1;
        -ms-flex: 1 0 25%;
            flex: 1 0 25%;
    padding-left: 10px;
}
.news h2, .download h2 {
    font-size: 18px;
    font-weight: 600;
}
.news div {
    margin-bottom: 5px;
}
.news .date {
    font-size: 13px;
    font-weight: bold;
    color: #2573ba;
}

.download a {
    display: inline-block;
    padding-bottom: 10px;
}
.download a, .download a:hover, .download a:active, .download a:focus {
    text-decoration: none;
}
.download span {
    font-size: 13px;
    color: #686868;
}
.download a:hover span, .download a:active span, .download a:focus span {
    text-decoration: underline;
}
.download img {
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    border: none;
}

.footer {
    text-align: right;
    background-color: #333333
}
.footer-inner {
    color: #fff;
    line-height: normal;
    max-width: 750px;
    margin: 0 auto;
    padding: 30px 10px 30px 0;
    background: url(../images/logo-net.png) no-repeat 10px center;
}
.footer-inner a {
    color: #fff;
}

.logon-text {
    margin: 0px auto 20px;
    width: 1000px;
    text-align: center;
}

.login_redirect_button {
    text-align: center;
    margin: 0px auto;
    line-height: 33px;
    border-color: #9a0b83;
    color: #9a0b83;
    text-decoration: none;
}

.login_redirect_button:hover {
    background-color: #9a0b83;
    color: white;
    transition: ease 0.2s ;
}