﻿html {
    height: 100%;
    position: relative;
}

body {
    min-height: 100vh;
    line-height: 1.8;
}

a,
a:hover,
a:focus {
    text-decoration: none;
    color: #00053e;
}

.login-container {
    min-height: 80vh;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    margin: auto;
}

.form-authentication,
h4 {
    width: 100%;
    max-width: 420px;
}

@media(max-width: 1024px) {
    h1 {
        font-size: 30px;
    }
    .form-authentication {
        margin: 0 auto;
    }
    .login-wrapper {
        margin: 30px 0;
    }
}
