.login img {
    object-fit: cover;
    object-position: left;
    /* border-radius: 15px; */
}


/* .heading-login .text-muted,
.login label,
.login .form-check-label {
    color: #565656 ;
} */

.login label {
    /* color: #222222 ; */
    font-weight: 500;
}
.facebook-btn{
    background-color: #1877F2 !important;
}
    .forgot{
        color: #C90000;
}
.login .form-check-label {
    font-weight: normal ;
}

.login .input-icon {
    position: absolute;
    top: 0px;
    height: 100%;
    display: flex;
    align-items: center;
    left: 20px;
}

.register .input-icon {
    top: 1px;
}

.login input#auth-remember-check {
    transform: translatey(1px);
}

/* ::before {
    transform: translatey(1px);
} */
.side-img-login {
    height: 100%;
}

a.fb {
    background: #1877F2;
}

.signin-other-title:after {
    background-color: #ddd ;
}

p {
    text-transform: inherit;
}

.social-list-item {
    height: 40px;
    width: 40px;
    display: flex ;
    place-content: center;
    align-items: center;
}

.dripicons-arrow-thin-right:before {
    position: absolute;
    transform: translate(5px, 4.5px);
}

.form-check-input:checked {
    background-color: var(--primary-color);
    border-color: var(--primary-color);
}

.login-width {
    max-width: 90%;
}

.sign-up-form {
    max-width: 950px;
}

.upload-pic {
    max-width: 1150px;
}

.author-name p {
    font-weight: 600;
}
.or:before {
    content: 'Or continue with';
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    top: 50%;
    background: var(--white-bg);
    padding-inline: 10px;
    z-index: 99;
    color: var(--gray-color);
    white-space: nowrap;
}
/* ----------------------------------reset pswd----------------[ */
.alert-reset {
    background: #eee;
    border-radius: clamp(15px, 3vw, 30px);
}

/*------------------- register------------------- */
.profile-bg {
    background-image: url(../images/login.png);
    background-size: cover;
    background-position: right;
    background-repeat: no-repeat;
}

.upload {
    background-image: url(../images/imgs/upload-bg.png);
}

.register .container {
    max-width: 1410px ;
}

/* ---------------upload photo--------------- */
.img-box {
    width: max-content;
    margin: 0 auto;
}

.profile-pic img {
    border-radius: 30px;
    height: 250px;
    width: 250px;
    object-fit: cover;
}

.font-22 {
    font-weight: 500;
}

.placeholder-img img {
    width: 32% ;
    height: 90px ;
    object-fit: cover;
    border-radius: 15px;
}

.camera-icon {
    color: var(--primary-color);
    box-shadow: 0px 5px 15px #c7832f40;
    border-radius: 100px;
    bottom: -12px;
    position: absolute;
    height: 60px;
    width: 60px;
    display: flex;
    right: -12px;
    background: white;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.upload-file .btn {
    border: 2px solid #EC5937;
    border-radius: 100px;
}

#upload-file {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    z-index: 1;
    opacity: 0;
    cursor: pointer;
}





/***Form Fields****/
.form-group {
    position: relative;
    /* margin-bottom: 20px; */
}

input#map::placeholder {
    color: var(--gray-color);
    font-weight: 500;
}

.form-group input {
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 16px;
    transition: border-color 0.3s ease;
}

.form-group label {
    position: absolute;
    left: 12px;
    top: 10px;
    font-size: 14px;
    color: #777;
    transition: top 0.3s ease, font-size 0.3s ease, color 0.3s ease;
}

.form-group input:focus {
    border-color: #007bff;
    outline: none;
}

.form-group input:focus+label,
.form-group input:not(:placeholder-shown)+label {
    top: -12px !important;
    font-size: 12px !important;
    color: #007bff;
    background-color: #ffffff;
    padding: 0 4px;
    border-radius: 4px;
    left: 20px;
}



/* -------------media queries--------------- */
@media only screen and (min-width: 768px) {
    .login-width {
        max-width: 500px;
    }
    .login-width-1 {
        max-width: 700px;
    }

    /* .fields .col-md-6{
        width: 49%;
    } */
    .profile-pic {
        border-right: 2px solid #EEEEEE;
    }
    input#address-field-city {
        margin-bottom: 20px;
    }
}

@media only screen and (min-width: 981px) {
    .fix-col {
        position: fixed;
        top: 0;
        right: 0;
    }

    .profile-bg {
        background-size: 50% 100%;
    }

}

@media only screen and (max-width: 767px) {
    .forgot {
        font-size: 10px;
    }
}

@media only screen and (max-width: 1200px) {
    .sign-up-form {
        margin: 0 auto;
    }

    .profile-bg {
        background-size: cover;
    }
}
@media only screen and (max-width: 350px){
    .or:before{
        width: 60%;
    }
}