*{
    margin: 0%;
    padding: 0%;
    box-sizing: border-box;
}
input{
    outline: none;
    border: 1px solid #ccc;
}
input:focus{
    border: 1px solid rgb(12, 181, 233);
}
.h{
    margin-top: 20px;
    margin-bottom: 20px;
}
.btn{
    background-color: #5CB85C;
    color: white;
    width: 250px;
    height: 40px;
    margin-bottom: 20px;
    margin-top: 10px;
    border-radius: 5px;
    cursor: pointer;
}
#email{
    width: 80%;
    height: 30px;
    margin-bottom: 10px;

   
}
form{
    
    display: block;
    margin-left: 180px;
  
}