body {
  margin: 0;
  padding: 0;
}

.content-all {
  width: 100vw;
  height: 100vh;
  background-image: url("./../../../../../../media/img/newModules/login/background.png");
  background-repeat: no-repeat;
  background-size: 100% 196.64px;
}

.content-divs {
  display: flex;
  display: -webkit-flex;
  flex-direction: row;
  width: 100%;
  height: 100%;
  align-items: center;
}

.div-left,
.div-right {
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 50%;
  height: 448px;
}

.div-right {
  border-left: 1px solid #e0e0e0;
}

.title1 {
  color: var(--primary);
  width: 231px;
  text-align: center;
}

.itprevengo-copyright {
  text-align: center;
  position: fixed;
  bottom: 0;
  margin-bottom: 24px;
  width: 100%;
}

.itprevengo-copyright span {
  color: var(--complementary);
}

.input-custom {
  background: #ffffff;
  border: 1px solid #d9d9d9;
  box-sizing: border-box;
  border-radius: 2px;
  width: 295px;
  height: 40px;
  padding: 8px 32px;
}

.m-input {
  position: relative;
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  align-items: center;
}

#user_password-error,
#user_name-error {
  color: var(--danger);
}

.m-icon {
  position: absolute;
  padding: 12px 12px;
  left: 0;
}

.mb-2x {
  margin-bottom: 16px;
}

.mb-4x {
  margin-bottom: 32px;
}

.mt-4x {
  margin-top: 32px;
}

.mb-3x {
  margin-bottom: 24px;
}

.mb-55x {
  margin-bottom: 44px;
}

.mb-5x {
  margin-bottom: 40px;
}

.mb-9x {
  margin-bottom: 72px;
}

.mb-7x {
  margin-bottom: 56px;
}

.lostPassword {
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  color: var(--info);
}

.color-info {
  color: var(--info);
}

.img-logo {
  display: block;
  width: 300px;
}

.img-logo-mobile {
  display: none;
  width: 300px;
}

.form-login {
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.m-form-validation {
  position: relative;
}

.m-form-validation label.control-label {
  position: absolute;
  bottom: -32px;
  left: 0;
}

.close {
  right: 3px !important;
}

.span_view_password {
  position: absolute;
  right: 0;
  padding: 8px 12px;
  cursor: pointer;
}

.close {
  position: absolute;
  top: 0;
  right: 0;
  color: var(--danger);
}

.div-lostPassword,
.div-lostPassword-step2 {
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.titleLostPassword {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  color: var(--complementary);
}

.color-primary {
  color: var(--primary);
}

.recomendation {
  width: 295px;
  font-size: 12px;
  color: var(--complementary);
}

#lostPasswordBody {
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

#lostPassword:hover {
  color: var(--info);
}

input[type="radio"]:after {
  color: var(--info) !important;
}

input[type="radio"]:checked:after {
  color: var(--info) !important;
}

.m-modal .modal-content {
  border-radius: 16px;
}

.m-modal .modal-header {
  background: var(--primary);
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  padding: 12px 16px;
}

.m-modal .modal-footer {
  border-bottom-right-radius: 16px;
  border-bottom-left-radius: 16px;
}

.m-modal .modal-title {
  font-weight: bold;
  font-family: var(--font-montserrat);
  color: white;
}

.info_msg {
  border: 0 !important;
}

.div-message-confirm {
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.titleConfirm {
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  text-align: center;
  color: var(--info);
}

#step3-span {
  color: var(--complementary);
  padding: 0px 32px;
  text-align: center;
}

.form-group {
  width: 295px;
  margin: 0;
}

.alert-danger {
  width: 295px;
}

.body_login {
  background-color: white;
}

.w-295px {
  width: 295px;
}

@media screen and (max-width: 769px) {
  .div-left {
    display: none;
  }

  .div-right {
    width: 100%;
  }

  .content-all {
    background-image: none;
  }

  .img-logo {
    display: none;
  }

  .img-logo-mobile {
    display: block;
    margin-bottom: 104px;
  }
}