body {
        margin: 0;
        padding: 0;
        font-family: mulish, OpenSans;
      }
      .signup{
      text-decoration: none;
      font-weight: 800;
      font-style: normal;
      }
      #signup{
          color: #9FA2B4;
      }
      .forgot{
          text-decoration: none;
    font-size: 11px;
    color: #aaa;
    float: right;
    margin-top: 5px;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    transition: all .4s ease;
      }

      .container {
        display: flex;
        height: 100vh;
        overflow: hidden;
      }
      
      
      .left {
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
        width: 50%;
        background-color: #ffffff;
        padding-top: 10%;
    }


      @media screen and (max-width: 600px) {
      .left {
              display: none;
            }
        .right{
            overflow: hidden;
        width: 100%;
      }
      }
      .right {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        background-color: #ffffff;
      }
      
      
      
      .logo {
        display: flex;
        justify-content: center;
        align-items: center;
        height: 100px;
        
      }

      .logo1 img {
        margin-right: 10px;
        margin-bottom: 30px;
        width: 200px;
      }
      .logo2{
          margin-top: 100px;
    display: flex;
    align-items: center;
    flex-direction: column;
        }
        @media screen and (max-width: 600px) {
      .logo2{
        margin-top: 50px;
      }
      }
      .img1 img{
          width: 400px;
          margin-bottom: -325px;
      }
      .form {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding: 20px;
      }

      .form .title {
        font-size: 24px;
        font-weight: bold;
        margin-bottom: 20px;
      }

      .form .input {
        margin-bottom: 10px;
      }
      #togglePassword, #togglePassword1{
          float: right;
          right: 15px;
          cursor: pointer;
          position: relative;
          margin-top: -43px;
          color: #9FA2B4;
      }
      label{
        
        font-weight: 900;
        font-size: 18.5348px;
          font-style: normal;
          line-height: 21px;
          letter-spacing: 0.463371px;
          color: #9FA2B4;
      }
      .form input[type="text"],
      .form input[type="email"],
      .form input[type="password"] {
          
        padding: 15px;
        border: none;
        box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
        width: 100%;
        font-size: 18.5348px;
        margin-top: 10px;
        margin-bottom: 10px;
        box-sizing: border-box;
          border-radius: 12.3566px;
        background: #FCFDFE;
        border: 1.54457px solid #F0F1F7;
      }
      @media screen and (max-width: 480px) {
      .form input[type="text"],
      .form input[type="email"],
      .form input[type="password"] {
          
        padding: 15px;
        
        width: 100%;
        margin-top: 10px;
        margin-bottom: 10px;
        box-sizing: border-box;
        border-radius: 6.88044px;
        background: #FCFDFE;
        border: 0.860055px solid #F0F1F7;
        
      }
      label{
        
        font-weight: 700;
        font-size: 18.5348px;
          font-style: normal;
          line-height: 21px;
          letter-spacing: 0.463371px;
          color: #9FA2B4;
      }
      ::placeholder{
          font-family: Mulish;
          color: #ccccd2; 
          opacity: 40%;
          font-style: normal;
            font-weight: 700;
            font-size: 17.0408px;
            line-height: 17px;
            letter-spacing: 0.258017px;
            color: #4B506D;
            opacity: 0.4;
      }
      }
      ::placeholder{
          font-family: Mulish;
          color: #ccccd2; 
          opacity: 40%;
      }
     
      
      .form input[type="email"]:hover,
      .form input[type="password"]:hover {
        border: 1.54457px solid #192CD1;
      }

      .form input[type="submit"] {
        background-color: #192CD1;
        color: #ffffff;
        border: none;
        border-radius: 5px;
        padding: 10px 20px;
        font-size: 16px;
        cursor: pointer;
        transition: background-color 0.3s ease;
        width: 100%;
        background: #4CA0C5;
        box-shadow: 0px 6.17828px 18.5348px rgba(55, 81, 255, 0.24);
        border-radius: 12.3566px;
        height: 58px;
        font-weight: 700;

      }

      .form input[type="submit"]:hover {
        background-color: #4CA0C5; 

      }
      .mobile-logo{
        display: none;
      }
      @media screen and (max-width: 600px) {
      .mobile-logo{
        display: block;
        margin-top: 50px;
      }
      }
      .mobileimg{
        display: none;
      }
      @media screen and (max-width: 600px) {
      .mobileimg{
        display: block;
        transform: rotate(46.58deg);
        margin-left: -230px;
        margin-bottom: -140px;
      }
      }
      .signup {
    text-decoration: none;
    font-weight: 800;
    color: #be4d3e;
    font-style: normal;
}