  .def-btn {
    margin-top: -1px;
    border-radius: 8px;
    color: white;
    outline: none;
    background-color: var(--gray-medium);
  }

  .def-btn:hover {
    background-color: black;
    color: white;
  }

.social-login {
    margin-top: 35px;
}

.social-login-buttons {
    margin-top: 25px;
}

.fs-30 {
    font-size: 30px;
  }

