body {
    margin: 0;
    padding: 0;
    background: #fff;
    color: #fff;
    font-family: helvetica, arial, verdana, sans-serif;
    font-size: 12px;
}

.loginText {
    font-size: 14pt;
    font-weight: bold;
    text-align: center;
}

.header {
    position: absolute;
    top: calc(50% - 390px);
    left: calc(50%);
    z-index: 2;
}

.header div {
    float: left;
    font-size: 35px;
    font-weight: 200;
}

.logotype {
    position: absolute;
    top: 50px;
    left: calc(372px / 2 - 153px);
    width: 326px;
}

.colorBox {
    position: absolute;
    top: calc(50% - 170px);
    left: calc(50% - 195px);
    height: 261px;
    width: 372px;
    padding: 10px;
    z-index: 2;
    background-color: #4d5d77;
}

.login {
    position: absolute;
    top: 120px;
    left: calc(372px / 2 - 100px);
}

.login input[type=text] {
    width: 212px;
    height: 10px;
    color: #fff;
    background: transparent;
    border: 1px solid rgb(195, 196, 197);
    font-size: 11px;
    padding: 4px;
}

.login input[type=password] {
    width: 212px;
    height: 10px;
    color: #fff;
    background: transparent;
    border: 1px solid rgb(195, 196, 197);
    font-size: 11px;
    padding: 4px;
    margin-top: 12px;
}

.login_password {
    width: 212px;
    height: 10px;
    color: #fff;
    background: transparent;
    border: 1px solid rgb(195, 196, 197);
    font-size: 11px;
    padding: 4px;
    margin-top: 12px;
}
.showPassword {
    cursor: pointer;
    margin-top: 12px;
    display: block;
}
.input-check {
    margin-top: 12px;
    display: inline-block;
    *display: inline;
    /* inline-block ie7 fix */
    *zoom: 1;
    vertical-align: top;
    position: relative;
    cursor: pointer;
}

.input-check input {
    width: 14px;
    height: 14px;
    margin: 0;
    padding: 0;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -7px;
    cursor: pointer;
    z-index: 10;
    opacity: 0;
}

.input-check label {
    font-size: 11px;
    line-height: 22px;
    display: block;
    padding-left: 20px;
    position: relative;
    z-index: 1;
    cursor: pointer;
}

.input-check label:before {
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    width: 14px;
    height: 14px;
    margin-top: -7px;
    background: rgba(0, 0, 0, 0) url(Login/checkbox.gif) no-repeat;
    z-index: 5;
    content: '';
}

.input-check input:checked + label:before {
    background-position: 0 -14px;
}

.showPassword input {
    width: 14px;
    height: 14px;
    margin: 0;
    padding: 0;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -7px;
    cursor: pointer;
    z-index: 10;
    opacity: 0;
}

.showPassword label {
    font-size: 11px;
    line-height: 22px;
    display: block;
    padding-left: 20px;
    position: relative;
    z-index: 1;
    cursor: pointer;
}

.showPassword label:before {
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    width: 14px;
    height: 14px;
    margin-top: -7px;
    background: rgba(0, 0, 0, 0) url(Login/checkbox.gif) no-repeat;
    z-index: 5;
    content: '';
}

.showPassword input:checked + label:before {
    background-position: 0 -14px;
}

.pass-recovery {
    margin-top: 16px;
    font-size: 11px;
    float: right;
    display: inline-block;
    *display: inline;
    /* inline-block ie7 fix */
    *zoom: 1;
    vertical-align: top;
    position: relative;
    cursor: pointer;
    text-decoration: underline;
    color: #f5f5f5;
    margin-left:2px;
}

.login input[type=button] {
    position: relative;
    height: 28px;
    display: inline-block;
    background: #fff;
    border: 1px solid #fff;
    cursor: pointer;
    color: #4d5d77;
    font-size: 16px;
    font-weight: 400;
    margin-top: 26px;
}

.login input[type=button]:hover {
    opacity: 0.8;
}

.login input[type=button]:active {
    opacity: 0.6;
}

.login input[type=text]:focus {
    outline: none;
    border: 1px solid rgba(255, 255, 255, 0.9);
}

.login input[type=password]:focus {
    outline: none;
    border: 1px solid rgba(255, 255, 255, 0.9);
}

.login input[type=button]:focus {
    outline: none;
}
<!--
::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.6);
}

::-moz-input-placeholder {
    color: rgba(255, 255, 255, 0.6);
}
-->

.submit_form {
    text-align: center;
    width: 212px;
}

.error {
    text-align: center;
    position: absolute;
    width: 100%;
    top: calc(50% - 260px);
    /*margin-top: -200px;*/
    color: #ff0000;
    font-size: 1.2em
}

.message {
    text-align: center;
    position: absolute;
    width: 100%;
    top: 50%;
    margin-top: -200px;
    color: #228b22;
    font-size: 1.2em
}

/*Версия продукта*/
.product-version{
    position: absolute;
    top: 95px;
    left: calc(372px / 2 - 153px);
    font-size: 11pt;
    width: 326px;
}
.product-version-span{
    font-size: 10pt;
    padding-top: 5px;
    display: block;
}

/*Информация о системе на странице логина*/
.m4-info{
    position: absolute;
    bottom: 0;
    right: 0;
    background: none;
    display: block;
    padding: 20px 20px 20px 20px
}

.m4-info-color{
    color: #4d5d77;
    background: #ffffff;
}

.m4-details{
    text-align: right;
}
.m4-details-span{
    display: block;
}

.eye {
    font-family: 'materialIconsOutlined';
    font-weight: normal;
    font-style: normal;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    font-size: 16px;
    display: inline;
    vertical-align: sub;
    color: rgb(195, 196, 197);
    margin-left: -20px;
    margin-top: 14px;
    position: absolute;
    cursor: pointer;
}

.m_link {
    margin-top: 10px;
    font-size: 12px;
    width: 100%;
    text-align: center;
    display: inline-block;
    position: absolute;
    top: calc(50% + 120px);
}

.m4-footer {
    position: absolute;
    top: calc(50% + 125px);
    left: calc(50% - 195px);
    width: 225px;
    padding-left: 85px;
    z-index: 2;
    /*display: inline-grid;*/
    display: flex;
    flex-direction: column;
}

.m4-button-interface {
    color: black;
    background: white;
    margin-bottom: 11px;
    width: 100%;
    height: 50px;
    /* padding-left: 48px; */
    font-size: 19px;
    font-weight: 400;
    cursor: pointer;
    border: lightgray 1px solid;
    background-repeat: no-repeat;
/* background-image: url(icons/ext/main/bl.png);
    color: black;
    background: white;
    margin-bottom: 11px;
    width: 100%;
    height: 52px;
    padding-left: 48px;
    font-size: 19px;
    font-weight: 400;
    border: lightgray 1px solid;
    background-position-y: 2px;
    background-position-x: 3px;
    background-repeat: no-repeat;
    background-image: url(icons/ext/main/bl.png)
 */
}