﻿body {
    align-items: center;
    background: url("../images/login-bg.jpg") no-repeat center center fixed;
    background-size: cover;
    display: flex;
    font-family: "Open Sans", sans-serif;
    height: 100vh;
    justify-content: center;
}

.header-logo {
    left: 2rem;
    position: absolute;
    top: 2rem;
}

.form-signin {
    width: 24rem;
}

.forgot-password {
    text-decoration: none;
    &:hover {
        text-decoration: underline;
    }
}

.footer-logo {
    bottom: 2rem;
    left: 2rem;
    position: absolute;
}
