
  
/* Title image (The "WordPress Logo") Must use image as a Background!
 * Remember to update the height and width your image's dimensions 
 */
 
 body {
  background-color: #3399ff; /* For browsers that do not support gradients */
  background-image: linear-gradient(#0059b3, #3399ff);
    min-width: 0;
    color: #444;
    font-family: -apple-system,BlinkMacSystemFont,"Helvetica Neue",sans-serif;
    font-size: 16px;
    line-height: 1.4;
}



#login {
    width: 360px;
    padding: 8% 0 0;
    margin: auto;
    border-radius: 5px;

}
 
#login h1 a {   
    background:url(OpenTuitionLogo.png) 0 0 no-repeat;
    width:300px;
    height:52px;
    }
  

#login label {
	color: #000000;
	font-size: 15px;
	font-size: 1.5rem;
    }
    
 .login form .input, .login input[type=password], .login input[type=text] {
    font-size: 20px;
    line-height: 1.33333333;
    width: 100%;
    border-width: .0625rem;
    padding: .1875rem .3125rem;
    margin: 0 6px 16px 0;
    min-height: 40px;
    max-height: none;
    }
    
    .login form {
    margin-top: 20px;
    margin-left: 0;
    padding: 26px 24px 46px;
    font-weight: 400;
    overflow: hidden;
    background: #f1f1f1;
    border: 1px solid #ccd0d4;
    border-radius: 5px;
    box-shadow: 0 1px 3px rgba(0,0,0,.04);
}
    
/*
 * The Submit Button
 */
#login input[type=submit] {
	color: #fff;
	background-color: #3373dc;
	border-radius: 5px;
	border: none;
	border-bottom: 1px solid #ccc;
    }
  
         
.login #backtoblog a, .login #nav a {
    text-decoration: none;
    color: #fff;
    font-size: 16px;
}

.login #backtoblog a:hover, .login #nav a:hover {
    text-decoration: none;
    color: #e6f2ff;
    font-size: 16px;
}


a {
    color: #fff;
    transition-property: border,background,color;
    transition-duration: .05s;
    transition-timing-function: ease-in-out;
        font-size: 12px;

}

