﻿body, html {
    height: 100%;
}

.wrapper-page {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.account-logo-box img {
    max-height: 70px;
}

.account-content {
    width: 100%;
    max-width: 400px;
    text-align: center;
}

    .account-content p {
        font-size: 14px;
        color: #6c757d;
        margin-bottom: 20px;
        line-height: 1.5;
    }

.form-control {
    max-width: 400px;
    margin: 0 auto;
}

.btn-primary {
    background-color: #007bff;
    border-color: #007bff;
}

    .btn-primary:hover {
        background-color: #0069d9;
        border-color: #0062cc;
    }

.account-btn {
    margin-top: 20px;
}

.text-muted {
    font-size: 14px;
}
