#modalformlogin {
    width: 400px;
}

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

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

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