#modalformlogin {
    width: 400px;
}

#modalformlogin input[type="email"], #modalformlogin input[type="password"] {
    width: 96%;
    height: 25px;
}

.select_job_review {
    color: #3f48cc;
    padding-bottom: 5px;
}

.select_job_review:hover {
    cursor: pointer;
    text-decoration: underline;
}

.job_select {
    font-weight: bold;
}

.modalformlogin_forgotForm {
}

@media (max-width: 979px) {
    #rating_publicreview h1 {
        color: white;
    }

    #rating_publicreview h1 a {
        color: #ddddf9 !important;
    }
}