.login {
    width: auto;
    height: 100vh;
    background: #f2eee3;
    position: relative;
}
.login_box {
    width: 1050px;
    height: 600px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    border-radius: 10px;
    box-shadow: 1px 4px 22px -8px #0004;
    display: flex;
    overflow: hidden;
}
.login_box .left {
    width: 50%;
    height: 100%;
    padding: 25px 25px;
}
.login_box .right {
    width: 59%;
    height: 100%;
}

.left .contact {
    display: flex;
    align-items: center;
    justify-content: center;
    align-self: center;
    width: 73%;
    margin: auto;
}
.left h3 {
    text-align: center;
    margin-bottom: 40px;
}
.left input {
    border: none;
    width: 100%;
    margin: 15px 0px;
    border-bottom: 1px solid #549da77d;
    padding: 7px 9px;
    width: 100%;
    overflow: hidden;
    background: transparent;

    font-weight: 600;
    font-size: 14px;
}
.form-control::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #363772;
    opacity: 0.7; /* Firefox */
}
.left {
    background: linear-gradient(-45deg, #dcd7e0, #fff);
    overflow-y: scroll;
}
.submit {
    border: none;
    padding: 15px 30px;
    border-radius: 8px;
    display: inline-block;
    /* margin: auto; */
    /* margin-top: 120px; */
    background: #363772;
    color: #fff;
    font-weight: bold;
    /* -webkit-box-shadow: 0px 9px 15px -11px rgb(218, 218, 218); */
    /* -moz-box-shadow: 0px 9px 15px -11px rgb(102, 102, 102); */
    /* box-shadow: 0px 9px 15px -11px rgb(97, 97, 97); */
}
.submit:hover {
    color: rgba(226, 170, 241, 0.678);
}
.btn-consulta {
    border: none;
    padding: 15px 70px;
    display: block;
    margin: auto;
    background: #3a3672;
    color: #fff;
    font-weight: bold;
    -webkit-box-shadow: 0px 9px 15px -11px rgb(110, 110, 110);
    -moz-box-shadow: 0px 9px 15px -11px rgb(99, 99, 99);
    box-shadow: 0px 9px 15px -11px rgb(90, 90, 90);
}

.right {
    display: flex;

    /* background: url("../img/logo_misiones.webp");
    background-size: contain;
    background-repeat: no-repeat; */
}
img {
    max-width: 100%;
    max-height: 80%;
    margin: auto;
}
/*=============================================
MÓVIL HORIZONTAL (SM revisamos en 576px)
=============================================*/

@media (max-width: 767px) and (min-width: 576px) {
    .login {
        width: auto;
        height: 100vh;
        background: #f2eee3;
        position: relative;
    }
    .login_box {
        width: 100%;
        height: 100vh;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        background: #fff;
        border-radius: 10px;
        box-shadow: 1px 4px 22px -8px #0004;
        display: flex;
        overflow: hidden;
    }
    .login_box .left {
        width: 100%;
        height: 100vh;
        padding: 25px 25px;
    }
    .login_box .right {
        width: 59%;
        height: 100%;
    }

    .left .contact {
        display: flex;
        align-items: center;
        justify-content: center;
        align-self: center;
        width: 73%;
        margin: auto;
        margin-top: 20px;
    }
    .left h3 {
        text-align: center;
        margin-bottom: 40px;
    }
    .left input {
        border: none;
        width: 100%;
        margin: 15px 0px;
        border-bottom: 1px solid #6666667d;
        padding: 7px 9px;
        width: 100%;
        overflow: hidden;
        background: transparent;
        font-weight: 600;
        font-size: 14px;
    }
    .left {
        background: linear-gradient(-45deg, #dcd7e0, #fff);
    }
    .submit {
        border: none;
        padding: 15px 70px;
        border-radius: 8px;
        display: flex;
        justify-content: center;
        margin: auto;
        margin-top: 40px;
        background: #645abe;
        color: #fff;
        font-weight: bold;
        -webkit-box-shadow: 0px 9px 15px -11px rgb(116, 116, 116);
        -moz-box-shadow: 0px 9px 15px -11px rgb(109, 109, 109);
        box-shadow: 0px 9px 15px -11px rgb(112, 112, 112);
    }

    .btn-consulta {
        border: none;
        padding: 15px 70px;
        border-radius: 8px;
        display: block;
        margin: auto;
        background: #3a3672;
        color: #fff;
        font-weight: bold;
        -webkit-box-shadow: 0px 9px 15px -11px rgb(112, 112, 112);
        -moz-box-shadow: 0px 9px 15px -11px rgb(109, 109, 109);
        box-shadow: 0px 9px 15px -11px rgb(108, 107, 109);
    }

    .right {
        display: none;
    }
}

/*=============================================
MOVIL VERTICAL (revisamos en 320px)
=============================================*/

@media (max-width: 575px) {
    .login {
        width: auto;
        height: 100vh;
        background: #f2eee3;
        position: relative;
    }
    .login_box {
        width: 100%;
        height: 100vh;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        background: #fff;
        border-radius: 10px;
        box-shadow: 1px 4px 22px -8px #0004;
        display: flex;
        overflow: hidden;
    }
    .login_box .left {
        width: 100%;
        height: 100vh;
        padding: 25px 25px;
    }
    .login_box .right {
        width: 59%;
        height: 100%;
    }

    .left .contact {
        display: flex;
        align-items: center;
        justify-content: center;
        align-self: center;
        width: 73%;
        margin: auto;
    }
    .left h3 {
        text-align: center;
        margin-bottom: 40px;
    }
    .left input {
        border: none;
        width: 100%;
        margin: 15px 0px;
        border-bottom: 1px solid #3430677d;
        padding: 7px 9px;
        width: 100%;
        overflow: hidden;
        background: transparent;
        font-weight: 600;
        font-size: 14px;
    }
    .left {
        background: linear-gradient(-45deg, #dcd7e0, #fff);
    }
    .submit {
        border: none;
        padding: 15px 70px;
        border-radius: 8px;
        display: block;
        margin: auto;
        margin-top: 120px;
        background: #363772;
        color: #fff;
        font-weight: bold;
        -webkit-box-shadow: 0px 9px 15px -11px rgb(114, 114, 114);
        -moz-box-shadow: 0px 9px 15px -11px rgb(112, 112, 112);
        box-shadow: 0px 9px 15px -11px rgb(97, 97, 97);
    }

    .btn-consulta {
        border: none;
        padding: 15px 70px;
        border-radius: 8px;
        display: block;
        margin: auto;
        background: #363b88;
        color: #fff;
        font-weight: bold;
        -webkit-box-shadow: 0px 9px 15px -11px rgb(110, 110, 110);
        -moz-box-shadow: 0px 9px 15px -11px rgb(114, 114, 114);
        box-shadow: 0px 9px 15px -11px rgb(87, 87, 87);
    }

    .right {
        display: none;
    }

    button{
        color: red;
        background-color: red;
        border: none;
    }
}
