body {
    overflow: hidden;
    font-family: 'Nunito';
}

.main__content {
    background-image: url('../img/login-background.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.background {
    position: absolute;
    width: 40.8vw;
    height: 83vh;
    background-color: #D6E9FA;
    opacity: 0.5;
    pointer-events: none;
}

.content {
    position: relative;
    width: 40.8vw;
    height: 83vh;
    z-index: 2;
}

.main__content .text {
    width: 462px;
}

.auth__content {
    width: 492px;
}

.btn {
    transition: ease 300ms all;
}

.btn:hover {
    background-color: #045ada;
}

@media (max-width: 575.98px) {
    body {
      font-size: 14px;
    }
    .main__content {
      display: none;
    }
    .auth__content__container {
        width: 100vw;
        height: 100vh;
        padding: 14px;
    }
    input {
        padding: 0 .5rem;
    }
}  

@media (min-width: 576px) and (max-width: 768px) {
    body {
      font-size: 16px;
    }
    .main__content {
        display: none;
    }
    .auth__content__container {
        width: 100%;
        height: 100vh;
    }
    .question {
        bottom: -2rem;
    }
}

@media (min-width: 768px) and (max-width: 1025px) {
    body {
      font-size: 18px;
    }
    .main__content {
        display: none;
    }
    .auth__content__container {
        width: 100%;
        height: 100vh;
    }
    .question {
        bottom: -2rem;
    }
}

@media (min-width: 1026px) and (max-width: 1440px) {
    .auth__content p:nth-child(1) {
        font-size: 2rem;
    }
    .auth__content p:nth-child(1) {
        font-size: 1.5rem;
    }
    .question {
        bottom: -2rem;
    }
}

@media (min-height: 400px) and (max-height: 676px) {
    .content img {
        height: 90%;
    }
    .main__content__text {
        display: block;
        width: 50% !important;
        margin-top: 1rem;
        font-size: 1.5rem;
    }
}  

@media (min-height: 400px) and (max-height: 976px) and (min-width: 1025px) and (max-width: 1440px) {
    .content img {
        height: 90%;
    }
    .main__content__text {
        display: block;
        width: 55% !important;
        margin-top: 1rem;
        font-size: 2rem;
    }
}

@media (min-height: 976px) and (min-width: 1025px) and (max-width: 1440px) {
    .content img {
        height: 80%;
    }
    .main__content__text {
        display: block;
        width: 55% !important;
        margin-top: 1rem;
        font-size: 2.5rem;
    }
}

@media (min-height: 400px) and (max-height: 976px) and (min-width: 1440px) and (max-width: 2000px) {
    .content img {
        height: 90%;
    }
    .main__content__text {
        display: block;
        width: 55% !important;
        margin-top: 1rem;
        font-size: 2.5rem;
    }
}

@media (min-height: 976px) and (min-width: 1440px) and (max-width: 2000px) {
    .content img {
        height: 90%;
    }
    .main__content__text {
        display: block;
        width: 55% !important;
        margin-top: 1rem;
        font-size: 3rem;
    }
}