.login-form{
    width: 650px;
    height: auto;
    position: absolute;
    z-index: 99;
    background: #ffffff;
    max-width: 500px;
    margin-top:  0px;
    margin-left: 400px;
    padding: 20px;
    text-align: center;
    display: none;
    
}


@media screen and (max-width: 768px) {
    .login-form {
    margin-left: 10px;
    width: 370px;
    height: auto; } }


.login-form-user{
    width: 650px;
    height: auto;
    position: absolute;
    z-index: 99;
    background: #ffffff;
    max-width: 500px;
    margin-top:  150px;
    margin-left: 700px;
    padding: 20px;
    text-align: center;
    display: none;
    
}

.signup-form-user{
    width: 600px;
    height: auto;
    position: absolute;
    z-index: 99;
    background: #ffffff;
    max-width: 500px;
    margin-top:  150px;
    margin-left: 700px;
    padding: 20px;
    text-align: center;
    display: none;
}



@media screen and (max-width: 768px) {
    .login-form-user {
    margin-left: 10px;
    width: 370px;
    height: auto; }
    .signup-form-user {
        margin-left: 10px;
        width: 370px;
        height: auto; }}




.social{
    border: 1px solid #ddd;
    border-radius: 50%;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin: 0 5px;
    height: 40px;
    width: 40px;
}

.signup-form{
    width: 600px;
    height: auto;
    position: absolute;
    z-index: 99;
    background: #ffffff;
    max-width: 500px;
    margin-top:  0px;
    margin-left: 400px;
    padding: 20px;
    text-align: center;
    display: none;
}

@media screen and (max-width: 768px) {
    .signup-form {
    margin-left: 10px;
    width: 370px;
    height: auto; } }


.signup-otp{
    width: 350px;
    height: 300px;
    position: absolute;
    z-index: 99;
    background: #ffffff;
    max-width: 500px;
    margin-top:  200px;
    margin-left: 490px;
    padding: 20px;
    text-align: center;
    display: none;
    
}
.otp{
    margin-left: 40px;
}

.close{
    
    right: 10px;
    top: -10px;
    position: relative;
    width: 10px;
    height: 30px;
}

.close-user{
    
    right: 10px;
    top: -10px;
    position: relative;
    width: 10px;
    height: 30px;
}

.close-user-2{
    
    right: 10px;
    top: -10px;
    position: relative;
    width: 10px;
    height: 30px;
}

.close2{
    
    right: 10px;
    top: -10px;
    position: relative;
    width: 10px;
    height: 30px;
}



.containeradd{
    width: 50px;
    background: #ddd;
    margin: 100px auto;
    display: flex;
    justify-content: center;
}


/*----------------------------------       user login form      ---------------------------------------------*/


.container3{
    width: 50px;
    background: #ddd;
    margin: 100px auto;
    display: none;
    justify-content: center;
}


.signup-form-user{
    display: none;
}

.premiumsignup-form-user{
    display: none;
}