html {
    height: 100%;
}

body {
    background-color: #242424;
    text-align: center;
    height: 100%;
    margin: 0;
}

.logoText {
    text-align:center;
    padding-top: 0;
    color: #4176BA;
    font-family: Tahoma, Arial;
    font-size: 13px;
    font-weight: bold;
    text-align: center;
}

.logo { /* IE6 */
    width: 196px;
    height: 228px;
    background: none;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/logo.png', sizingMethod='scale');
    vertical-align: bottom;
    padding-top: 0;
    color: #4176BA;
    font-family: Tahoma, Arial;
    font-size: 13px;
    font-weight: bold;
    text-align: center;
}

html > body .logo { /* Firefox, IE7, Opera */
    background-image: url('images/logo.png');
    background-position: top;
    vertical-align: bottom;
    background-repeat: no-repeat;
    padding-top: 0;
    color: #4176BA;
    font-family: Tahoma, Arial;
    font-size: 13px;
    font-weight: bold;
    text-align: center;
    width: 196px;
    height: 228px;
}

.logo-error {
    vertical-align: middle;
    background-image: url(images/logo.png);
    background-position: top;
    vertical-align: bottom;
    background-repeat: no-repeat;
    padding-top: 0;
    color: #FFFFFF;
    font-family: Tahoma, Arial;
    font-size: 14px;
    text-align: center;
    padding-top: 250px;
    padding-bottom: 10;
}

.link {
    color: #636363;
    font-family: Tahoma, Arial;
    font-size: 13px;
}

.link:hover {
    color: #4176BA;
}

.text {
    color: #FFFFFF;
    font-family: Tahoma, Arial;
    font-size: 14px;
    padding-left: 20px;
    text-align: left;
}

.text .mail {
    color: #FFFFFF;
}

.text .mail:hover {
    color: #4176BA;
}

.text .hint {
    text-align: center;
    font-size: 13px;
    vertical-align: top;
}

button.login-button {
    padding: 0 12px;
    height: 22;
    text-align: center;
    border: 1px solid #fff;
    border-radius: 5px;
    font-family: Arial, Tahoma;
    background: #242424;
    color: #fff;
    margin-right: 24px;
    color: #fff;
    font-size: 12px;
    vertical-align: middle;
    /*#4176BA*/

}

button.login-button:hover {
    border: 1px solid #4176BA;
    color: #4176BA;
    border-radius: 5px;
    box-shadow: 0px 0px 12px 1px rgba(65,118,186,0.6);
}
/*
input.enter-button {
    background-image: url(images/login.png);
    background-repeat: no-repeat;
    width: 85px;
    height: 44px;
    border: 0px;
    margin-top: 10px;
    margin-right: 14px;
}*/

input.enter-button:hover {
    background-image: url(images/login_hover.png);
}

input.enter-button-en {
    background-image: url(images/login.png);
    background-repeat: no-repeat;
    width: 85px;
    height: 44px;
    border: 0px;
    margin-top: 10px;
    margin-right: 14px;
}

input.enter-button:hover {
    background-image: url(images/login_hover.png);
}

.login {
    padding-right: 5px;
    text-align: right;
}

.input-text1 {
    font-family: Tahoma, Arial;
    font-size: 14px;
    line-height: normal;
    color: #4176BA;
    border: none;
    width: 146px;
    height: 16px;
}

td.input {
    text-align: center;
    vertical-align: middle;
    background: url(images/input.png) 0 0 no-repeat;
    width: 196px;
}

td.login {
    width: 196px;
    height: 54px;
}

.aright {
    text-align: right;
}

.mid {
    float: left;
    width: 50%;
}

.stores__icon {
    display: inline-block;
    width: 135px;
    height: 40px;
    min-height: 40px;
    background-size: 135px 40px;

}

.fill_div {
    display: block;
    height: 100%;
    width: 100%;
    text-decoration: none;
}

.stores__icon_type_ios {
    width: 135px;
    height: 40px;
    background-size: 135px 40px;
    background-repeat: no-repeat;
    background-image: url(images/apple.svg);
}

.stores__icon_type_android {
    width: 135px;
    height: 40px;
    background-size: 135px 40px;
    background-repeat: no-repeat;
    background-image: url(images/google.png);
}

body::after {
    position: absolute;
    width: 0;
    height: 0;
    overflow: hidden;
    z-index: -1;
    content: url(images/login_hover.png);
}

.change_temp_pass {
    padding-right: 5px;
    text-align: right;
}
