* {
box-sizing: border-box;
}

*:focus {
	outline: none;
}
body {
font-family: Arial;
background-color:#FFF ;
	background-image: url('Fairview Logo.jpg') ;
	background-repeat: no-repeat;
	background-position: top;
padding: 0px;
}

.top-panel
{        

	background-image: url('LogMeIn123-logo.png') ;
	background-repeat: no-repeat;
    width:100%;
    height:100px;
    float:top;      
	padding: 0px;
}

.login {
margin: 300px auto;
width: 300px;
border-style: solid;
border: 1px solid #3498DB;
border-radius: 5px;
}
.login-screen {
background-color: #fff;
padding: 20px;
border-radius: 5px

}

.app-title {
text-align: left;
color: #777;
}

.login-form {
text-align: center;
}
.control-group {
margin-bottom: 10px;
}

input[type="text"]{
text-align: center;
background-color: #3498DB;
color:#fff;
border: 2px solid transparent;
border-radius: 3px;
font-size: 16px;
font-weight: 200;
padding: 10px 0;
width: 250px;
transition: border .5s;
}

input[type="submit"]{
text-align: center;
background-color: #33cc77;
color:#fff;
display: block;
border: 2px solid transparent;
border-radius: 3px;
font-size: 16px;
font-weight: 200;
padding: 10px 0;
width: 250px;
transition: border .5s;
}




input:focus {
border: 2px solid #3498DB;
box-shadow: none;
}

.btn {
  border: 2px solid transparent;
  background: #3498DB;
  color: #ffffff;
  font-size: 16px;
  line-height: 25px;
  padding: 10px 0;
  text-decoration: none;
  text-shadow: none;
  border-radius: 3px;
  box-shadow: none;
  transition: 0.25s;
  display: block;
  width: 250px;
  margin: 0 auto;
}

.btn:hover {
  background-color: #2980B9;
}

.login-link {
  font-size: 12px;
  color: #444;
  display: block;
	margin-top: 12px;
}