* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  overflow-x: hidden;
  height: 100%;
  background-color: #ebebeb !important;
  font-family: "Cairo" !important;
}

/* input,
textarea {
  border-radius: 5px !important;
  padding: 12px 15px 12px 15px !important;
  box-sizing: border-box;
  border: 1px solid #cccccc80 !important;
  font-size: 16px !important;
  height: 60px;
} */

.card0 input {
  border-radius: 5px !important;
  padding: 12px 15px 12px 15px !important;
  box-sizing: border-box;
  border: 1px solid #cccccc80 !important;
  font-size: 16px !important;
  height: 60px;
}

input:focus,
textarea:focus {
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  border: 1px solid #3abbcd !important;
  outline-width: 0;
  font-weight: 400;
}

button:focus {
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  outline-width: 0;
}

.card {
  border-radius: 0;
  border: none;
}

.card0 {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  height: 100vh;
  border: 0 !important;
  border-radius: unset !important;
}

.card1 {
  width: 50%;
  padding: 35px 20px 10px 20px;
}

.card2 {
  width: 50%;
  background-image: url(../img/sign-bg.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

#logo {
  max-width: 250px;
  width: 100%;
  height: auto;
}

.heading {
  font-size: 27px;
  font-weight: 700;
  line-height: 37px;
  color: rgb(40 40 67 / var(--tw-text-opacity));
  margin-bottom: 40px;
}
.form-group {
  margin-bottom: 20px;
}

::placeholder {
  color: #808080 !important;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #808080 !important;
}

::-ms-input-placeholder {
  color: #808080 !important;
}

.form-control-label {
  font-size: 15px;
  margin-left: 15px;
  font-weight: 500;
  color: #000;
  margin-bottom: 5px;
}
.form-control-label span {
  color: #f01;
}

.msg-info {
  margin-bottom: 30px;
  color: rgb(40 40 67 / var(--tw-text-opacity));
  font-weight: 500;
  line-height: 33px;
  font-size: 1.125rem;
}
.btn_google {
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 500;
  border-color: #2828282e;
  max-width: 120px !important;
  background: #fff;
  padding: 10px 0px;
  border: 1px solid #cccccc85;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
}
.continue {
  width: 100%;
  height: 1px;
  display: inline-block;
  background: #cccccc54;
  margin: 30px 0px;
}
.continue p {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  padding-inline: 10px;
}
#inlineCheckbox1,
.form-check-input {
  border-radius: 5% !important;
  background-color: #fff;
  width: 15px !important;
  height: 15px !important;
  -webkit-appearance: auto !important;
}
.check_btn {
  margin-left: 15px;
  margin-top: 15px;
}
.my-2 {
  float: right;
  padding-right: 20px;
  font-size: 17px;
}
.my-2 a {
  text-decoration: none !important;
}

.forgot-group a {
  text-decoration: none;
  font-size: 14px;
  color: #282828;
}
.btn-block {
  background: #85e5c2;
  border: none;
  height: 60px;
  border-radius: 5px;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 1px;
  cursor: pointer;
}

.login_error{
  list-style: none !important;
}


.login_error li{
  color: red;
}
.btn-white {
  border-radius: 50px;
  background-color: transparent;
  color: #85e5c2 !important;
  padding: 5px 5px;
  cursor: pointer;
  border: none !important;
}

a {
  color: #000;
}

a:hover {
  color: #000;
}

.bottom {
  width: 100%;
  margin-top: 10px !important;
}

.sm-text {
  font-size: 15px;
}
.card2 img {
  width: 100%;
  padding: 10px;
}

@media screen and (max-width: 1024px) {
  .my-2 {
    font-size: 17px;
    float: left;
    margin-left: 10px !important;
  }
  .my-3 {
    width: 150px;
  }
}

@media screen and (max-width: 992px) {
  .card1 {
    width: 100%;
    padding: 40px 30px 10px 30px;
  }

  .card2 {
    width: 100%;
    display: none !important;
  }

  .right {
    margin-top: 100px !important;
    margin-bottom: 100px !important;
  }
}

@media screen and (max-width: 768px) {
  .container {
    padding: 10px !important;
  }
  .flex_column {
    flex-direction: unset !important;
  }

  .right {
    margin-top: 50px !important;
    margin-bottom: 50px !important;
  }

  .bottom.text-center.mb-5 {
    display: none;
  }
}

@media screen and (max-width: 425px) {
  .continue p {
    font-size: 14px;
  }
  .msg-info {
    font-size: 11px;
  }
  .icon_input {
    margin-top: -15%;
  }
  .my-2 {
    float: none;
    margin-left: 17% !important;
  }
  .my-3 {
    width: 160px;
    margin-left: 14% !important;
  }
  .form-check.form-check-inline.check_btn {
    margin-left: 20%;
  }
  .bottom.text-center.mb-5 {
    display: none;
  }
}

@media screen and (max-width: 375px) {
  .msg-info {
    font-size: 11px;
  }
  .icon_input {
    margin-top: -18%;
  }
  .my-2 {
    float: none;
    margin-left: 16% !important;
  }
  .my-3 {
    width: 160px;
    margin-left: 13% !important;
  }
  .form-check.form-check-inline.check_btn {
    margin-left: 20%;
  }
  .bottom.text-center.mb-5 {
    display: none;
  }
}

@media screen and (max-width: 320px) {
  .msg-info {
    font-size: 11px;
  }
  .icon_input {
    margin-top: -22%;
  }
  .my-2 {
    float: none;
    margin-left: 5% !important;
  }
  .form-check.form-check-inline.check_btn {
    margin-left: 10%;
  }
  .my-3 {
    width: 160px;
    margin-left: 5px !important;
  }
  .bottom.text-center.mb-5 {
    display: none;
  }
}
