.header-login{
  color: #D92765;
  border: none !important;
  text-align: center;
}
.ec-blockBtn--cancel{
  background-color: #7F7F7F;
}
.w-30{
  width: 30% !important;
}
.w-70{
  width: 70% !important;;
}
.btn-signup{
  border: none;
  border-radius: 50px;
  padding: 2px 10px;
  color: white;
  background-color: #D92765;
  .icon-btn-signup{
    width: 20px;
  }
}
.btn-signup:hover{
  color: white;
  background-color: #c0235b;
}
@media only screen and (max-width: 991px) {
  .container-btn-login {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
