#btn-login {
  width: 90%;
  color: #fff;
  font-size: 16px;
  cursor: pointer;
  text-transform: uppercase;
  border-radius: 25px;
  font-weight: 500;
  font-family: "Roboto", "Helvetica", "Arial", sans-serif;
  border: none;
}

#phone {
  display: inline-block;
  width: 88%;
  background: #fff;
  border: solid 1px #d7d7d7;
  border-radius: 4px;
  color: #797979;
  padding: 10px 12px;
  font-size: 1.6em;
  margin-bottom: 12px;
  box-sizing: border-box;
  text-align: center;
}

#cont_login {
  display: flex;
  flex-direction: column;
  align-items: center;
}

#form_logi {
  width: 100%;
}