@charset "UTF-8";

/*
Theme Name: Maria
Author: MyPreview
Description: Used to custom style of Maria theme login page.

Warning: DO NOT EDIT DEFAULT VALUES. 
Only edit if you know what to do! If you edit this without any knowledge on css it might break the theme!

*/
body.login{background-repeat:no-repeat;background-attachment:fixed;-webkit-background-size:cover;-moz-background-size:cover;background-size:cover;-o-background-size:cover;background-position:50% 0!important}.login label{font-size:12px;color:#555}.login input[type="text"]{background-color:#fff;border-color:#ddd;-webkit-border-radius:4px}.login input[type="password"]{background-color:#fff;border-color:#ddd;-webkit-border-radius:4px}.login .button-primary{width:120px;float:right;background-color:#17a8e3!important;background:-webkit-gradient(linear,left top,left bottom,from(#17a8e3),to(#17a8e3));background:-webkit-linear-gradient(top,#17a8e3,#17a8e3);background:-moz-linear-gradient(top,#17a8e3,#17a8e3);background:-ms-linear-gradient(top,#17a8e3,#17a8e3);background:-o-linear-gradient(top,#17a8e3,#17a8e3);background-image:-ms-linear-gradient(top,#17a8e3 0%,#17a8e3 100%);color:#fff;-webkit-border-radius:4px;border:1px solid #0d9ed9}.login .button-primary:hover{background-color:#17a8e3!important;background:-webkit-gradient(linear,left top,left bottom,from(#17a8e3),to(#0d9ed9));background:-webkit-linear-gradient(top,#17a8e3,#0d9ed9);background:-moz-linear-gradient(top,#17a8e3,#0d9ed9);background:-ms-linear-gradient(top,#17a8e3,#0d9ed9);background:-o-linear-gradient(top,#17a8e3,#0d9ed9);background-image:-ms-linear-gradient(top,#0b436e 0%,#0d9ed9 100%);color:#fff;-webkit-border-radius:4px;border:1px solid #0d9ed9}.login .button-primary:active{background-color:#17a8e3!important;background:-webkit-gradient(linear,left top,left bottom,from(#0d9ed9),to(#17a8e3));background:-webkit-linear-gradient(top,#0d9ed9,#17a8e3);background:-moz-linear-gradient(top,#0d9ed9,#17a8e3);background:-ms-linear-gradient(top,#0d9ed9,#17a8e3);background:-o-linear-gradient(top,#0d9ed9,#17a8e3);background-image:-ms-linear-gradient(top,#0d9ed9 0%,#17a8e3 100%);color:#fff;-webkit-border-radius:4px;border:1px solid #0d9ed9}