@import url(fonts.css);
@import url(forms-login.css);

html,
body {
    height: 100%;
}

body {

    display: flex;
    align-items: center;

    font-family: 'GillSansMT';
    font-size: 20px;
    color: #0C2340;

    background-color: #ffffff;

}

main {
    width: 100%;
}

.form-signin {
    width: 100%;
    max-width: 480px;
    margin: auto;
}

.form-signin .form-control {
    position: relative;
    box-sizing: border-box;
    height: auto;
}

h1 {

    font-size: 2.5rem;
    font-weight: 400;
    line-height: 1rem;

}