@media screen and (min-width: 1400px) {
    .login.login-1 .login-aside {
        max-width: 68%!important;
    }
}
@media (min-width: 992px) and (max-width: 1399.98px)
{
    .login.login-1 .login-aside {
        max-width: 60%!important;
    }
}
@media (max-width: 991.98px)
{
    .login.login-1 .login-content .login-form {
        max-width: 100%!important;
    }
    .ml-auto, .mx-auto {
        margin-left: 5% !important;
    }
    .mr-auto, .mx-auto {
        margin-right: 5% !important;
    }
}

@media (min-width: 992px) {
    .login.login-1 .login-content {
        width: 100%;
        max-width: 42%!important;
    }
}

@media (min-width: 992px) {
    .login.login-1 .login-content .login-form {
        max-width: 650px!important;
    }
}

.login.login-1 .login-content {
    /* background-color: #F3F5F9; */
    /* background: linear-gradient(147.04deg, #385a64 0.74%, #161414 99.61%); */
    background-color: #ffffff;
    /* box-shadow: 10px 0px 15px rgba(0, 0, 0, 0.1); */
}

@media screen and (max-width: 540px) {
    .ml-auto, .mx-auto {
        margin-left: 4px !important;
    }
    .mr-auto, .mx-auto {
        margin-right: 4px !important;
    }
}

.input-group.input-group-solid {
    background-color: #ffff!important;
}

.input-group, .form-control.form-control-solid {
    border: 1px solid #E4E6EF;
}

/* LOGIN FORM */
@media (max-width: 480px) {
	.form_container {
		padding: 0px!important;
		box-shadow: none !important;
	}

}
@media (max-width: 768px) {
	.form_container {
		padding: 0px!important;
		box-shadow: none !important;
	}

}
/* iPad Air - Portrait Mode */
@media only screen and (min-width: 820px) and (max-width: 1180px) and (orientation: portrait) {
	.form_container {
		padding: 0px!important;
		box-shadow: none !important;
	}
}
/* iPad Air - Landscape Mode */
@media only screen and (min-width: 820px) and (max-width: 1180px) and (orientation: landscape) {
	.form_container {
		padding: 0px!important;
		box-shadow: none !important;
	}
}
.form_container {
  width: 100%;
  height: fit-content;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 15px;
  padding: 20px 40px 20px 40px;
  background-color: #ffffff;
  box-shadow: 0px 106px 42px rgba(0, 0, 0, 0.01),
    0px 59px 36px rgba(0, 0, 0, 0.05), 0px 26px 26px rgba(0, 0, 0, 0.09),
    0px 7px 15px rgba(0, 0, 0, 0.1), 0px 0px 0px rgba(0, 0, 0, 0.1);
  border-radius: 11px;
  font-family: "Inter", sans-serif;
}

.logo_container {
  box-sizing: border-box;
  width: 80px;
  height: 80px;
  border-radius: 11px;
}

.title_container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 5px;
}

.title {
  margin: 0;
  font-size: 1.35rem;
  font-weight: 700;
  color: #212121;
}

.subtitle {
  font-size: 1rem;
  max-width: 80%;
  text-align: center;
  line-height: 1.1rem;
  color: #8B8E98
}

.input_container {
  width: 100%;
  height: fit-content;
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.icon {
  width: 20px;
  position: absolute;
  z-index: 99;
  left: 12px;
  bottom: 9px;
}

.icon_right {
  position: absolute; 
  right: 10px; 
  cursor: pointer;
  bottom: 9px;
}


.input_label {
  font-size: 1rem;
  color: #8B8E98;
  font-weight: 600;
}

.input_field {
  width: auto;
  height: 40px;
  padding: 0 0 0 40px;
  border-radius: 7px;
  outline: none;
  border: 1px solid #e5e5e5;
  filter: drop-shadow(0px 1px 0px #efefef)
    drop-shadow(0px 1px 0.5px rgba(239, 239, 239, 0.5));
  transition: all 0.3s cubic-bezier(0.15, 0.83, 0.66, 1);
}

.input_field:focus {
  border: 1px solid transparent;
  box-shadow: 0px 0px 0px 2px #242424;
  background-color: transparent;
}

.sign-in_btn {
  width: 100%;
  height: 40px;
  border: 0;
  background: #115DFC;
  border-radius: 7px;
  outline: none;
  color: #ffffff;
  cursor: pointer;
}

.sign-in_ggl {
  width: 100%;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  background: #ffffff;
  border-radius: 7px;
  outline: none;
  color: #242424;
  border: 1px solid #e5e5e5;
  filter: drop-shadow(0px 1px 0px #efefef)
    drop-shadow(0px 1px 0.5px rgba(239, 239, 239, 0.5));
  cursor: pointer;
}

.sign-in_apl {
  width: 100%;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  background: #212121;
  border-radius: 7px;
  outline: none;
  color: #ffffff;
  border: 1px solid #e5e5e5;
  filter: drop-shadow(0px 1px 0px #efefef)
    drop-shadow(0px 1px 0.5px rgba(239, 239, 239, 0.5));
  cursor: pointer;
}

.separator {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
  color: #8B8E98;
}

.separator .line {
  display: block;
  width: 100%;
  height: 1px;
  border: 0;
  background-color: #e8e8e8;
}

.note {
	margin-top: 20px;
  font-size: 0.95rem;
  color: #8B8E98;
}