#login-wrapper {
    padding-top: 130px;
    padding-bottom: 35px;
    min-height: calc(100vh - 374px); /* 264px */
}

#login-wrapper .container {
    height: 100%;
}

#login-wrapper .table {
    min-height: calc(100vh - 374px); /* 264px */
}

#login-wrapper .form .button-wrapper {
    margin-top: 60px;
    margin-bottom: 100px;
}

.login-title {
    font-size: 26px;
    margin-bottom: 40px;
    text-align: center;
}

.login-text {
    font-size: 18px;
    text-align: center;
}

.login-text a {
    color: #00AFA7;
}

@media (max-width: 992px) {
    #login-wrapper {
        padding-top: 35px;
        padding-bottom: 35px;
    }

    #login-wrapper .form .button-wrapper {
        margin-top: 35px;
        margin-bottom: 55px;
    }
}
