﻿html, body {
    overflow: hidden;
    height: 100%;
    background-color: #f2f4f8;
}

.auth-container {
    /* min-height: 100vh;*/
}

.cursor-pointer {
    cursor: pointer;
}

input.form-control {
    height: 45px;
}
