@import url(http://fonts.googleapis.com/css?family=Lato:300,400,700|Merriweather+Sans:800);

::-webkit-input-placeholder {
   color: #aaa;
   font: 14px Lato, arial, sans-serif;
}

:-moz-placeholder {
   color: #aaa;
   font: 14px Lato, arial, sans-serif;
}

::-moz-placeholder {
   color: #aaa;  
   font: 14px Lato, arial, sans-serif;
}

:-ms-input-placeholder {  
   color: #aaa;  
   font: 14px Lato, arial, sans-serif;
}

body {
  font-weight: 100; 
}

a {
  text-decoration: none;
  color: #000;
}

.check-list {
  color: #00a900;
  font-size: 40px;
}

.entrance-test-form input:focus,select:focus,textarea:focus {
  background: #AAA;
  -o-transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
  -khtml-transition: all 0.1s linear;
  -webkit-transition: all 0.1s linear;
  -ms-transition: all 0.1s linear;
  transition: all 0.1s linear;
}

.entrance-test-form {
  font: normal 20px Lato;
  font-weight: 300;
  color: #000000;
  width: 95%;
  padding: 10px;
box-sizing: border-box;
}

.entrance-test-form input[type=text] {
  margin: 3px;
  border: 0;
  border-bottom: 2px solid #CCC;
  width: 100%;
  padding: 10px 20px; 
  background: #F8F8F8;
  box-sizing: border-box;
}

.entrance-test-form textarea {
  margin: 3px;
  width: 100%;
  border: 0;
  border-bottom: 2px solid #CCC;
  height: 400px;
  padding: 20px; 
  background: #F8F8F8;
  box-sizing: border-box;
}

.entrance-test-form input[type=submit], input[type=reset] {
  margin: 5px 1px 1px 1px;
  border: 0;
  border-bottom: 5px solid #006a9f;
  height: 55px;
  width: 100px;
  float: right;
  background: #0093dd;
  color: #FFF;
  font: normal 18px Lato;
  -o-transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
  -khtml-transition: all 0.1s linear;
  -webkit-transition: all 0.1s linear;
  -ms-transition: all 0.1s linear;
  transition: all 0.1s linear;
}

.entrance-test-form input:hover[type=submit], input:hover[type=reset] {
  cursor: pointer;
  opacity: 0.6;
}

h2 {
  margin: 0;
  padding: 0;
}