html {
    background: #e8e8e8;
}
.login-area {
    padding: 20px 0px 20px 0px;
}
body, .uk-h1, .uk-h2, .uk-h3, .uk-h4, .uk-h5, .uk-h6, h1, h2, h3, h4, h5, h6, .feat span {
    font-family: "rubik", sans-serif;
}
.uk-link, a {
    color: #272727;
    text-decoration: none;
}
.uk-link:hover, a:hover {
    text-decoration: none;
    color: #0d72ba;
}
.login-svg-thumnail img {
    height: 640px;
}
.login-form-heading-text h2 {
    font-size: 27px;
    font-weight: 500;
    color: #0074d1;
    margin-bottom: 0px;
}
.login-form-heading-text h5 {
    margin: 0;
    font-size: 15px;
    font-weight: 400;
}
.loginForm {
    background: white;
    padding: 20px;
    box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.062);
    border-radius: 20px;
}
.inputField {
    height: 48px;
    background-color: transparent;
    border-bottom: 2px solid rgb(173, 173, 173);
    color: black;
    font-size: 14px;
    font-weight: 400;
    box-sizing: border-box;
    padding-left: 37px;
    border: 1px solid #90b3ff;
    border-radius: 43px;
}
.inputField:focus {
    outline: none;
    border-bottom: 2px solid rgb(64 123 255);
}
.login-button button {
    background: #0074d1;
    border: none;
    padding: 7px 28px;
    cursor: pointer;
    font-size: 15px;
    font-family: 'rubik';
    color: white;
    font-weight: 400;
    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-weight: 400;
    color: #0074d1;
}
.has-error .inputField {
    border-color: #a94442;
}
.help-message {
    font-size: 11px;
    font-family: 'rubik';
    color: #b70703;
    font-weight: 400;
}
.password-view-area {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
}
.password-view-area span {
    margin-right: 4px;
    padding: 9px 6px;
    cursor: pointer;
    color: #7c7c7c;
}
.home-text-link span {
    font-size: 13px;
    font-weight: 400;
}
.home-text-link a {
    color: #0074d1;
}