html {
    font-size: 14px;
    min-height: 100vh;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

html {
    position: relative;
    min-height: 100%;
}

body {
    margin-bottom: 60px;
}

.login-body {
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    min-height: 100vh;
    margin: 0;
    background-image: url("/ripples.png");
    background-repeat: repeat;
}

.login-box {
    background: white;
    border: 1px solid #dee2e6 !important;
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15) !important;
    padding: 2rem !important;
    border-radius: .3rem !important;
    width: 100%;
    max-width: 450px;
}

.ms-button {
    border: 0px;
    padding: 0px;
    background: #2F2F2F;
}

