File: /home/dermova/public_html/me/wp-content/themes/DERMOVIVA WP THEME AR/login/login-styles.css
/* CSS Document */
body.login {
background: #427700;
}
.login h1 a {
background-image: url('../images/dermoviva-logo.png');
background-size: 200px 72px;
width: 200px;
height: 72px;
}
.login form {
margin-left:auto;
margin-right:auto;
padding:30px;
background-clip: padding-box;
background: #FFF;
overflow: hidden;
border-radius: 4px;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
}
.login label {
color: #000;
}
.login .button-primary {
height: 35px;
cursor: pointer;
color: #FFFFFF;
border-radius: 2px;
-moz-border-radius: 2px;
-webkit-border-radius: 2px;
font-size: 12px;
font-weight: 400;
background-color: #000000;
border: none;
padding: 0px 15px;
background: #427700;
font-family: 'futurabold', Geneva, sans-serif;
letter-spacing: 1px;
margin-left: 30%;
}
.login .button-primary:hover, .login .button-primary:active {
background: rgb(248,80,50);
background: -moz-linear-gradient(top, rgba(248,80,50,1) 0%, rgba(241,111,92,1) 50%, rgba(246,41,12,1) 51%, rgba(240,47,23,1) 71%, rgba(231,56,39,1) 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(248,80,50,1)), color-stop(50%,rgba(241,111,92,1)), color-stop(51%,rgba(246,41,12,1)), color-stop(71%,rgba(240,47,23,1)), color-stop(100%,rgba(231,56,39,1)));
background: -webkit-linear-gradient(top, rgba(248,80,50,1) 0%,rgba(241,111,92,1) 50%,rgba(246,41,12,1) 51%,rgba(240,47,23,1) 71%,rgba(231,56,39,1) 100%);
background: -o-linear-gradient(top, rgba(248,80,50,1) 0%,rgba(241,111,92,1) 50%,rgba(246,41,12,1) 51%,rgba(240,47,23,1) 71%,rgba(231,56,39,1) 100%);
background: -ms-linear-gradient(top, rgba(248,80,50,1) 0%,rgba(241,111,92,1) 50%,rgba(246,41,12,1) 51%,rgba(240,47,23,1) 71%,rgba(231,56,39,1) 100%);
background: linear-gradient(to bottom, rgba(248,80,50,1) 0%,rgba(241,111,92,1) 50%,rgba(246,41,12,1) 51%,rgba(240,47,23,1) 71%,rgba(231,56,39,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f85032', endColorstr='#e73827',GradientType=0 );
}
#backtoblog a:link, #backtoblog a:visited {
color: #FFF;
}