.form_btn{
/*   font-weight: bold;
*/   width: 180px;
/*   margin: 0 35px 20px ;*/
   height: 40px;
   padding: 8px 15px;
   border-radius: 5px;
   outline: none;
   border: none;
   background: #cb7474;
   color: white;
   font-size: 16px;
}

.username{
   font-weight: bold;
   width: 100%;
/*   margin: 0 35px 20px ;*/
   height: 40px;
   padding: 6px 15px;
   border-radius: 4px;
   border: solid 1px grey;
   outline: none;
   background: #ecebeb;
   color: #748194;
   font-size: 16px;
   font-weight: 350;
}

input:focus {
  border-color: white;
}


.form_div{
padding: 0.5rem;
max-width: 300px;
}