@import url('https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,600,700,900&subset=latin-ext');

body
{
    font-family: 'Source Sans Pro'!important;
	font-size: 16px;
	background:#fff;
	    
	
	}
h1
{display:none;}
.login
{
	font-weight:400;
	margin:5% auto;
	max-width:250px;
	height:auto;
	background:#eeeeee;

	border: 1px solid #ccc;

    padding: 30px 30px 20px 30px;
 
    
    text-align: center;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
    font-family: 'Source Sans Pro';	
}
input[type="text"], input[type="password"]
{
    display: inline-block;
    padding: 4px 14px!important;
    width:200px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: bold;
    line-height: 30px;
    color: #666;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-color: #fbfbfb;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-family: 'Source Sans Pro';    
}

input[type="text"]:focus, input[type="password"]:focus
{background-color: rgb(250, 255, 189);    font-family: 'Source Sans Pro';   }

input[type="button"]
{
    display: inline-block;
    padding: 4px 14px!important;
    margin-bottom: 0;
    font-size: 1em;
    font-weight: 600;
    line-height: 30px;
    color: #fff;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background:#009fe3;
    border: 1px solid #fafafa;
    border-radius: 5px;
    font-family: 'Source Sans Pro';    
}
input[type="button"]:hover
{
    display: inline-block;
    padding: 4px 14px;
    margin-bottom: 0;
    font-size: 1em;
    font-weight: 600;
    line-height: 30px;
    background: #89b72b;
    color:#fff;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    border: 1px solid #fafafa;
    border-radius: 5px;
	 -webkit-transition: all ease 0.4s;
    -moz-transition: all ease 0.4s;
    transition: all ease 0.4s;
    font-family: 'Source Sans Pro';
}
h2{
    
    font-weight:400; 
    font-size:20px;
    color:#009fe3; 
    margin:10px 0;
    font-family: 'Source Sans Pro';}


/**************************************************************************************************/
@media (max-width: 600px) {
 
 
 .login
{
	margin:auto;
	min-width:80%!important;
	 
}
 
 input[type="text"], input[type="password"], input[type="button"]
{
	margin:auto;
	min-width:85%!important;
	 
}
input[type="button"]
{
	margin:auto;
	min-width:95%!important;
	 
}
