@font-face {
    font-family: "icomoon";
    src: url("../fonts/icomoon.eot");
    src: url("../fonts/icomoon.eot?#iefix") format("embedded-opentype"), url("../fonts/icomoon.woff") format("woff"), url("../fonts/icomoon.ttf") format("truetype"), url("../fonts/icomoon.svg#icomoon") format("svg");
    font-weight: normal;
    font-style: normal;
}

body {
    font-family: sans-serif;
    height: 100vh;
    overflow: hidden;
    background: url('../images/bg.jpg') no-repeat fixed center center;
    background-size: cover;
}

.wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 100%;
    height: 100%;
}

header {
    width: 213px;
    height: 36px;
    /*background: url('../images/snx.png') no-repeat;*/
    margin: 30px auto;
}

footer {
    font-size: 0.8rem;
    padding: 30px 0;
    height: 36px;
}

.login-block {
    width: 320px;
    padding: 20px;
    background: #fff;
    border-radius: 5px;
    border-top: 5px solid #007ac3;
    margin: 0 auto;
    vertical-align: middle;
    text-align: center;
}

    .login-block p {
        text-align: center;
        font-size: 1rem;
    }

    .login-block h1 {
        text-align: center;
        color: #000;
        font-size: 1.2rem;
        text-transform: uppercase;
        margin-top: 0;
        margin-bottom: 20px;
    }

    .login-block a {
        text-align: center;
    }

    .login-block .error {
        color: #e5202e;
        text-align: center;
        font-style: italic;
        font-size: 0.8rem;
    }

    .login-block fieldset {
        border: none;
    }

    .login-block .field {
        display: flex;
        flex-direction: row;
        height: 42px;
        box-sizing: border-box;
        border-radius: 5px;
        border: 1px solid #007ac3;
        margin-bottom: 20px;
        font-size: 14px;
        outline: none;
    }

.field input:focus {
    outline: none;
}

.field input {
    border: none;
    background: none;
    height: 100%;
    width: 100%;
}

i.icon {
    text-align: center;
    width: 2.4rem;
    color: #007ac3;
    align-self: center;
    speak: none;
    font-family: 'icomoon';
    font-size: 1.2rem;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
}

.icon.user:after {
    content: '\E932';
}

.icon.password:after {
    content: '\E9A9';
}

.login-block button {
    width: 100%;
    height: 40px;
    background: #007ac3;
    box-sizing: border-box;
    border-radius: 5px;
    border: 1px solid #007ac3;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 13px;
    outline: none;
    cursor: pointer;
}

.login-block button:not(:last-child) {
    margin-bottom: 10px;
}

.btn:hover {
    opacity: 0.7;
}

.btn:focus {
    opacity: 0.7;
}

.login-block a {
    margin-bottom: 10px;
    display: block;
    font-size: small;
}

.login-block .or {
    text-align: center;
    margin-bottom: 10px;
}

.error-alert {
    display: none;
}

.password-complexity {
    text-align: left;
    margin-bottom: 20px;
    font-size: small;
}

.password-complexity p {
    margin: 10px;
}

.password-complexity ul {
    text-align: left;
    display: inline-block;
    margin: 0;
}

.mfa-link {
    display: inline-flex;
    align-items: center;
}

.mfa-manualkey {
    resize: none;
    height: auto;
    width: 90%;
    text-align: center;
    border-radius: 5px;
    border: 1px solid #211111;
    font-weight: bold;
}

.mfa-setup{
    display: block;
    align-content: center;
    align-items: center;
}

.wrong-current-password {
    color: red;
}

.icon.toggle-password-visibility:after {
    content: "\E917";
}

.hide-ms-eye::-ms-reveal,
.hide-ms-eye::-ms-clear {
    display: none;
}
