/**
 * Custom Login
 * @use: custom_login_get_setting( '' );
 */

/* Start Custom user input */
#loginform .button-primary { transition: all 0.25s ease-in-out; -webkit-transition: all 0.25s ease-in-out; -moz-transition: all 0.25s ease-in-out; -moz-border-radius: 8px; -webkit-border-radius: 8px; -khtml-border-radius: 8px; border-radius: 8px; margin: 5px auto 0 auto; border: 0; cursor: pointer; background: #ca766b; color: #fff }
#loginform .button-primary:hover { background: #5f2119 }

/* End custom user input */

/* html background */
html {
	background: #FFFFFFF !important;
}




/* Diplays the custom graphics for the login screen*/
#login form {
    background: #5fb3a3 url( '' ) center top no-repeat;
	padding-top:20px; }
   

/* Hides the default Wordpress Login content*/
#login form {
    /* border radius */
    -moz-border-radius: 11px;
    -khtml-border-radius: 11px;
    -webkit-border-radius: 11px;
    border-radius: 11px;
    /* border */
    border: 1px solid #5fb3a3;
    /* box shadow */
    -moz-box-shadow: 5px 5px 18px #5fb3a3;
    -webkit-box-shadow: 5px 5px 18px #5fb3a3;
    -khtml-box-shadow: 5px 5px 18px #5fb3a3;
    box-shadow: 5px 5px 18px #5fb3a3;
}

.login h1 a {
	background: url( 'http://terapeuti.ro/wp-content/themes/wp-therapy/images/logo-terapeuti-login.png' ) no-repeat scroll center top transparent;
}

label {
	color: #ffffff !important;
}

