.page {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 85%;
    padding-top: 5%;
}

footer {
    min-height: 15% !important;
}

.navbar {
    display: none !important;
}

header {
    height: 10%;
    display: flex;
    align-items: end;
    justify-content: end;
    padding: 0 3%;
}

header img {
    width: 200px;
}

.form-container form {
    width: 100%;
}

.form-outline {
    margin: 2% auto;
}

.logo {
    width: 100%;
    text-align: center;
}

.logo img {
    width: 60%;
}

.btn-registration {
    background-color: var(--secondary);
    width: 100%;
    color: #fff;
    text-align: center;
    border-radius: 0;
    font-weight: bold;
    text-transform: capitalize !important;
    font-size: 14px;
    box-shadow: none !important;
    transition: all .2s ease-in-out;
}

.btn-registration:hover {
    color: #fff;
    transform: scale(1.05);
}

.form-label {
    font-size: 14px;
    color: #000 !important;
}

.form-check-label {
    font-size: 14px;
}

.txt-register, .txt-pass, .txt-login {
    color: #000;
    font-size: 12px;
}

.txt-register a, .txt-pass a, .txt-login a {
    color: #000;
}

.form-container {
    width: 100%;
}

.select-wrapper {
    margin-top: -2%;
}

@media (max-width: 991px) {
    header img {
        width: 160px;
    }

    .form-check-label {
        font-size: 14px;
    }

    .txt-pass, .txt-register, .txt-login {
        font-size: 12px;
    }

    .logo img {
        width: 40%;
        margin-bottom: 2%;
    }
}

@media (max-width: 570px) {
    header img {
        width: 140px;
    }

    .form-check-label {
        font-size: 12px;
    }

    .txt-pass, .txt-register, .txt-login {
        font-size: 11px;
    }

    .logo img {
        width: 75%;
    }
}

@media (max-height: 600px) {
    .form-container {
        margin: 8% auto;
    }

    .form-check-label {
        font-size: 12px;
    }
}