.social-login {
                width: 100%;
                display: flex;
                flex-wrap: wrap;
                gap: 16px;
            }
    
            .social-login-btn-2 {
                color: #ffffff;
                border: 1px solid rgba(255, 255, 255, 0.8);
                flex-grow: 1;
                display: inline-flex;
                align-items: center;
                justify-content: center;
                gap: 8px;
                padding: 8px 0;
            }
    
            .social-login-btn-2:hover,
            .social-login-btn-2:focus {
                color: #fff;
                border: 1px solid #fff;
            }
    
            .social-login-btn-2:focus {
                box-shadow: none !important;
            }
    
            .other-option {
                width: 100%;
                position: relative;
                display: flex;
                align-items: center;
                justify-content: center;
                z-index: 1;
                margin: 10px 0;
            }
    
            .other-option::before {
                content: '';
                width: 100%;
                height: 1px;
                position: absolute;
                top: 50%;
                left: 0;
                right: 0;
                transform: translateY(-50%);
                background-color: rgba(255, 255, 255, 0.25);
                z-index: -1;
            }
    
            .other-option__text {
                color: rgba(255, 255, 255, 0.8);
                background-color: #062241;
                line-height: 1;
                display: inline-block;
                padding: 0 10px;
            }
            .register-disable {
                height: 100vh;
                width: 100%;
                background-color: #fff;
                color: black;
                display: flex;
                align-items: center;
                justify-content: center;
            }

            .register-disable-image {
                max-width: 300px;
                width: 100%;
                margin: 0 auto 32px;
            }

            .register-disable-title {
                color: rgb(0 0 0 / 80%);
                font-size: 42px;
                margin-bottom: 18px;
                text-align: center
            }

            .register-disable-icon {
                font-size: 16px;
                background: rgb(255, 15, 15, .07);
                color: rgb(255, 15, 15, .8);
                border-radius: 3px;
                padding: 6px;
                margin-right: 4px;
            }

            .register-disable-desc {
                color: rgb(0 0 0 / 50%);
                font-size: 18px;
                max-width: 565px;
                width: 100%;
                margin: 0 auto 32px;
                text-align: center;
            }

            .register-disable-footer-link {
                color: #fff;
                background-color: #5B28FF;
                padding: 13px 24px;
                border-radius: 6px;
                text-decoration: none
            }

            .register-disable-footer-link:hover {
                background-color: #440ef4;
                color: #fff;
            }
            .img{
                width: auto!Important;
				height:100%;
				max-width:100% !Important;
                height: 140px !Important;;
                object-fit: cover;
				padding:10px !important;
            }
             .form-control-2{
                padding:  0px 20px;
                min-height: 8px;
                height: 38px !important;
            }
            .cmn-btn{
                padding: 10px 35px;
            }
            .account-form .form-control-2{
               
            }
        
    