* {
    background-color: #f1f1f1;
    font-family: arial;
}

.container {
    height: 100%;
    width: 100%;
    text-align: center;
}

.login-box {
    text-align: left;
    vertical-align: middle;
    display: inline-block;
    margin-bottom: 150px
}

.spacer {
    display: inline-block;
    vertical-align: middle;
    height: calc(100% - 25px);
}

.footer {
    color: #999;
    text-align: center;
}

.lement-pic {
    background-position: center;
}

.center-form {
    border: none;
    margin: 0 auto;
    width: 250px;
}

.center-form input[type="text"], .center-form input[type="password"] {
    margin-bottom: 8px;
    padding: 4px 4px 4px 22px;
    height: 35px;
}

#center-form-fieldset {
    padding: 0px;
    margin: 0px;
    border: 0px;
}

#login-button,
#restore-button {
    margin-bottom: 12px;
    height: 35px;
    font-weight: 600;
    font-size: 100%;
}

#agree-to-process-data {
    text-align: center;
    margin-top: 12px;
}

#agree-to-process-data a {
    font-weight: 600;
}


#login-button:active {
    position: relative;
    top: 1px;
}

.remember-checkbox-label,
.restore-password a {
    display: inline-block;
    padding-top: 3px;
}

.restore-password a {
    font-weight: 600;
    float: right;
}

a {
    color: #000;
}

#invalid-login-message span {
    float: left;
    padding-top: 7px;
}

#invalid-login-message p {
    padding-left: 26px;
    margin-top: 0px;
}

.input-icon {
    position: absolute;
    z-index: 9999;
    margin-top: 9px;
    margin-left: 5px;  
    background-color: transparent;
}

.info-text {
    text-align: center;
    margin-bottom: 45px;
    line-height: 1.7;
}

.checkbox-wrapper {
    line-height: 20px;
}

.checkbox-wrapper {
    line-height: 20px;
}
.remember-checkbox-label input {
    vertical-align: middle;
    margin-left: 0px;
}
