﻿.header-login > span:first-child {
    font-size: 1.7em;
}

.header-login > span:last-child {
    font-size: 0.7em;
}

@media screen and (max-width: 767px) {
    .container-fluid > .row {
        /*flex-direction: column-reverse;*/
    }
}

@media screen and (max-width: 991px) and (max-height: 460px) {
    .container-fluid > .row {
        flex-direction: row-reverse;
    }

    .form-div {
        align-items: center;
    }

    .body-login {
        height: 70%;
        width: 60%;
        margin-top: 5%;
    }
}

.footer-login {
    font-family: 'Poppins', sans-serif;
    color: var(--blue);
    font-weight: 200;
    font-size: 0.9em;
}

    .footer-login > a {
        font-family: 'Poppins', sans-serif;
        color: var(--blue);
        font-weight: 600;
        font-size: 1em;
    }

@media screen and (min-width: 768px) and (max-width: 1199px) {
    .circle-6 {
        top: 750px;
    }

    .circle-7 {
        top: 900px;
        right: 200px;
    }
}
