
.bg-btnVolver {
    background: rgb(180, 17, 47);
    background: -moz-linear-gradient(180deg, rgba(180, 17, 47, 1) 0%, rgba(139, 13, 36, 1) 100%);
    background: -webkit-linear-gradient(180deg, rgba(180, 17, 47, 1) 0%, rgba(139, 13, 36, 1) 100%);
    background: linear-gradient(180deg, rgba(180, 17, 47, 1) 0%, rgba(139, 13, 36, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#b4112f", endColorstr="#8b0d24", GradientType=1);
    border-radius: 15px;
    padding: 0.5rem 2rem;
  }

  .def-btn {
    margin-top: -1px;
    border-radius: 10px;
    color: white;
    outline: none;
    background-color: var(--main-orange);
  }
  
  .def-btn:hover {
    background-color: #9a4407;
    color: white;
  }


.social-login {
    margin-top: 35px;
}

.social-login-buttons {
    margin-top: 25px;
}

.btn-link-1 {
    display: inline-block;
    height: 50px;
    margin: 5px;
    padding: 16px 20px 0 20px;
    font-size: 16px;
    font-weight: 300;
    line-height: 16px;
    color: #fff;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

.fs-30 {
    font-size: 30px;
  }

