@charset "UTF-8";
/* CSS Document */
@import url(https://fonts.googleapis.com/css?family=Raleway:400,600,700,800);

body {
     font-family: 'Raleway', Arial, sans-serif;
}

.clearfix:before, .clearfix:after{
     content: "";
     display: table;
}

.clearfix:after{
     clear: both;
}

a{
     color:#0067ab;
     text-decoration:none;
}

a:hover{
     text-decoration:underline;
}

.form{
     width: 600px;
     margin: 0 auto;
}

input[type='text'], input[type='email'],
input[type='password'] {
     width: 575px;
     border-radius: 2px;
     border: 1px solid #CCC;
     padding: 10px;
     color: #333;
     font-size: 14px;
     margin-top: 10px;
}

input[type='submit']{
     padding: 10px 25px 8px;
     color: #fff;
     background-color: #4c7faf;
     text-shadow: rgba(0,0,0,0.24) 0 1px 0;
     font-size: 16px;
     border: 1px solid #0164a5; 
     border-radius: 2px;
     margin-top: 10px;
     cursor:pointer;
	 width: 100%;
}
input[type='submit']:hover {
     background-color: #7e8083;
}