* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin:0px;
  padding:0px;
   font-family: verdana;
}
body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: auto;
	padding-top:10%;
}
html{
    background: url(../img/doctor.jpg) no-repeat center center;
    background-attachment: fixed;
    background-size: cover;
}
p{
	text-align:center;
	color: #14BACE;
	margin: 1% 0%;
	font-size: 1.5em;
}
form {
  position: relative;
  z-index: 1;
  background: flat;
  max-width: 320px;
  margin: 0 auto 100px;
  padding: 15px 20px;
  text-align: center;
  border: 1px solid #14BACE;
  box-shadow: 0 0px 10px #14BACE !important;
}
form img{
    width: 50%;
    margin-bottom: 5%;
    padding: 5%;
}
form input{
  font-family: "Roboto", sans-serif;
  outline: 0;
  background: rgba(0,0,0,.0);
  border: 1px;
  border-bottom: 1px solid #14BACE;
  color: #14BACE;
  width: 100%;
  border: 0;
  margin: 0 0 10px;
  padding: 10px;
  font-size: 20px;
}
form input:focus {
  border-bottom:2px solid #14BACE;
}
form input[type="submit"]{
      border: 1px solid #14BACE;
    box-shadow: 0 0px 10px #14BACE !important;
  background: #14BACE;
  cursor:pointer;
    color:white;
}
h2{
  color: #14BACE;
  font-size: 1.5em;
  padding: 10px 30px;
  border-radius:5px;
  background:#fff;
}
form input[type="submit"]:hover,.form input[type="submit"]:active,.form input[type="submit"]:focus {
  color: #14BACE;
  background: rgba(255,255,255,.2);
    border:1px solid #14BACE;
}
.bordes{
	border-bottom:1px solid #14BACE;
}
ul{
    display: block;
    color: white;
    list-style: none;
    font-size: .8em;
    font-weight: bold;
}
