#success{
  display: none
}

#success-register{
  display: none
}

.profile {
  width: 270px;
  height: 270px;
  border-radius: 50%;
  border: 2px solid #cccccc
}

.bg-background {
  background: rgba(222, 222, 222, 0.5)
}

.btn {
  padding: 10px 20px;
  border-radius: 20px;
}

.btn-gray {
  background-color: #575757;
  color: #ffffff
}

.btn-gray:hover {
  background-color: #575757;
  color: #ffffff
}

.btn-gray--outlined {
  background-color: transparent;
  border: 1px solid #858585;
  color: #858585;
}

.features-circle {
    background-color: #575757;
    height: 125px;
    width: 125px;
    border-radius: 50%;
    margin: auto;
}