  /* ===================================== Import Variables ================================== */
  @import url(https://fonts.googleapis.com/css?family=Montserrat:300,400,600,700);
  @import url(https://fonts.googleapis.com/css?family=Arimo:300,400,400italic,700,700italic);

  /* ===================================== Basic CSS ==================================== */
  * {
    margin: 0px;
    padding: 0px;
    list-style: none;
  }

  img {
    max-width: 100%;
  }

  a {
    text-decoration: none;
    outline: none;
    color: #f7eeee;
  }

  /* a:hover {
  color: #fffff; 
} */

  ul {
    margin-bottom: 0;
    padding-left: 0;
  }

  a:hover,
  a:focus,
  input,
  textarea {
    text-decoration: none;
    outline: none;
  }


  .form-01-main,
  html,
  body {
    height: 96%;

  }

  .form-01-main {
    padding: 40px 0px;
    /* background: url(../images/240_F_565072358_7b0H5JTdn7vRsWSsLxWWjrMXSF6wv3Rd.jpg); */
    background-position: center;
    background-size: 100%;
    background-repeat: no-repeat;
    position: relative;
    text-align: center;
    background-color: #fff;

    width: 100%;
    z-index: 1;
    overflow-y: hidden;
  }

  .form-cover {
    /* position: absolute;
    content: "";
    background: #fff;
    bottom: 0;
    top: 0;
    width: 100%;
    left: 0;
    z-index: -1;
    height: 100%;
    overflow: auto; */
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    background: #fff;
    font: 13px Poppins, sans-serif;
  }

  .form-sub-main {
    max-width: 400px;
    width: 100%;
    display: block;
    /* margin: 20px auto; */
    /* background: rgba(255, 212, 1, 0.69); */
    /* padding: 45px 60px 46px; */
    /* padding-top:45px; */

  }

  @media screen and (max-width:767px) {
    .form-sub-main {
      padding: 30px;
    }
  }

  .form-control {
    min-height: 0px;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 2px solid rgba(247, 242, 242, 1);
    padding: 10px 10px;
    background-color: #ffffff;
    color: #070707;
    /* margin: 30px 0px; */
    width: 250px;
  }

  .form-sub-main {
    color: #545454;
    font-size: 18px;
    margin-top: 25%;
  }

  .form-sub-main  {
    display: block;
    margin-bottom: 6px;
    color: #fff;
  }
  .form-group
  {
margin-top: 10px;
  }

  .form-group label {
    font-weight: bold;
    
    /* display: block; */
    color: black;
    font-size: 14px;
  }

  .form-control {
    width: 100%;
    padding: 10px;
    font-size: 14px;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
  }

  /* .form-group-password {
    position: relative;
  } */

  /* .form-group-password .eye-icon {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    cursor: pointer;
    font-size: 14px;
    color: #888;
  } */

  .error_msg {
    margin-top: 5px;
    font-size: 12px;
    color: red;
  }

  .toggle-password {
    position: absolute;
    right: 8px;
    bottom: 18px;
  }

  

  .check_box_main {
    display: inline-block;
    width: 100%;
    text-align: center;
  }

  .btn_uy {
    position: relative;
    z-index: 9;
    display: block;
    margin: 20px 0px;
  }

  .btn_uy a {
    padding: 10px 10px;
    background: #504a4e;
    text-transform: uppercase;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    white-space: nowrap;
    line-height: normal;
    border-radius: 5px;
    color: #fff;
    width: 30%;
    position: relative;
    display: inline-block;
    cursor: pointer;
  }

  ._main_head_as {
    /* margin: 20px 0 25px 0px; */
    display: inline-block;
    z-index: 2;
    position: relative;
    padding-top: 250px;
  }

  ._main_head_as {
    height: 100px;
    width: 220px;
    position: relative;
    /* border-radius: 50px; */
    
  }

  .container {
    width: 1116px;
    height: 592px;
    display: flex;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
    overflow: hidden;
  }
  .left-section {
    /* background-image:'../Images/ian-logo.jpg'; */
    /* background: rgba(0, 0, 0, 0.1); */
    background-position: center;
    background-size: 100%;
    background-repeat: no-repeat;
    position: relative;
    text-align: center;
    background-color: #edf2f7;
    width: 100%;
    z-index: 1;
}
  .left-section,
  .right-section {
    width: 100%;
  }

  .left-section img {
    max-width: 200px;
  }

  .left-section h2 {
    font-size: 1.3rem;
  }

  .right-section {
    padding: 20px;
  }

  .right-section {
    width: 50%;
    padding: 49px;
  }
  .resend-otp {
    /* color: #007bff; */
    color: #05203d;
    font-size: 14px;
    cursor: pointer;
    text-decoration: none;
}

.resend-otp:hover {
    color: #066cd8;
}
  