.login-image {
  min-height: 100vh;
}

.mobile-top {
  padding-right: 10px;
}

.mobile-top .fa {
  cursor: pointer;
}

body {
  overflow: hidden;
}

.col {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 5vw !important;
}

h4 {
  font-family: "dana-fanum-demibold";
}

p {
  font-size: small;
  font-family: "dana-fanum-regular";
}

.login-image,
.login-image2 {
  background: #f0f1f9 url(../img/login.png) bottom center no-repeat;
  background-size: cover;
}

.login-image2 {
  background: #f0f1f9 url(../img/banner-img.png) bottom center no-repeat;
  background-size: contain;
}

.to-hide {
  display: block;
}

.to-show {
  display: none;
}

.input {
  border-radius: 15px;
  display: flex;
  flex-direction: row;
  padding: 15px;
  border: 1px solid #d8d8d8;
  background-color: white;
}

.input p {
  color: #929090 !important;
  margin: 0 !important;
  flex-grow: 1;
}

input {
  direction: RTL !important;
  text-align: right;
}

input[type="text"]:-moz-placeholder {
  text-align: right;
}
input[type="text"]:-ms-input-placeholder {
  text-align: right;
}
input[type="text"]::-webkit-input-placeholder {
  text-align: right;
}

input {
  direction: rtl;
}

input:focus {
  text-align: right;
  direction: ltr !important;
}

.btn {
  background-color: var(--first-color) !important;
  color: white !important;
  border-radius: 20px;
  padding: 15px 50px 15px 50px;
}

.button-row {
  padding: 15px;
  display: flex;
  flex-direction: row-reverse;
}

.link {
  padding: 15px 20px 15px 30px;
  color: var(--first-color);
  /* text-decoration: none !important; */
}

.link:hover {
  color: var(--first-color);
}

.error {
  border-color: #f32727;
}

#error-container,
#error-container2 {
  display: none;
}

.error .fa {
  color: #f32727;
}

#error-message,
#error-message2 {
  display: inline-block;
  color: #f32727;
  font-size: small;
}

#timer {
  display: none;
  padding: 10px;
  color: #929090;
}

#resend {
  display: none;
  color: var(--first-color);
  font-size: small;
  padding: 15px;
  cursor: pointer;
}

#login-form2 {
  display: none;
}

#input-contianer2 > input {
  width: 100% !important;
}

@media (max-width: 992px) {
  .to-show {
    display: block !important;
  }

  .to-hide {
    display: none !important;
  }
  .col {
    min-height: 50vh;
    background-color: #f0f1f9;
    padding: 50px !important;
  }

  .btn {
    width: 100%;
  }

  .link {
    margin-right: auto;
    margin-left: auto;
  }
}
