html,
body {
  min-height: 100dvh;
  min-height: 100dvh;
  overflow-x: hidden;
}

input::-ms-reveal,
input::-ms-clear {
  display: none;
}

.logo {
  width: 120px;
}

.logo1 {
  width: 20px;
}

body {
  background-color: aliceblue;
  background-image: url("../img/bg.svg");
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  flex-direction: column;
}

.container {
  max-width: 1290px;
  display: flex;
  flex: 1;
  align-items: center;
  justify-content: center;
  transition: margin-top 1s ease, margin-bottom 1s ease, padding-bottom 1s ease;
}

.col-5 {
  height: 650px;
}

.col-md-5 .content {
  max-width: 430px;
}

.btn-grad {
  background-image: linear-gradient(
    to right,
    #387286 0%,
    #94cde3 51%,
    #2c3e50 100%
  );
  padding: 10px 45px;
  text-align: center;
  transition: 0.5s;
  background-size: 200% auto;
  color: white;
  box-shadow: 0 0 20px #eee;
  border-radius: 10px;
  display: block;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border: none;
}

.btn-grad:hover {
  background-position: right center;
  /* change the direction of the change here */
  color: #fff;
  text-decoration: none;
}

.or {
  width: 100%;
  display: flex;
  flex-direction: row;
  border: none;
  font-size: 13px;
  margin: 0;
  padding: 18px 0 0;
  color: rgb(0, 0, 0);
}

.orr {
  margin-top: -5px;
  padding-left: 10px;
  padding-right: 10px;
}

.or:after,
.or:before {
  content: "";
  border-bottom: 1px solid #c2c8d0;
  flex: 1 0 auto;
  height: 0.5em;
  margin: 0;
}

.go,
.fb,
.app {
  border: 1px solid rgb(216, 216, 216) !important;
  cursor: pointer;
}

.form-control {
  font-weight: 400;
}

.go:hover,
.fb:hover,
.app:hover {
  background-color: #dcedffa1;
}

.form-label {
  font-size: 13px;
  font-weight: 300;
}
.form-control:focus {
  color: #212529;
  background-color: #fff;
  border-color: #387286;
  outline: 0;
  box-shadow: 0 0 0 0.25rem #94cde347;
}

.img-acc {
  width: 100px;
}
.form-check-input:checked {
  background-color: #3392d2;
  border-color: #3390cf;
}
.bg-light1 {
  background-color: #eaf5ff !important;
}
.error {
  color: #ff8484;
  font-size: 12px;
  padding: 5px 10px 5px 30px;
  margin: 0;
  margin-bottom: 5px;
  background-color: #ff848414;
  /* position: absolute; */
  /* width: fit-content; */
  margin-top: -28px;
  background-image: url("../img/error.png");
  background-repeat: no-repeat;
  background-position: 7px;
  background-size: 17px;
}
.form {
  width: 80%;
}

.link-primary {
  color: #466c7b !important;
  text-decoration: none;
}
.link-primary:hover {
  color: #466c7b !important;
  text-decoration: underline;
}

.mb-5.mt-3 {
  position: relative;
}

.toggle-password {
    position: absolute;
    top: 36px;
    right: 10px;
    cursor: pointer;
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    z-index: 9;
    margin-top: 0;
}
.show-password {
  background-image: url("../img/show.png");
}

.hide-password {
  background-image: url("../img/hide.png");
}

.bg {
  backdrop-filter: blur(4px);
}

.bg-img {
  display: flex;
  align-items: center;
}

#password {
  padding-right: 30px;
}

.form-control.is-invalid {
  background-image: none !important;
}

.termsCondition {
  color: #212529;
  text-decoration: none;
}

.termsCondition:hover {
  color: #212529;
}

@media (max-height: 1024px) and (orientation: landscape) {
  .col-5, .col-lg-5, .col-7, .col-lg-7 {
    width: 50% !important;
  }
  .col-5 {
    height: 100%;
    margin-bottom: 10px;
  }
  #contain {
    height: 650px;
  }
}

@media (max-width: 992px) and (orientation: portrait) {
  .hide {
    display: none !important;
  }
  .show {
    display: block !important;
    max-width: 477px !important;
    width: 100%;
    margin-bottom: 20px
  }

  .col-lg-5 .content {
    width: 90dvw;
  }
  .container {
    margin-top: -12px !important;
    padding-bottom: 15px;
  }
  body {
    background-image: none;
    background-color: white !important;
    height: 100dvh;
  }
  .content {
    padding: 1.5rem !important;
    border: none !important;
    background-color: rgba(255, 255, 255, 0.785) !important;
  }
  .form {
    width: 80%;
  }
  .shadow,
  .shadow-sm {
    box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 0%) !important;
  }
}

@media (max-width: 500px) {
  .form {
    width: 100%;
  }
  .shadow {
    box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 0%) !important;
  }
}

.accountContainer {
  margin-top: 0;
  height: 100%;
}