﻿html, body {
    margin: 0;
    padding: 0;
}

body {
    min-height: 100vh;
}

.body-content {
    padding-top: 0;
}

.body-content .section-form {
    min-height: 100vh;
    display: flex;
    align-items: stretch;
}

.body-content .section-form .container {
    display: flex;
    align-items: center;
}

.body-content .section-form.form-login .btn-show-pass {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
}