.login_form input::placeholder{
    opacity: 0;
}
.login_title {
    font-size: 35px;
    font-weight: 100;
    margin-bottom: 40px;
}
.login {
    border-radius: 5px;
    padding: 0;
    margin-top: 10px;
}
.login_showdow {
    border: 1px solid #eee;
    background: #fcfcfc;
    padding: 35px 50px !important; 
    box-shadow: 0 1px 0 0 #ccc;
}
.login .form-floating> .form-control {
    padding: 0 55px 8px 8px  !important;
    border-radius: 0;
    font-size: 14px;
    padding-top: 22px !important;
}
.login .form-control:focus {
    border-color: #ff9a34;
}
.form-check-label,
.forgot_pass {
    font-size: 14px;
}
.submit_btn {
    padding: 10px 30px;
    background-color: #ff9a34;
    color: #fff;
    border: none;
    font-weight: bold;
    outline: none;
    border-radius: 15px;
}

.submit_btn_outline {
    padding: 10px 40px;
    color: #000 !important;
    border: 2px solid #ff9a34 !important;
    outline: none;
    width: fit-content;
    margin: 10px 0;
    text-align: center;
    border-radius: 5px;
    background-color: transparent;
}
.submit_btn_outline {
    color: #000;
}
.submit_btn_outline:hover {
    background-color: #ff9a34 !important;
    color: #fff !important;
}
.card-head h4 {
    font-size: 22px;
    color: #4caf50;
    margin-bottom: 10px;
    font-weight: 500;
}
.login_right_box {
    display: flex;
    height: 100%;

    flex-direction: column;
}
.login_right_box p {
    font-size: 13px;
}

/* registration style  */
.tips {
 margin-top: 55px;
}

.tips ul {
    padding: 0;
    margin-left: 10px !important;
}

.tips ul li {
    list-style: disc !important;
    line-height: 1.1;

}

.tips ul li::marker {
    font-size: 10px;
}

.tips small {
    font-size: 12px;
}

.privacy_text {
    font-size: 14px;
    margin: 13px 0 !important;
}

.have_account {
    color: #555;
    font-size: 14px;
    margin: 15px 0 !important;
    text-align: center;
    position: relative;
    background-color: #fcfcfc;
}
.have_account span{
    position: relative;
    background-color: #fcfcfc;
    z-index: 1;
    margin: 0px 10px;
}

.have_account::before {
    position: absolute;
    content: "";
    width: 27%;
    height: 0.6px;
    background-color: #ddd;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}


.have_account::after {
    position: absolute;
    content: "";
    width: 27%;
    height: 0.6px;
    background-color: #ddd;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.reg-tips ul li {
    font-size: 15px !important;
    margin: 7px 0;
    text-transform: uppercase;
}

.reg-tips ul li small {
    font-size: 13px;
}

.reg-tips p small {
    font-size: 14px;
}

.login_right_box{
    padding: 30px;
}
@media(max-width:991px){
    .login_right_box {
        padding: 10px;
    }
    .tips{
    margin-top: 15px;
    }
}

@media(max-width:768px){
    .login_showdow{
        padding: 20px 10px !important;
    }
        .card-head h4{
            margin-bottom: 15px;
        }
                 .login_title {
                     font-size: 27px;
                     text-align: center;
                     margin-bottom: 15px;
                 }
}

@media(max-width:575px) {

    .login_right_box,
    .login {
        padding:  0 20px;
    }

    .login_showdow{
        padding: 35px 20px !important;
    }
    .card-head h4 {
        font-size: 18px;
    }

   
    
}

.login strong{
    font-weight: 400;
}




/* forgot_pass  css */

.forgot_pass p small{
    font-size: 13px;
}

.login .card-body label{
    margin: 0 10px !important;
    color: #898989;
    font-size: 15px;
}

.social_login{
    margin-top: 15px;
  
}
.social_login p{
    font-size: 14px;
    margin: 0;
    color: #898989;
}
.facebook_btn_common {
    width: auto;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    height: 40px;
    overflow: hidden;
    display: flex;
    padding: 0 10px;
    gap: 15px;
    align-items: center;
    border-radius: 5px;
   margin-bottom: 15px;
    
}
.social_login .btn-phone{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    font-weight: 500;
}
.social_login .btn-phone i{
    font-size: 25px;
}
.custome_login .submit_btn{
    width: 100%;
    border-radius: 30px
    /*height: 50px !important;*/
}
.facebook_btn{
background-color: #1178F2;
}
.facebook_btn p{
    color: #fff;
}

.google_btn{
    background-color: #fff !important;
}
.google_btn p{
    color: #000
}

.facebook_btn_common p{
    font-size: 13px;

}
.facebook_btn:hover{
    background-color: #1178F2 !important;
}

.facebook_btn_common img{
    width: 30px;
    border-radius: 50%;
}


.login-divider {
    margin: 10px 0;
    color: #666;
    overflow: hidden;
    text-align: center;
}

.login-divider span {
    display: inline-block;
    position: relative;
    line-height: 0.5;
}

.login-divider span:before,
.login-divider span:after {
    content: "";
    position: absolute;
    height: 5px;
    border-bottom: 1px solid #CCC;
    top: 0;
    width: 1000px;
}

.login-divider span:before {
    right: 100%;
    margin-right: 15px;
}

.login-divider span:after {
    left: 100%;
    margin-left: 15px;
}

.cart_bg {
    width: 100%;
    height: auto;
    background-color: #eeeeee;
    position: relative;
}

.login-card{
    border-radius: 25px;
}

.login-card .card-body label {
    margin: 0 10px !important;
    color: #898989;
    font-size: 15px;
}

