 @font-face {
     font-family: "arial-rounded";
     src: url("../fonts/Arial-Rounded-MT-Std.ttf");
 }

 @font-face {
     font-family: "arial-rounded-bold";
     src: url("../fonts/ARLRDBD_0.TTF");
 }

 .login-signup-layout {
     overflow-x: hidden;
 }

 .body-margin-0 {
     margin: 0;
 }

 .otp-div {
     display: flex;
     flex-direction: column;
     gap: 1rem;
 }

 .otp-div .otp-text {
     font-family: "arial-rounded", helvetica, sans-serif;
     color: #282828;
     font-size: 1.25rem;
     font-style: normal;
     font-weight: 600;
     line-height: 2.25rem;

     margin-left: 0rem;
     margin-right: 0rem;
 }

 .otp-div .otp-text small {
     font-family: "arial-rounded", helvetica, sans-serif;
     font-size: 0.875rem;
     font-style: normal;
     font-weight: 400;
 }

 .otp-div .resend-text {
     color: #282828;
     font-size: 1rem;
     font-style: normal;
     font-weight: 400;
     line-height: 2.25rem;
     margin-left: 0rem;
     margin-right: 0rem;
     font-family: "arial-rounded", helvetica, sans-serif;
 }

 .signup-form {
     overflow-y: scroll;
     overflow-x: hidden;
 }

 .privacy-policy-text {
     color: #0F62FE !important;
     text-decoration: underline !important;
     cursor: pointer !important;
 }

 .privacy-policy-text:hover {
     color: #0F62FE !important;
     text-decoration: underline !important;
     cursor: pointer !important;
 }

 .otp-div .resend-btn {
     cursor: pointer;
     color: #0F62FE;
     font-size: 1rem;
     font-style: normal;
     font-weight: 400;
     line-height: 2.25rem;
     margin-left: 0rem;
     margin-right: 0rem;
 }

 .resend-text span {
     color: #282828;
     font-size: 1rem;
     font-style: normal;
     font-weight: 600;
     line-height: 2.25rem;
 }

 .text-contents {
     height: 100vh;
     overflow: hidden;
 }

 .text-contents h2 {
     font-family: "arial-rounded-bold", helvetica, sans-serif;
     color: #21272a;
     font-size: 2.625rem;
     font-style: normal;
     font-weight: 700;
     line-height: 110%;
 }

 .text-contents h3 {
     color: #fff;
     font-size: 2.625rem;
     font-style: normal;
     font-weight: 700;
     line-height: 110%;
 }

 .text-contents p {
     color: #fff;
     font-size: 20px;
     font-style: normal;
     font-weight: 200;
     line-height: 140%;
     margin-left: 1rem;
     margin-right: 2.5rem;
 }

 .text-contents .imagediv {
     display: flex;
     align-items: center;
     justify-content: center;
     margin-top: 4rem;
 }

 .text-contents .vtr_img {
     width: 25.125rem;
     height: 25.5625rem;
     margin-right: auto;
     margin-left: auto;
 }

 .card {
     border-radius: 0;
     border: none;
     margin-bottom: 0;
 }

 .card1 {
     width: 50%;
     padding: 40px 10px 10px 10px;
 }

 .card2 {
     width: 50%;
     background-color: #3b4886;
 }

 .card2 .login_logo {
     width: 5.5rem;
     height: 5.375rem;
     margin-top: 5%;
     margin-left: 7%;
 }

 .card2 .vtr {
     width: 26vw;
     height: auto;
     margin-top: 3rem;
 }

 .right {
     padding-right: 0px !important;
     padding-left: 0% !important;
 }

 .right h3 {
     font-size: 2.5rem;
     font-style: normal;
     font-weight: 700;
 }

 .right small {
     font-size: 1.375rem;
     font-weight: 400;
     font-family: "arial-rounded", helvetica, sans-serif;
 }

 .btn-disabled {
     border-radius: 0.25rem;
     border: 2px solid #aaa;
     background: #aaa;
 }

 .or-text {
     color: #6a6a6a;
     font-size: 1rem;
     font-style: normal;
     font-weight: 500;
     line-height: 100%;
     letter-spacing: 0.03125rem;
 }

 .card1 .line-div {
     background-color: #dde1e6;
     height: 0.0625rem;
     margin-bottom: 5px;
 }

 .login_logo-mobile {
     display: none;
 }

 .login-bottom {
     display: flex;
     align-items: flex-end;
     justify-content: flex-end;
     margin-top: 15px;
 }

 .otp-container {
     display: flex;
     justify-content: center;
     align-items: center;
 }

 .opt-input {
     width: 2.875rem;
     height: 2.875rem;
     border-radius: 0.125rem;
     border: 1px solid #848484;
     margin: 0 10px;
     text-align: center;
     font-size: 1rem;
     /*cursor: not-allowed;
     pointer-events: none;*/
 }

 .opt-input:focus {
     border-bottom: 2px solid #5c5c5c;
     outline: none;
 }

 .opt-input:nth-child(1) {
     cursor: pointer;
     pointer-events: all;
 }

 .radio-check-margin-top {
     margin-top: 4px;
 }

 @media screen and (max-width: 791px) {

     .opt-input {
         margin: 0;
     }
 }

 @media screen and (max-width: 768px) {
     .container {
         padding: 10px !important;
     }

     .card2 {
         padding: 10px;
     }

     .card2 .login_logo {
         margin-top: 5%;
         margin-left: 5%;
     }

     .right h3 {
         font-size: 38px;
     }

     .right small {
         font-size: 1rem;
     }

     .right {
         margin-top: 50px !important;
         margin-bottom: 20px !important;
     }

     .right {
         padding-right: 5% !important;
         padding-left: 5% !important;
     }

     .card2 .vtr {
         width: 100%;
         margin-top: 0rem;
     }

 }

 @media screen and (max-width: 640px) {
     .text-contents {
         flex-direction: column;
     }

     .card1 {
         width: 100%;
         padding: 0px;
     }

     .login_logo-mobile {
         display: block;
         width: 88px;
         height: 86px;
         margin-top: 34px;
         margin-left: 40px;
         margin-bottom: 15px;
     }

     .card2 {
         width: 100%;
         display: none;
     }

     .right {
         margin-top: 100px !important;
         margin-bottom: 100px !important;
     }

     .right h3 {
         font-size: 2rem;
     }

     .right small {
         font-size: 1rem;
     }

     .opt-input {
         margin: 0 5px;
     }

     .otp-div .otp-text {
         color: #282828;
         font-size: 1rem;
         line-height: 1;
         padding: 0;
     }

     .otp-div .otp-text small {
         font-size: 0.8rem;
     }
 }

 .password-box {
     position: relative;
 }

 .password-toggle-icon {
     position: absolute;
     top: 80%;
     right: 1rem;
     transform: translateY(-50%);
     cursor: pointer;
 }

 .password-toggle-icon i {
     font-size: 12px;
     line-height: 1;
     color: #333;
     transition: color 0.3s ease-in-out;
     margin-bottom: 20px;
 }

 .password-toggle-icon i:hover {
     color: #000;
 }

 .cpassword-toggle-icon {
     position: absolute;
     top: 80%;
     right: 1rem;
     transform: translateY(-50%);
     cursor: pointer;
 }

 .cpassword-toggle-icon i {
     font-size: 12px;
     line-height: 1;
     color: #333;
     transition: color 0.3s ease-in-out;
     margin-bottom: 20px;
 }

 .cpassword-toggle-icon i:hover {
     color: #000;
 }


 .oldpassword-toggle-icon {
     position: absolute;
     top: 80%;
     right: 1rem;
     transform: translateY(-50%);
     cursor: pointer;
 }

 .oldpassword-toggle-icon i {
     font-size: 12px;
     line-height: 1;
     color: #333;
     transition: color 0.3s ease-in-out;
     margin-bottom: 20px;
 }

 .oldpassword-toggle-icon i:hover {
     color: #000;
 }