﻿html, body {
    font-family: 'Poppins', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    height: 100%;
}

.login {
    height: 100vh;
}

.bg-image {
    background-image: url('../images/login.jpg');
    background-position: center center;
    background-size: cover;
}

.bg-image-vertical {
    position: relative;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: right center;
    background-size: auto 100%;
}

.well {
    display: flex;
    align-items: center;
}

@media (min-width: 1025px) {
    .h-custom-2 {
        height: 100%;
    }
}

@media (min-width: 576px) {
    .container {
        width: 30rem;
    }
}
