@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap');
body {
  font-family: 'Inter', sans-serif;
  background: #f4f6f9;
  color: #747474;
  margin: 0px;
}
.social-login img {
  width: 24px;
}
a {
  text-decoration: none;
}

.card {
  font-family: sans-serif;
  width: 500px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 4em;
  margin-bottom: 1em;
  border-radius: 10px;
  background-color: #ffff;
  padding: 1.8rem;
  box-shadow: 2px 5px 20px rgba(0, 0, 0, 0.1);
  z-index: 9;
}

.title {
  text-align: center;
  font-weight: bold;
  margin: 0 0 15px 0;
}
.subtitle {
  text-align: center;
  font-weight: bold;
}
.btn-text {
  margin: 0;
}

.social-login {
  display: flex;
  justify-content: center;
  gap: 5px;
}

.google-btn {
  background: #fff;
  border: solid 2px rgb(245 239 239);
  border-radius: 8px;
  font-weight: bold;
  display: flex;
  padding: 10px 10px;
  flex: auto;
  align-items: center;
  gap: 5px;
  justify-content: center;
}
.fb-btn {
  background: #fff;
  border: solid 2px rgb(69, 69, 185);
  border-radius: 8px;
  padding: 10px;
  display: flex;
  align-items: center;
}

.or {
  text-align: center;
  font-weight: bold;
  border-bottom: 2px solid rgb(245 239 239);
  line-height: 0.1em;
  margin: 25px 0;
}
.or span {
  background: #fff;
  padding: 0 10px;
}

.email-login {
  display: flex;
  flex-direction: column;
}
.email-login label {
  font-size: 16px !important;
  line-height: 24px !important;
  color: rgb(170 166 166);
}

input[type="text"],
input[type="password"] {
  padding: 15px 20px;
  margin-top: 8px;
  margin-bottom: 15px;
  border: 1px solid #ccc;
  border-radius: 10px;
  box-sizing: border-box;

  font-size: 16px !important;
  line-height: 24px !important;
  color: #000 !important;
}
.forget-pass {
  font-size: 16px !important;
  line-height: 24px !important;
    color: #007bff;
    text-decoration: none;
    background-color: transparent;
}
.cta-btn {
  background-color: #2176cc;
  color: white;
  padding: 18px 20px;
  margin-top: 10px;
  margin-bottom: 20px;
  width: 100%;
  border-radius: 10px;
  border: none;
  width: 100%;
  display: block;
  text-align: center;
}
.cta-btn:hover{
  text-align: center;
  color: #FFF;
  text-decoration: none;
}
.forget-pass {
  text-align: center;
  display: block;
}
.top-logo-holder.login{
  width: 220px;
  height: auto;
  display: block;
  margin: 0 auto 10px;
  position: relative;
  z-index: 99;
  top: auto;
  left: auto;
}
.top-logo-holder.login img{
  width: 100%;
  height: auto;
  display: block;
}
.type-select{
    padding: 15px 20px !important;
    margin-top: 8px !important;
    margin-bottom: 15px !important;
    box-sizing: border-box !important;

    vertical-align: middle !important;
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right .75rem center/8px 10px !important;
    background-color: #fff !important;
    border: 1px solid #c3cad8 !important;
    border-radius: 10px !important;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    appearance: none !important;

    font-size: 16px !important;
    line-height: 24px !important;
    color: #000 !important;
}

.email-login ::-webkit-input-placeholder {
  font-size: 16px !important;
}

.email-login :-ms-input-placeholder {
  font-size: 16px !important;
}

.email-login ::placeholder {
  font-size: 16px !important;
}
.greeting{    margin-top: 0px;
  font-family: 'Dancing Script', cursive;
  font-size: 64px;
  font-weight: 800;
  animation: changeShad 3s infinite;
  color: #fff;
  text-align: center;
}