.logo_register {
    
    margin-top:20px !important;
    display:table;
    margin:0 auto;
} 

.logo_img {
    width:350px; 
    height:auto;
}


 .register_design {
        font-weight: 700;
        font-size: 24px;
        line-height: 36px;
      }

      .form_title {
        font-size: 64px;
        color: #2477E6;
        text-align: center;
        padding-top: 12px;
        font-weight: 550 !important;
      }

      .sub_title {
        font-size: 20px;
        font-weight: 400;
        line-height: 30px;
        letter-spacing: 0em;
        text-align: center;
        color: rgba(168, 168, 168, 1);

      }

      .solid {
        border-top: 2px solid #bbb;
      }

      .text-area {
        width: 100% !important;
      }

       .frame {
       border-radius: 30px;
       padding: 16px 32px 16px 32px;
       background:transparent !important; 
       box-shadow: none !important; 
       margin-bottom: 10px;
       }

      .required::after {
        content: ' *';
        color: red;
      }

      .gender {
        
        width: 100%;
        border:1px rgba(207, 208, 215, 1);
        height: 42px;
        color: #7f758e;
        padding: 0 0 0 12px;
      }

      @media(max-width:481px) {
        .gender {
          padding-right: 115px;
        }
      }

      .form-control {
     
        border-radius: 3px;
        border: 1px solid rgba(207, 208, 215, 1);
        color: #241414;
        font-weight: 400;
        font-family: poppins;
        font-size: 14px;
        line-height: 20px;
      }

      /* @media(max-width:481px) {
        .form-control {
          width: 146% !important;
        }
      } */

      .interested {
        height: 20px;
      }

      @media (max-width:320px) (min-width:690px) (min-width:920px) {
        .text-area {
          width: 100% !important;
        }
      }

      .error {

        color: #D8000C;
      }


      .logo_register img{
         max-width: 100%;
      }

    