/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');

body, html {
    margin: 0;
    padding: 0;
    height: 100vh;
    font-family: "Open Sans", serif;

}

label.error {
  
}

input::placeholder {
  color: #666666BF; /* Cambia este color al que desees */
  opacity: 0.7; /* Puedes ajustar la opacidad si lo deseas */
}
/*****************************************/
/* HEADER   */
/*****************************************/

header.loginTopBar {
    width: 100%;
    position: relative;
    height: 120px;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 10px 25px #00000029;
    z-index: 999;

}
.grayTopBar {
    width: 100%;
    height: 40px;
    background: #666666;
}
.containerLogo {
    max-width: 90%;
    margin: 0 auto;
    height: 80px;
    display: flex;
    align-items: center;
}

.containerLogo  img{
    width: 218px;
}
/*****************************************/
/* LOGIN GENERAL  */
/*****************************************/
.loginGeneral {
    display: flex;
    width: 100%;
    justify-content: end;
    align-items: center;
    min-height: 100vh;
  
    /*background-image: url(//48437829.fs1.hubspotusercontent-na1.net/hubfs/48437829/raw_assets/public/AgenteTerritorio/assets/css/Auth/img/loginwall.png)!important;*/
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.containerLeftImagen {
    flex: 1;
}
.rightForm {
    align-items: center;
    /*-webkit-box-shadow: -21px 59px 77px 128px #fff;
    -moz-box-shadow: -21px 59px 77px 128px #fff;
    box-shadow: -38px 90px 102px 269px #fff;*/
    display: flex;
    margin-right: 10%;
}

.containerLeftImagen img {
    height: 100%;
    object-fit: cover;
    width: 100%;
  
}

.contForm {
    background: #fff 0 0 no-repeat padding-box;
    border-radius: 15px;
    box-shadow: 0 5px 25px #0000001f;
    height: 431px;
    opacity: 1;
    padding: 30px;
    width: 511px;
}
.menu-general {
    display: none;
}
.tituloRed {
    font-size: 24px;
    display: block;
    position: relative;
    color: var(--primary-color);
    padding: 0;
    margin: 0;
    width: 100%;
}

.formLogin {
    padding-top: 0;
    position: relative;
    height: 71%;
}

.formgroup {
    display: block;
    margin-top: 30px;
    width: 100%;
}

.formgroup span {
    color: var(--third-color);
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    margin-bottom: 2px;
}
body.body.swal2-shown.swal2-height-auto{
    overflow: auto!important;
}
body.swal2-shown:not(.swal2-no-backdrop,.swal2-toast-shown) {
    overflow: auto !important;
}
.formgroup input {
    background: rgba(91, 86, 77, 0.07);
    border-radius: 5px;
    height: 40px;
    /* opacity: .07; */
    width: 98%;
    color: #666666;
    border-style: none;
    padding-left: 12px;
}

.formgroup input:focus {
  outline: none;
  border: 2px solid #008de1;
  color: #008de1;
}

.passwordRescue {
    flex: 1;
}

.underForm {
    display: flex;
    margin-top: 15px;
}

.rememeberMe {
    flex: 1;
    text-align: right;
}

.passwordRescue span {
    color: var(--title-color);
    font-weight: bold;
    font-size: 12px;
}

.rememeberMe span{
   color: #666666;
}


button.btnLogin {
    background: var(--primary-color) 0 0 no-repeat padding-box;
    border: 1px solid var(--primary-color);
    border-radius: 6px;
    bottom: -34px;
    box-shadow: 3px 3px 10px #0000001a;
    color: #fff;
    opacity: 1;
    position: absolute;
    right: 0;
    width: 150px;
    height: 43px;
    bottom: 4px;
  cursor:pointer;
}
p.paragraph-login {
    font-size: 12px;
    color: #666666;
}
/*****************************************/
/* responsive general  */
/*****************************************/

@media(max-width:1200px){
  .contForm {
    width: 50%;
    /*display: block;*/
    margin: 0 auto;
  }
  
.containerLeftImagen img {
    height: 100%;
    object-fit: cover;
    width: 100%;
}
  
  
}



@media(max-width:900px){
.loginGeneral {
    display: block;
    height: 87%;
    position: relative;
    width: 100%;
}
.containerLeftImagen {
    flex: 1;
    width: 100%;
    height: 249px;
}  
.rightForm {
    align-items: center;
    display: flex;
    flex: 2;
    position: relative;
    top: 110px;
}  
 .rememeberMe span {
    color: #666666;
    font-size: 12px;
}
  .passwordRescue span {
    color: var(--title-color);
    font-weight: 500;
    font-size: 12px;
}
  .containerLeftImagen img {
    height: 100%;
    object-fit: cover;
    object-position: top;
    width: 100%;
  }
    .contForm {
        margin: 0 auto;
        width: 78%;
    }
.rightForm {
    align-items: center;
    display: flex;
    margin-right: 0%;
}

.loginGeneral {
    top: 36px;
} 
  .logo {
    width: 200px;
    margin: 0 auto;
}
  
}

@media(max-width:500px){
button.btnLogin {
    bottom: -4px;
    box-shadow: 3px 3px 10px #0000001a;
    color: #fff;
    height: 40px;
    opacity: 1;
    position: relative;
    right: 0;
    width: 194px;
    margin: 28px auto;
    display: block;
}
.rightForm {
        align-items: center;
        display: flex;
        flex: 2;
        position: relative;
        top: 10%;
    }
}
  .formgroup {
    display: block;
    margin-top: 20px;
    width: 100%;
}
  
}