.sign-in-header-V3 {
    color: var(--sd-neutral-800);
    text-align: center;
    font-size: 22px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -0.6px;
    margin-bottom: 32px;
    margin-top: 10px;
}

#login_form_div .signup-input-label {
    color: #404040;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    font-style: normal;
    margin-bottom: 4px;
}

#login_form_div .login-input-filed {
    border-radius: 8px;
    border: 1px solid #D4D4D4;
    box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05);
    height: 50px;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    font-style: normal;
}

#login_form_div .login-input-filed:focus {
    border-width: 1px;
    border-color: #00a37d99;
    outline: 2px solid transparent;
    outline-offset: 2px;
    box-shadow: 0 0 0 0 #fff, 0 0 0 calc(4px + 0px) #00a37d3d, 0 0 #0000;
}

#login_form_div input[type='submit'] {
    height: 48px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    border-radius: 8px;
    background-color: #008062;
    border: 1px solid #008062;
    color: #FFF;
    font-size: 16px;
}

#login_form_div input[type='submit']:hover {
    opacity: 0.85;
}

#login_form_div .policy {
    margin-top: 20px;
    margin-bottom: 20px;
}

.multi-signin-modal .login-form-container {
    width: 100%;
}

.sd-input-field:focus + .sd-input-label-v3,
.sd-input-field:not(:placeholder-shown) + .sd-input-label-v3 {
    top: 0;
    color: #262626;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: -0.28px;
}

.sd-input-label-v3 {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    color: #525252;
    position: absolute;
    left: 14px;
    top: 50%;
    transform: translateY(-50%);
    padding: 0 5px;
    background: var(--modal-background);
    pointer-events: none;
    transition: 0.3s ease all;
}

.sd-input-field {
    font-weight: 400;
    line-height: 24px;
    width: 100%;
    padding: 14px 16px;
    font-size: 16px;
    outline: none;
    border-radius: 8px;
    border: 1px solid #E3E4EB;
    background: var(--modal-background);
    color: var(--sd-neutral-800);
    font-style: normal;
}

.sd-input-container-v6 {
    position: relative;
    margin-bottom: 24px;
}

.password-container-v2 {
    position: relative;
    margin-bottom: 16px;
}
