
.login-banner-section {
    background: #EBEBE6;
    padding-top: 50px;
    padding-bottom: 28px;
}
.login-banner-wrapper h1 {
    font-size: 20px;
    line-height: 24px;
    text-transform: uppercase;
}
.login-banner-wrapper p {
    opacity: 60%;
    margin-top: 4px;
}

.page-login-section {
    padding-top: 40px;
    padding-bottom: 60px;
}
.login-form-box {
    width: 100%;
    max-width: 520px;
    background: #EBEBE6;
    padding: 65px 50px;
}
.forget-btn {
    font-size: 14px;
    text-align: right;
    width: 100%;
    /* opacity: 70%; */
    margin-top: 10px;
}

.login-checkbox label {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    margin-bottom: 25px;
    font-size: 14px;
    line-height: 1;
    color: #000;
}
/* .select-field-color {
    color: #6c757d;
} */
/* .select-field-color option:first-child
{
    color: red;
} */

.or-box{
    padding-top: 14px;

}
.or-box p {
    font-size: 14px;
    text-align: center;
}
.login-options-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 25px;
    gap: 40px;
}
.login-options-box a {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
}
.login-wrapper {
    display: flex;
    gap: 40px;
    max-width: 1540px;
    margin: 0 auto;
}
.register-form-box {
    width: 100%;
    max-width: 865px;
    margin-left: auto;
}
.two-input-box {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}
.three-input-box {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 20px;
}
.two-input-box .form-group {
    margin-bottom: 0;
}
.register-form .login-checkbox {
    margin: 25px 0px;
}
.register-form .login-checkbox label {
    margin: 0px;
}
.register-form-box .login-options-box {
    flex-direction: row;
    gap: 110px;
    justify-content: center;
}
.or-divider {
    display: grid;
    max-width: 100px;
    width: 100%;
    justify-content: center;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    gap: 7px;
    margin: 0 auto;
}
.or-divider hr {
    opacity: 1;
}
.account-setting-wrapper {
    display: flex;
    gap: 70px;
}
.account-setting-section {
    width: 100%;
}
.main-profile-image {
    min-width: 240px;
    width: 240px;
    height: 240px;
    object-fit: cover;
    border-radius: 100%;
}
.three-box{
    grid-template-columns: repeat(3, 1fr);
}
.payment-checkbox {
    display: flex;
    align-items: center;
}
.payment-checkbox label{
    margin-bottom: 0;
}
.section-heading {
    font-size: 25px;
}
.input-btn {
    min-height: 55px;
}

.page-ac-section {
    padding-top: 50px;
    padding-bottom: 60px;
}
.main-profile-image-box {
    position: relative;
}
.file.file--upload label {
    position: absolute;
    bottom: 5px;
    right: 10px;
    border: 1px solid #000000;
    width: 52px;
    height: 52px;
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    cursor: pointer;
}
.remove-profile-pic {
    position: absolute;
    bottom: 5px;
    left: 10px;
    border: 1px solid #000000;
    width: 52px;
    height: 52px;
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    cursor: pointer;
}
.page-Profile-section {
    background: #EBEBE6;
    padding-top: 50px;
    padding-bottom: 78px;
}
.profile-img img {
    width: 46px;
    height: 46px;
    object-fit: cover;
    border-radius: 100px;
}
.profile-img-bx{
    display: flex;
    align-items: center;
    gap: 16px;
}
.profile-followers-box {
    display: flex;
    padding: 22px 22px;
    border: 1px solid #0000001a;
    justify-content: space-between;
}
.profile-followers-section {
    padding-top: 33px;
    padding-bottom: 60px;
}
.login-box-center {
    justify-content: center;
}
.login-btn-box {
    display: flex;
    align-items: center;
}

.form-control.is-invalid, .was-validated .form-control:invalid {
    background-image: none;
}

.form-control.textarea {
    height: 55px;
}
.login-btn-box {
    display: flex;
    align-items: center;
    margin-top: 20px;
    justify-content: flex-end;
}
.login-btn-box .input-btn {
    max-width: 420px;
    margin: 0 auto;
}

.login-close-product {
    width: 20px;
    height: 20px;
    border: 1px solid #000000;
    border-radius: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 3px;
    right: 3px;
    background: #fff;
    cursor: pointer;
}

.login-close-product img {
    width: unset;
}

/* .two-input-box.alteration-info {
    grid-template-columns: 1.8fr 0.5fr 0.5fr 0.5fr;
} */