html, body {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
  }
  * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  }
     
      .main-signin-container{
        box-sizing: border-box;
        padding: 0 !important;
        height: 100vh;
        /* background-color: red; */
        width: 100vw;
        display: flex;
        flex-direction: row;

      }
      

      .img-container {
        width: 70%;
        height: 100%;
      }
      .image{
        height: 100%;
        width: 100%;
        
      }
     

      .custom-form {
        height: 100%;
        width: 30%;
       
        background-color: #f8f9fa;
       padding-right: 2vw;
       padding-left: 2vw;
       
      }

      .custom-form label {
        font-size: 1.4rem;
      }

      .custom-form input {
        font-size: 1.2rem;
        padding: 1.8rem 1rem;
        border-radius: 5px;
      }
      .form-check-input:hover {
        height: 2rem;
        cursor: pointer;
      }
      .form-check-label {
        font-size: 0.9rem;
        margin-left: 0.8em;
        font-weight: 450;
      }

      .custom-form input:focus {
        border-color: #198754;
        box-shadow: 0px 0px 4px rgba(25, 135, 84, 0.5);
      }

      .custom-form .btn {
        transition: all 0.3s ease;
        font-size: 1.4rem;
        padding: 1rem 1rem;
        border-radius: 5px;
      }

      .custom-form .btn:hover {
        background-color: #157347;
        transform: scale(1.02);
      }
      .register-text {
        margin-top: 1rem;
      }
      .signup {
        font-weight: 500;
      }
      .signup:hover {
        color: #064427;
        transform: scale(1.02);
        font-weight: 700;
        cursor: pointer;
      }
      .acharya-logo-container{
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        margin-top: 10px;
        margin-bottom: 10px;
       
      }
      .acharya-headlines{
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-left: 2vw;
        margin-top: 3vh;
      }
      .acharya-headlines p{
        margin-top: -25px;
        font-size: 18px;
    font-weight: 300;
  
    font-family: 'Raleway', sans-serif;
    color: #7edb57;
    text-wrap: nowrap;
      }
      .acharya-headlines h3{
        font-size: 33px;
    font-weight: 500;
    position: relative;
    font-family: 'Raleway', sans-serif;
    color: #795b01;
      }
      /* for tab */
      @media screen and (min-width:768px) and (max-width:991px) {
        .img-container{
          display: none!important;
        }
        
        .custom-form{
          width: 100%;
          margin: 2px auto;
        }
       
      }
      /* for mobile */
      @media screen and (min-width:300px) and (max-width:767px) {
        .img-container{
          display: none!important;
        }
        
        .custom-form{
          width: 100%;
          margin: 2px auto;
          padding-left: 6vw;
        }
       
      }
      /* for desktops 1440px above */
      @media screen and(min-width:1441px) {
        .custom-form {
            height: 100%;
            width: 30%;
           
            background-color: #f8f9fa;
           padding-right: 2vw;
           padding-left: 2vw;
           
          }
    
          .custom-form label {
            font-size: 1.4rem;
          }
    
          .custom-form input {
            font-size: 1.2rem;
            padding: 1.8rem 1rem;
            border-radius: 5px;
          }
          .form-check-input:hover {
            height: 2rem;
            cursor: pointer;
          }
          .form-check-label {
            font-size: 0.9rem;
            margin-left: 0.8em;
            font-weight: 450;
          }
    
          .custom-form input:focus {
            border-color: #198754;
            box-shadow: 0px 0px 4px rgba(25, 135, 84, 0.5);
          }
    
          .custom-form .btn {
            transition: all 0.3s ease;
            font-size: 1.4rem;
            padding: 1rem 1rem;
            border-radius: 5px;
          }
    
          .custom-form .btn:hover {
            background-color: #157347;
            transform: scale(1.02);
          }
          .register-text {
            margin-top: 1rem;
          }
          .signup {
            font-weight: 500;
          }
          .signup:hover {
            color: #064427;
            transform: scale(1.02);
            font-weight: 700;
            cursor: pointer;
          }
          .acharya-logo-container{
            display: flex;
            flex-direction: row;
            justify-content: center;
            align-items: center;
            margin-top: 10px;
            margin-bottom: 10px;
           
          }
          .acharya-headlines{
            display: flex;
            flex-direction: column;
            align-items: center;
            margin-left: 2vw;
            margin-top: 3vh;
          }
          .acharya-headlines p{
            margin-top: -25px;
            font-size: 18px;
        font-weight: 300;
      
        font-family: 'Raleway', sans-serif;
        color: #7edb57;
        text-wrap: nowrap;
          }
          .acharya-headlines h3{
            font-size: 33px;
        font-weight: 500;
        position: relative;
        font-family: 'Raleway', sans-serif;
        color: #795b01;
          }
      }
    
    