@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:ital,opsz,wght@0,6..12,200..1000;1,6..12,200..1000&display=swap');
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Nunito Sans", sans-serif;
}
  
  html,
  body {
    width: 100%;
    height: 100%;
  }
  
  .main {
    width: 100%;
    height: 100%;
    display: flex;
  }
  
  .left-size {
    width: 65%;
    height: 100%;
  }
  
  .left-area {
    background-color: #ec3237;
    position: fixed;
    z-index: -1;
    overflow: hidden;
  }
  
  .backgroundImg {
    position: absolute;
    width: 60vw;
    left: -20%;
  }
  
  .image-view {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
  }
  
  .countryCode {
    display: flex;
    flex-direction: row;
    /* background-color: red; */
  }
  
  .codeText {
    margin-left: 0.08vw;
  }
  
  .country img {
    width: 1.5vw;
    margin-left: 0.5vw;
  }
  
  .Number img {
    width: 1.5vw;
    margin-left: 0.5vw;
  }
  .right-area {
    width: 35%;
    height: 100%;
    display: flex;
    flex-direction: column;
    padding-inline: 4vw;
    align-items: center;
  }
  .logo {
    width: 12vw;
    display: flex;
    justify-content: center;
    margin-top: 5vh;
    margin-inline: auto;
  }
  .logo img {
    width: 100%;
  }
  .main-form{
    width: 100%;
    height: 90%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-inline: 5%;
  }
  h1 {
    font-size: 2vw;
    text-transform: capitalize;
    margin-top: 4vh;
    text-align: start;
  }
  p {
    font-size: 0.8vw;
    text-align: start;
    /* background-color: yellow; */
    color: #8692a6;
    margin-top: 0.5vh;
  }

  .backtologinBtn{
    text-decoration: none;
    color: #686B70;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    margin-top: 50px;
  }
  .backtologinBtn span{
    display: flex;
    align-items: center;
  }
  
  
  .form {
    display: flex;
    align-items: center;
    flex-direction: column;
    width: 100%;
    margin-top: 3vh;
    gap: 10px;
  }
  
  .my-input {
    width: 100%;
    padding-block: 15px;
    border: 1px solid black;
    border-radius: 8px;
    display: flex;
    align-items: center;
    gap: 10px;
    padding-left: 15px;
  }
  
  .my-input input {
    flex: 1;
    border: none;
    outline: none;
  }
  
  .grid {
    width: 100%;
    gap: 10px;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  
  .grid input {
    width: 2%;
  }
  
  .strenght {
    width: 100%;
    height: 10%;
    display: flex;
    gap: 20px;
    justify-content: stretch;
    margin-top: 4px;
    align-items: end;
    padding-bottom: 20px;
  }
  
  .strength-bar {
    height: 5px;
    width: 100%;
    background-color: #ec3237;
    border-radius: 4px;

  }
  .strength-bar2 {
    background-color: #D9D9D9;
  }
  .strength-bar3 {
    background-color: #D9D9D9;
  }
  .strength-bar4 {
    background-color: #D9D9D9;
  }
  .strength-bar5 {
    background-color: #D9D9D9;
  }
  .strength-text {
    font-size: 1vw;
  
    /* background-color: yellow; */
  }
  
  .strength-text p {
    width: 100%;
    margin-top: -0.8vh;
  }
  
  .loginBtn {
    width: 100%;
    padding-block: 10px;
    margin-bottom: 15px;
    border: none;
    border-radius: 5px;
    background-color: #ec3237;
    color: #fff;
    font-size: 1vw;
    font-weight: 500;
    margin-top: 15px;
    cursor: pointer;
  }
  .loginBtn a {
    width: 100%;
    color: #fff;
    text-decoration: none;
  }
  
  @media (max-width:786px) {
    .left-area {
      display: none;
    }
    .left-size{
      display: none;
    }
    .right-area{
      width: 100%;
    }
    .logo {
      width: 28vw;
      display: flex;
      justify-content: center;
      margin-top: 5vh;
      margin-inline: auto;
    }
    h1 {
      font-size: 3vw;
      text-transform: capitalize;
      margin-top: 4vh;
      text-align: center;
      margin-inline: auto;
    }
    p {
      font-size: 1.6vw;
      text-align: start;
      /* background-color: yellow; */
      color: #8692a6;
      margin-top: 0.5vh;
      margin-inline: auto;
    }
    .google-btn {
      width: 100%;
      display: flex;
      justify-content: center;
      align-items: center;
      font-size: 2vw;
      background-color: transparent;
      border: 2px solid #e8e8e8;
      border-radius: 7px;
      margin-top: 25px;
      gap: 1vw;
      font-weight: 500;
      text-transform: capitalize;
      padding: 4px;
    }
    .google-btn img {
      width: 4.6vw;
    }
    .emailLine {
      font-size: 2.1vw;
      text-decoration: none;
      margin-top: 20px;
      color: #000;
      margin-inline: auto;
    }
    .form label {
      font-size: 2.2vw;
      margin-inline: start;
      width: 100%;
      color: black;
    }
    
    
    .remember-me p {
      font-size: 2.1vw;
      color: #a1a1a1;
    }
    .forget-pass {
      font-size: 2.1vw;
      text-decoration: none;
      color: #000;
    }
    .loginBtn {
      width: 100%;
      padding-block: 10px;
      margin-bottom: 15px;
      border: none;
      border-radius: 5px;
      background-color: #ec3237;
      color: #fff;
      font-size: 2.3vw;
      font-weight: 500;
      margin-top: 15px;
      cursor: pointer;
      margin-top: 15px;
    }
    .createAnAccount p {
      font-size: 2vw;
      color: black;
    }
    .createAnAccount a {
      font-size: 2vw;
      font-weight: 500;
      text-decoration: none;
      color: #000;
      margin-left: 10px;
    }
  }
  @media (max-width:450px) {
    .left-area {
      display: none;
    }
    .left-size{
      display: none;
    }
    .right-area{
      width: 100%;
    }
    .logo {
      width: 38vw;
      display: flex;
      justify-content: center;
      margin-top: 5vh;
      margin-inline: auto;
    }
    h1 {
      font-size: 3.8vw;
      text-transform: capitalize;
      margin-top: 4vh;
      text-align: center;
      margin-inline: auto;
    }
    p {
      font-size: 2.2vw;
      text-align: start;
      /* background-color: yellow; */
      color: #8692a6;
      margin-top: 0.5vh;
      margin-inline: auto;
    }
    .google-btn {
      width: 100%;
      display: flex;
      justify-content: center;
      align-items: center;
      font-size: 2.8vw;
      background-color: transparent;
      border: 2px solid #e8e8e8;
      border-radius: 7px;
      margin-top: 25px;
      gap: 1vw;
      font-weight: 500;
      text-transform: capitalize;
      padding: 8px;
    }
    .google-btn img {
      width: 5.6vw;
    }
    .emailLine {
      font-size: 2.4vw;
      text-decoration: none;
      margin-top: 20px;
      color: #000;
      margin-inline: auto;
    }
    .form label {
      font-size: 2.9vw;
      margin-inline: start;
      width: 100%;
      color: black;
    }
    
    
    .remember-me p {
      font-size: 2.5vw;
      color: #a1a1a1;
    }
    .forget-pass {
      font-size: 2.5vw;
      text-decoration: none;
      color: #000;
    }
    .loginBtn {
      width: 100%;
      padding-block: 10px;
      margin-bottom: 15px;
      border: none;
      border-radius: 5px;
      background-color: #ec3237;
      color: #fff;
      font-size: 3vw;
      font-weight: 500;
      margin-top: 15px;
      cursor: pointer;
      margin-top: 15px;
    }
    .createAnAccount p {
      font-size: 3vw;
      color: black;
    }
    .createAnAccount a {
      font-size: 3vw;
      font-weight: 500;
      text-decoration: none;
      color: #000;
      margin-left: 10px;
    }
  }
.bold {
    color: #000;
    font-weight: 600 !important;
    display: flex;
    align-items: center;
    margin-left: 5px;
    /* background-color: #ec3237; */
}

.otp {
    display: flex;
    gap: 10px;
}

.input-otp {
    width: 67px;
    height: 72px;
    border: none;
    border: 1px solid #E8E6EA;
    /* background-color: #ec3237; */
    color: #E8E6EA;
    font-size: 40px;
    font-weight: 500;
    border-radius: 15px;
    display: flex;
    align-items: center;
    text-align: center;
}

.input-otp-filled {
    width: 67px;
    height: 72px;
    border: none;
    border: 1px solid #E8E6EA;
    background-color: #ec3237;
    color: #fff;
    font-size: 40px;
    font-weight: 500;
    border-radius: 15px;
    display: flex;
    align-items: center;
    text-align: center;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.backtologinBtn {
    text-decoration: none;
    color: #686b70;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    margin-top: 50px;
}

    .backtologinBtn span {
        display: flex;
        align-items: center;
    }
#step2 p a {
    text-decoration: underline;
}
#step2 p {
    display: flex;
    align-items: center;
}