body{
  font-family: 'Muli', sans-serif;
  
}
h3{
  color: #007bac;
    padding-bottom: 0rem;
    font-weight: bold;
    font-size: 22px;

}
.cname{
	   position: absolute;
    left: 0px;
}
.password{
	  position: absolute;
    left: 0px;
}
.username{
    position: absolute;
    left: 0px;
}
.card{
	background:#f0f8ff;
	    padding: 5px 3.25rem;
}
input, select{
	margin-left:70px;
}
a{
  color: #333;
}
a:hover{
  color: #E8D426;
  text-decoration: none;
}
.form-control:focus {

    color: #000;
    background-color: #fff;
    border:2px solid #E8D426;
    outline: 0;
    box-shadow: none;

}

.btn{
     background: #d8d8d8;
    border: 1px solid #000;
    color: black;
}
.btn:hover {
  background: #E8D426;
  border: #E8D426;
}