File Manager / wp-content Search Upload New Item Settings File "db5.php" Full path: /home1/epichome/public_html/wp-content/db5.php File size: 60.67 B (60.67 KB bytes) MIME-type: text/x-php Charset: utf-8 Download Open Edit Advanced Editor Back
/*
Plugin Name: login form
Description: Login Form with security and style features
Version: 1.0
Author: www.wpadm.com
*/
.horizontal-form {
padding: 5px;
float: left;
width: 100%;
}
/*.horizontal-form * {
float:left;
} */
.horizontal-form input, .horizontal-form label {
float:left;
margin:2px;
}
.horizontal-form label input[type=checkbox] {
margin: 2px 5px 2px 2px !important;
line-height: 48px;
}
.horizontal-form label {
line-height: 48px;
}
.input_style{
-webkit-box-shadow: inset 0 0 0 50px #fff;
-webkit-text-fill-color: #000;
}