.login-area {
    background: #e8e8e8;
}
.user-login-form {
    background: white;
    padding: 20px;
    box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.062);
    border-radius: 20px;
}
.inputArea {
    height: 48px;
    background-color: transparent;
    border-bottom: 2px solid rgb(173, 173, 173);
    color: black;
    font-size: 14px;
    font-weight: 500;
    box-sizing: border-box;
    padding-left: 37px;
    border: 1px solid #90b3ff;
    border-radius: 43px;
    font-family: 'Jost';
}
.inputArea:focus {
    outline: none;
    border-bottom: 2px solid rgb(64 123 255);
}
.password-view-area {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
}
.password-view-area i {
    margin-right: 4px;
    padding: 9px 6px;
    cursor: pointer;
    color: #7c7c7c;
}
.login-button button {
    background: #0074d1;
    border: navajowhite;
    padding: 7px 28px;
    cursor: pointer;
    font-size: 15px;
    font-family: 'jost';
    color: white;
    font-weight: 500;
    border-radius: 4px;
    transition: 0.5s;
}
.login-button button:hover {
    background: #89c9ff;
    color: #0074d1;
    transition: 0.5s;
    border-radius: 50px;
}
.forget-links a {
    text-transform: none;
    font-family: 'jost';
    font-weight: 500;
    color: #0074d1;
}
.google-logo-thumnail img {
    height: 25px;
}
.login-with-google {
    background: #f2faff;
    padding: 8px;
    border-radius: 50px;
    border-bottom: 2px solid #b1e1ff;
    transition: 1s;
    cursor: pointer;
}
.login-with-google:hover {
    border-radius: 4px;
    transition: 1s;
}
.signup-links a {
    text-transform: none;
    font-family: 'jost';
    font-weight: 500;
    color: #0074d1;
}
.login-with-google span {
    font-size: 14px;
    font-family: 'Jost';
    font-weight: 500;
    color: #5e5e5e;
}
.sign-in-heading-text h2 {
    font-size: 28px;
    font-family: 'jost';
    font-weight: 500;
    color: #407bff;
    margin-bottom: 2px;
}
.help-message {
    font-size: 12px;
    font-family: 'jost';
    color: #b70703;
    font-weight: 500;
}
.userLogin-thumnail img {
    height: 640px;
    float: right;
}