@import url("https://fonts.googleapis.com/css?family=Roboto:300,400,500&subset=cyrillic");middler input {
    width: 280px !important;
    margin-bottom: 20px !important
}

middler button.btn {
    margin-left: auto;
    border: none !important
}

middler .page-login {
    margin-bottom: 10vh
}

middler .page-login .head {
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 30px;
    text-align: center
}

middler .page-login .logo {
    width: calc(100% - 60px);
    height: 100px;
    padding-bottom: 30px;
    position: relative;
    box-sizing: border-box;
    margin: 0 30px 20px
}

middler .page-login .logo:before {
    content: ' ';
    background: url("/project/img/logo.png") no-repeat center;
    background-size: contain;
    width: 100%;
    height: 100px;
    position: absolute
}

middler #vk-connect-button {
    position: relative;
    padding: 12px 24px 12px 56px;
    width: 100%;
    height: 45px;
    display: flex;
    align-items: center;
    line-height: 1;
    color: #ffffff;
    background: #4680c2
}

middler #vk-connect-button:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 24px;
    width: 20px;
    height: 20px;
    background: url("../img/icon-vk.svg") center no-repeat;
    background-size: contain;
    transform: translateY(-50%)
}

middler #vk-connect-button:hover {
    background: #648ebf
}

middler .login-alert {
    margin-top: 24px;
    padding: 12px 24px;
    box-sizing: border-box;
    width: 328px;
    display: flex;
    background: #ffffff;
    border: 1px solid #f4b312
}

middler .login-alert svg {
    width: 18px;
    min-width: 18px;
    height: 18px
}

middler .login-alert span {
    margin-left: 12px;
    font-size: 14px;
    line-height: 21px;
    font-weight: 400;
    color: #12263f
}

middler .login-news {
    margin-top: 24px;
    padding: 12px 24px;
    box-sizing: border-box;
    width: 328px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 14px;
    line-height: 21px;
    font-weight: 400;
    text-decoration: none;
    color: #12263f;
    background: #ffffff;
    border: 1px solid #edf2f9;
    transition: all 0.15s ease-in-out;
    cursor: pointer
}

middler .login-news:hover {
    color: inherit;
    background: #edf2f9
}
