@font-face {
    font-family: TransportFont;
    src: url("./18842.otf") format("opentype");
}

body {
    background: url(bg.png) no-repeat center center fixed #ffffff;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    font: 13px/1.5em "Helvetica Neue", helvetica, Arial, sans-serif;
}

.page {
    margin-left: auto;
    margin-right: auto;
    width: 500px;
    position: absolute;
    top: 40%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
}

.header {
    width: 100%;
}

.form {
    margin-top: 30px;
}

.form-header {
    color: #36436f;
    height: 17px;
    font-size: 19px;
    font-weight: 500;
    line-height: 18px;
}

.form-item {
    margin-top: 27px;
    margin-bottom: 27px;
}

.form-required {
    color: #92de00;
}

.form-item input {
    margin-top: 15px;
    padding-left: 15px;
    padding-right: 15px;
    width: 468px;
    height: 37px;
    border: 1px solid #cccccc;
    font-size: 22px;
    font-weight: 500;
}

.form-actions {
    margin-top: 41px;
    height: 37px;
    line-height: 37px;
}

.form-submit {
    display: inline-block;
    width: 165px;
    height: 37px;
    border: 3px solid #e4faca;
    background-color: #92de00;
    font-size: 22px;
    font-weight: 500;
    line-height: 18px;
    color: #ffffff;
}

.esia-login-button {
    float: right;
    width: 165px;
    height: 31px;
    border: 3px solid #c9546e;
    background-color: #ffffff;
    color: #c9546e;
    font-size: 17px;
    font-weight: 500;
    text-align: center;
}

.esia-login-button a {
    text-decoration: none;
    margin: -3px 0 0 0;
    display: block;
}

.esia-login-button a:visited {
    color: inherit;
}

.esia-login-button a {
    color: inherit;
}

.esia-login-button:hover {
    background-color: #c9546e;
    color: #FFFFFF;
}

.error-msg {
    color: #ff362f;
    background-color: #FFD2D2;
    margin:10px 22px;
    font-size:1.5em;
    vertical-align:middle;
}
