.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: 41%;
  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;
    height: 90%;
    width: 73%;
    margin: auto;
}
.left h3{
  text-align: center;
  margin-bottom: 40px;
}
.left input {
    border: none;
    width: 80%;
    margin: 15px 0px;
    border-bottom: 1px solid #4f30677d;
    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: 10px;
    background: #003c82;
    color: #fff;
    font-weight: bold;
    -webkit-box-shadow: 0px 9px 15px -11px rgba(0,60,130,1);
    -moz-box-shadow: 0px 9px 15px -11px rgba(0,60,130,1);
    box-shadow: 0px 9px 15px -11px rgba(0,60,130,1);
}
.btn-consulta{
    border: none;
    padding: 15px 70px;
    display: block;
    margin: auto;
    background: #003c82;
    color: #fff;
    font-weight:bold;
    -webkit-box-shadow: 0px 9px 15px -11px rgba(0,60,130,1);
    -moz-box-shadow: 0px 9px 15px -11px rgba(0,60,130,1);
    box-shadow: 0px 9px 15px -11px rgba(0,60,130,1);
}

.right {
	background: url("../img/bg_3.jpg");
    background-size: cover;
}


/*=============================================
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;
        height: 100%;
        width: 73%;
        margin: auto;
        margin-top: 20px;
    }
    .left h3{
      text-align: center;
      margin-bottom: 40px;
    }
    .left input {
        border: none;
        width: 80%;
        margin: 15px 0px;
        border-bottom: 1px solid #4f30677d;
        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: 40px;
        background: #003c82;
        color: #fff;
        font-weight: bold;
        -webkit-box-shadow: 0px 9px 15px -11px rgba(0,60,130,1);
        -moz-box-shadow: 0px 9px 15px -11px rgba(0,60,130,1);
        box-shadow: 0px 9px 15px -11px rgba(0,60,130,1);
    }

    .btn-consulta{
        border: none;
        padding: 15px 70px;
        border-radius: 8px;
        display: block;
        margin: auto;
        background: #003c82;
        color: #fff;
        font-weight: bold;
        -webkit-box-shadow: 0px 9px 15px -11px rgba(0,60,130,1);
        -moz-box-shadow: 0px 9px 15px -11px rgba(0,60,130,1);
        box-shadow: 0px 9px 15px -11px rgba(0,60,130,1);
    }

    .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;
        height: 60%;
        width: 73%;
        margin: auto;
    }
    .left h3{
      text-align: center;
      margin-bottom: 40px;
    }
    .left input {
        border: none;
        width: 80%;
        margin: 15px 0px;
        border-bottom: 1px solid #4f30677d;
        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: 1px;
        background: #003c82;
        color: #fff;
        font-weight: bold;
        -webkit-box-shadow: 0px 9px 15px -11px rgba(0,60,130,1);
        -moz-box-shadow: 0px 9px 15px -11px rgba(0,60,130,1);
        box-shadow: 0px 9px 15px -11px rgba(0,60,130,1);
    }

    .btn-consulta{
        border: none;
        padding: 15px 70px;
        border-radius: 8px;
        display: block;
        margin: auto;
        background: #003c82;
        color: #fff;
        font-weight: bold;
        -webkit-box-shadow: 0px 9px 15px -11px rgba(0,60,130,1);
        -moz-box-shadow: 0px 9px 15px -11px rgba(0,60,130,1);
        box-shadow: 0px 9px 15px -11px rgba(0,60,130,1);
    }


    .right {
       display: none;
    }
}
