﻿
.login-container {
    height: 75vh;
    width: 60vw;
    transition: width 1.8s;
    transition: height 1.8s;
    display: flex;
    min-height: 29rem;
    min-width: 37rem;
}

.image {
    width: 40%;
    min-width: 28%;
    object-fit: cover;
    object-position: top -2px left 50%;
    border-radius: 21px 0 0 21px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px, rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset;
}

.div-left {
    width: 70%;
    border-radius: 0 21px 21px 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px, rgba(10, 37, 64, 0) 0px -2px 6px 0px inset;
}

.container-image-right {
    height: 20%;
    display: flex;
    justify-content: end;
}

.image-center {
    width: 100%;
    height: 100%;
}

.container-image-center {
    height: 15%;
    display: flex;
    justify-content: center;
    padding-bottom: .4rem;
}

.div-image-center {
    height: fit-content;
    width: 35%;
    min-width: 150px;
}


.label-campo {
    font-size: 18.5px;
    font-family: Avenir LT Std Roman, sans-serif;
    width: 31%;
    margin: 0px 10px;
    display: flex;
    justify-content: flex-end;
}

.campo-input {
    width: 100%;
    text-align: center;
}

.g-recaptcha {
    margin: 8px 0px 0px 0px;
    display: flex;
    align-content: center;
    justify-content: center;
}

.image-right {
    width: 100%;
    height: 100%;
}


.btn-login {
    color: white;
    min-width: 15%;
    border-radius: 13px;
}

.form-floating {
    margin: 5px;
}

.div-image-right {
    height: fit-content;
    width: 25%;
    margin: 15px 15px;
}

.image-footer {
    width: 100%;
    height: 83px;
    display: flex;
    align-content: center;
    justify-content: center;
    padding: 15px;
}

.div-login {
    display: flex;
    width: 100%;
    height: 47%;
    justify-content: center;
    align-content: center;
    flex-wrap: wrap;
    padding-top: 1rem;
}

    .div-login > section {
        width: 100%;
        height: 100%;
        display: flex;
        align-items: center;
    }

.div-campo {
    display: flex;
    justify-content: center;
    height: 50%;
    width: 100%;
    flex-direction: column;
    align-items: center;
}

.div-actions {
    display: flex;
    justify-content: center;
    align-content: center;
    margin: 15px 0px 15px 0px;
}

form {
    width: 100%;
    min-height: 8rem;
}

.modal-body {
    padding-left: 2rem;
    width: 100%;
}

.modal-content {
    top: 25vh;
}

.div-campo > * {
    width: 60%;
    max-width: 30rem;
}

.input-group > .btn {
    border-top-right-radius: 0.7rem;
    border-bottom-right-radius: 0.7rem;
}

@media (min-width: 300px) and (max-width: 950px) {
    .div-login {
        display: flex;
        width: 100%;
        height: 73%;
        justify-content: center;
        align-content: center;
    }

    .div-campo {
        display: flex;
        justify-content: center;
        height: 50%;
        width: 100%;
    }

    .label-campo {
        font-size: 14.5px;
        font-family: Verdana, sans-serif;
        padding: 5px 8px 5px 0px;
        width: 40%;
    }
}

@media (max-width: 950px) {
    .div-left {
        width: 100%;
        border-radius: 21px 21px 21px 21px;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        box-shadow: rgb(50 50 93 / 25%) 0px 50px 100px -20px, rgb(0 0 0 / 30%) 0px 30px 60px -30px, rgb(10 37 64 / 35%) 0px -2px 6px 0px inset;
    }
}

@media (min-width: 1100px) and (max-height: 620px) {
    .login-container {
        width: 60%;
    }

    .image {
        object-position: top -2px;
    }
}

@media (min-width: 1280px) {
    .login-container {
        width: 75%;
    }

    .image {
        min-width: 23rem;
    }
}

@media (max-width: 1279px) and (max-height: 980px) {
    .login-container {
        width: 80%;
    }

    .image {
        min-width: 23rem;
    }
}

@media (orientation: landscape) and (min-height: 720px) and (max-width: 1560px) {
    .login-container {
        height: 60vh;
    }

    .div-actions > button {
        background-color: red;
        font-size: .8rem;
    }
}

@media only screen and (max-width: 600px) and (orientation: portrait) {
    .login-container {
        height: 55vh;
    }

    .link-recovery-password > div {
        width: unset;
    }
}

@media (min-width: 2239px) and (max-height: 980px) {
    .login-container {
        width: 60%;
    }
}
