Current File : /home/bqrcodec/contact.fpt.auto/wp-content/uploads/custom-css-js//56688.css
<!-- start Simple Custom CSS and JS -->
<style type="text/css">
/* Change background color of login screen */
body.login {
background-color: #f5f5f5;
}
/* Change the logo image */
.login h1 a {
background-image: url('your-image-url-here');
background-size: contain;
width: 100%;
height: 100px;
}
/* Change the colors of the login form */
.login form {
background-color: #fff;
border: 1px solid #ddd;
box-shadow: 0 0 5px rgba(0,0,0,.1);
}
.login form label {
color: #555;
}
.login form input[type="text"],
.login form input[type="password"] {
background-color: #f9f9f9;
border: 1px solid #ddd;
color: #555;
}
/* Change the color of the login button */
.login form input[type="submit"] {
background-color: #0085ba;
border-color: #0073aa;
color: #fff;
text-shadow: none;
}
/* Change the color of the login button on hover */
.login form input[type="submit"]:hover {
background-color: #0073aa;
border-color: #006799;
color: #fff;
}
/* Style the secondary button */
.iloveproid-btn.button-secondary {
background-color: #ccc;
border: 1px solid #aaa;
color: #555;
padding: 10px 20px;
text-decoration: none;
display: inline-block;
margin-top: 20px;
}
.iloveproid-btn.button-secondary:hover {
background-color: #ddd;
border-color: #999;
color: #555;
}
/* Style the language plugin */
.gtranslate_wrapper.gt_container--mw39c0 {
display: flex;
justify-content: flex-end;
}
.gtranslate_wrapper.gt_container--mw39c0 select {
padding: 5px;
border: none;
background-color: #f9f9f9;
color: #555;
margin-top: 10px;
}</style>
<!-- end Simple Custom CSS and JS -->