Files
hustoj/web/bsadmin/assets/css/login.css
2024-10-10 12:56:56 +08:00

52 lines
1.1 KiB
CSS

.login-logo {
text-align: center;
margin-bottom: 15px; }
.login-logo span {
color: #fff;
font-size: 24px; }
.login-logo img {
height: 75px; }
.login-content {
margin: 100px 0; }
.login-form {
background: #fff;
padding: 30px 30px 20px;
border-radius: 2px; }
.login-form h4 {
color: #878787;
text-align: center;
margin-bottom: 50px; }
.login-form .checkbox {
color: #878787; }
.login-form .checkbox label {
text-transform: none; }
.login-form .btn {
width: 100%;
text-transform: uppercase;
font-size: 14px;
padding: 15px;
border: 0px; }
.login-form label {
color: #878787;
text-transform: uppercase; }
.login-form label a {
color: #f96332; }
.social-login-content {
margin: 0px -30px;
border-top: 1px solid #e7e7e7;
border-bottom: 1px solid #e7e7e7;
padding: 30px 0px;
background: #fcfcfc; }
.social-button {
padding: 0 30px; }
.social-button i {
padding: 19px; }
.register-link a {
color: #f96332; }
/*# sourceMappingURL=login.css.map */