* {
box-sizing: border-box;
}

*:focus {
	outline: none;
}

.login {
margin: 20px auto;
width: 300px;
}
.login-screen {
background-color: #FFF;
padding: 20px;
border-radius: 5px
}

.app-title {
text-align: center;
color: #777;
}

.login-form {
text-align: center;
}
.control-group {
margin-bottom: 10px;
}

input[type="text"], input[type="password"] {
  text-align: left;
  text-indent:10px;
  background-color: #F3F3F3;
  border: 2px solid transparent;
  border-radius: 15px;
  font-size: 12px;
  font-weight: 600;
  padding: 3px 0;
  width: 110px;
  transition: border .9s;

}

input[type="text"], input[type="password"]:focus {
border: 2px solid #3498DB;
box-shadow: none;
}

.btn {
  border: 2px solid transparent;
  background: #870d17;
  color: #fff;
  font-size: 12px;
  line-height: 15px;
  padding: 4px 0;
  text-decoration: none;
  text-shadow: none;
  border-radius: 15px;
  border: 1px solid #fff;
  box-shadow: none;
  transition: 0.25s;
  display: block;
  width: 80px;
  margin: 0 auto;
}

.btn1 {
  border: 2px solid transparent;
  background: #870d17;
  color: #fff;
  font-size: 12px;
  line-height: 15px;
  padding: 4px 0;
  text-decoration: none;
  text-shadow: none;
  border-radius: 15px;
  border: 1px solid #fff;
  box-shadow: none;
  transition: 0.25s;
  display: block;
  width: 120px;
  margin: 0 auto;
}

.btn:hover {
  background-color: #F90;
    color: #FFF;
}



.login-link {
  font-size: 12px;
  color: #444;
  display: block;
	margin-top: 12px;
}


.class1 A:link {
	font-size: 12px;
	font-style: normal;

	font-variant: normal;
	color: #000;
	text-decoration: none;
	font-weight: bold;}
.class1 A:visited {
	font-size: 12px;
	font-style: normal;

	font-variant: normal;
	color: #000;
	text-decoration: none;
	font-weight: bold;}
.class1 A:active {
	font-size: 12px;
	font-style: normal;

	font-variant: normal;
	color: #000;
	text-decoration: none;
	font-weight: bold;}
.class1 A:hover {
	font-size: 12px;
	font-style: normal;

	font-variant: normal;
	color: #8a0206;
	text-decoration: none;
	font-weight: bold;}
	
	
	
	
.class3 A:link {
	font-size: 12px;
	font-style: normal;

	font-variant: normal;
	color: #fff;
	text-decoration: none;
	font-weight: bold;}
.class3 A:visited {
	font-size: 12px;
	font-style: normal;

	font-variant: normal;
	color: #fff;
	text-decoration: none;
	font-weight: bold;}
.class3 A:active {
	font-size: 12px;
	font-style: normal;

	font-variant: normal;
	color: #fff;
	text-decoration: none;
	font-weight: bold;}
.class3 A:hover {
	font-size: 12px;
	font-style: normal;

	font-variant: normal;
	color: #f4cfcf;
	text-decoration: none;
	font-weight: bold;}
	
	
div.class2 {

	font-size: 16px;
	font-style: normal;
	text-indent: 10px;
	line-height: 40px;
	font-variant: normal;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	}