.login #login_error, .login .message, .login .success {
	margin-top: 15px !important;
}
p.description {
    color: #d1d1d1 !important;
}
input[type="text"], input[type="password"], input[type="email"], input[type="url"], input[type="tel"], input[type="number"], input[type="date"], input[type="search"], input[type="text"], input[type="password"], input[type="email"], input[type="url"], input[type="tel"], input[type="number"], input[type="date"], input[type="search"], textarea, select {
    background-color: #f5f5f5 !important;
    border: 1px solid #f5f5f5 !important;
    color: #000 !important;
    height: 37px !important;
}

.acf-switch span{
    color: #000 !important;
}
@media (min-width: 350px) {
    body #login {
        width: 100% !important;
        box-sizing: content-box;
    }
}