.sign_up_bg {
    background-image: url("/User/assets/images/sign_up/bg-img.svg");
    background-size: auto;
    background-repeat: no-repeat;
    background-position: 70px -70px;
    /* height: 105vh; */
}

.policy-manager{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.term-policy{
    display: flex;
    gap: 0.6em;
    font-size: 0.8em;
    cursor: pointer;
}

.suign_up_term, .sign_up_policy{
    color: #E50065 !important;
    text-decoration: none !important;
    font-weight: 500 !important;
}

.floating-label-input-extra > label {
    position: absolute;

    top: 50%;
    left: 1.8em;

    color: #999999;
    background: #fff;

    transform: translateY(-50%);

    cursor: text;

    transition: all 0.3s ease-out;
}

.input-text-sp:focus + label,
.input-text-sp:not(:placeholder-shown) + label {
    padding: 0 0.8em;

    top: 0;
    left: 1.7em;

    font-size: 0.8em;
    font-weight: 500;
}

/* password field start */
#eye-hide-cp{
    position: absolute;
    top: 40%;
    right: 1em;
    cursor: pointer;
}

#eye-show-cp{
    position: absolute;
    top: 40%;
    right: 1em;
    display: none;
    cursor: pointer;
}
/* password field end */

.sign-up-submit-btn{
    display: block;
    width: 100%;
    border: none;
    background-color: #E50065;
    color: #fff;
    border-radius: 5px;
    padding: 10px 0;
    font-weight: 600;
}
