* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: 'Inter';
}

body {
  overflow-x: hidden;
  height: 100%;
  background-color: #fff !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;
  border-radius: 8px;
  box-sizing: border-box;
  border: 1px solid #d6d6d6 !important;
  height: 56px;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
}
.input_active {
  box-shadow: 0px 0px 5px 1px rgba(55, 236, 186, 0.35);
}

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;
}
.login_sec {
  width: 100%;
  height: 100vh;
  display: grid;
  place-items: center;
}

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

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

.card1 {
  width: 50%;
  padding: 35px 20px 10px 20px;
  border: none !important;
}
.card1_content {
  max-width: 565px !important;
}

.card2 {
  width: 50%;
  border: none !important;
  background-image: url(../img/bg-card-2.png);
  background-size: auto;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: center;
}

#logo {
  width: auto;
}

.heading {
  font-size: 32px;
  font-weight: 700;
  line-height: 48px;
  color: #171a1f;
  margin-bottom: 30px;
}
.heading span {
  background-image: linear-gradient(90deg, #37ecba 74.65%, #72afd3 101.82%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.form-group {
  margin-bottom: 20px;
}
.eye_icon {
    position: absolute;
    top: 48px;
    right: 30px;
    color: gray !important;
}

::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 {
  border-color: #2828282e;
  width: 100%;
  max-width: 100% !important;
  background: #fff;
  padding: 10px;
  border: 1px solid #d6d6d6;
  border-radius: 5px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 10px;
  font-size: 14px;
  text-decoration: none;
  font-weight: 400;
  line-height: 22px;
  color: #a6a5a5;
}
.continue {
  width: 100%;
  height: 1px;
  display: inline-block;
  background: #d6d6d6;
  margin: 30px 0px;
}
.continue p {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  padding-inline: 10px;
  font-size: 14px;
  font-weight: 500;
  line-height: 22px;
  color: #a6a5a5;
}
.card1_content .form-label {
  font-size: 14px;
  font-weight: 500;
  line-height: 22px;
  text-align: left;
  color: #898989;
}
#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;
  color: #898989;
  font-size: 14px;
  font-weight: 500;
  line-height: 22px;
}
.login_btn_block {
  width: 100%;
}
.btn-block {
  width: 100%;
  border: none;
  height: 56px;
  border-radius: 5px;
  color: #fff;
  background: linear-gradient(90deg, #37ecba 0%, #72afd3 100%);
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

.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;
}
.bottom p {
  font-size: 14px;
  font-weight: 500;
  line-height: 22px;
  text-align: center;
  color: #898989;
  margin: 0;
}
.text_sign {
  font-size: 14px;
  font-weight: 500;
  line-height: 22px;
  text-align: center;
  border: none;
  background: no-repeat;
  color: #51d67f;
}

.sm-text {
  font-size: 15px;
}
.graph_sec img {
  width: 100%;
}
.graph_sec h4 {
  font-size: 32px;
  font-weight: 700;
  line-height: 48px;
  text-align: center;
  color: #ffffff;
}
.graph_sec p {
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  text-align: center;
  color: #fff;
}

/* ================ Page : 2 Email Verification */

.pin_block {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  flex-wrap: wrap;
}
.enter_pin input {
  width: 90px;
  height: 90px;
  text-align: center;
}
.verification_sec img {
  width: auto;
  margin-bottom: 30px;
}
.verification_sec p {
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  text-align: center;
  color: #a6a5a5;
  margin-bottom: 15px;
}
.verification_sec strong {
  color: #898989;
}

@media screen and (max-width: 1024px) {
  .btn_google {
    border-color: #2828282e;
    width: 100%;
    max-width: 100% !important;
    background: #fff;
    padding: 10px 5px;
    border: 1px solid #d6d6d6;
    border-radius: 5px;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    gap: 5px;
    font-size: 11px;
    font-weight: 400;
    line-height: 22px;
  }
}

@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,
  .card0 {
    padding: 10px !important;
  }
  .card1 {
    padding: 10px;
  }
  .heading {
    font-size: 20px;
    margin-bottom: 15px;
  }
  .flex_column {
    flex-direction: unset !important;
  }

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

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

  .continue {
    margin: 15px 0px;
  }
}

@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;
  }
  .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%;
  }

  .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%;
  }

  .form-check.form-check-inline.check_btn {
    margin-left: 10%;
  }

  .bottom.text-center.mb-5 {
    display: none;
  }
  .btn-block {
    width: 100%;
    border: none;
    height: 56px;
    border-radius: 5px;
    color: #fff;
    background: linear-gradient(90deg, #37ECBA 0%, #72AFD3 100%);
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    text-align: center;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    transition: all 0.5s;
  }
  .btn-block:hover {
    color: #000;
  }
}
