/*
Click nbfs://nbhost/SystemFileSystem/Templates/Licenses/license-default.txt to change this license
Click nbfs://nbhost/SystemFileSystem/Templates/Other/CascadeStyleSheet.css to edit this template
*/
/* 
    Created on : 22 Jun 2022, 19:26:35
    Author     : joshua
*/
.social {
  margin-top: 1em;
  margin-bottom: 2em;
  text-align: center;

  font-family: "Poppins", sans-serif;
}

.auth-btn {
  display: block;
  width: 250px;
  margin: 0 auto;
  margin-bottom: 0.5em;
  font-size: 16px;
  cursor: pointer;
  text-align: center;
  font-weight: 600;
  font-size: 15px;
  color: #fff;
  padding: 9px 14px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
  display: inline-block;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  text-align: center;
}


.theme-btn2 {
    display: block;
    border: none;
    background-color: #d32d3d !important;
}
.theme-btn1 {
  display: block;
  border: none;
  background-color: #4267b2 !important;
}
.theme-btn {
  display: block;
  border: none;
  background-color: #fc5200 !important;
}
.card-text {
  font-family: "Poppins", sans-serif;
  margin: 1em 0;
  font-size: 0.9rem;
  color: var(--light-text);
  font-weight: 700;
}
