.signup-area {
    background: #e8e8e8;
}
.user-signup-thumnail img {
    height: 640px;
}
.user-signup-form {
    background: white;
    padding: 20px;
    border-radius: 11px;
    box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.062);
}
.sign-up-heading-text h2 {
    font-size: 28px;
    font-family: 'jost';
    font-weight: 500;
    color: #407bff;
    margin-bottom: 2px;
}
input.error {
    border: 1px solid #f12f36;
}
.login-text-link span {
    font-size: 13px;
    font-family: 'Jost';
    font-weight: 500;
}
.login-text-link a {
    color: #0074d1;
}