* {
  box-sizing: border-box;
}

body {
  font-family: "Sora", �Segoe UI�, �Roboto�, �Oxygen�, �Ubuntu�, �Fira Sans�, �Droid Sans�, �Helvetica Neue�, Helvetica, Arial, sans-serif;
  margin: 0;
}

input,
input.form-control {
  display: block;
  width: 100%;
  height: 48px;
  padding: 2px 16px;
  background-color: #F1F3F5;
  font-size: 14px !important;
  font-weight: 400;
  color: #575553 !important;
  line-height: 1.5;
  background-clip: padding-box;
  border: 2px solid transparent;
  border-radius: 0.45rem;
  box-sizing: border-box;
}

input.form-group:hover,
input:hover {
  transition: all 0.2s ease;
  background-color: #FAFAFA;
}

input.form-group:active,
input.form-group:focus,
input:active,
input:focus {
  background-color: #F1F3F5 !important;
}

h3 {
  font-size: 26px !important;
  font-weight: 700;
  color: #555555;
  text-align: center;
  margin: 0;
  padding-bottom: 20px;
}

a {
  color: #0075DB;
}

header {
  height: 70px;
  margin-bottom: 50px;
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  background-color: #FFFFFF;
  
  display: grid;
  grid-template-columns: 1fr 1fr;
  box-sizing: border-box;
  -webkit-box-shadow: 0 7px 7px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 7px 7px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 7px 7px 0 rgba(0, 0, 0, 0.1);
}

header .item-right {
  align-self: center;
  justify-self: end;
  font-size: 14px !important;
}

.btnLogup{
  font-family: Sora!important;
  font-size: 16px !important;
  color: #4183CA !important;
}

header .item-left {
  align-self: center;
  justify-self: start;
}

header .logo {
  display: inline-block;
  height: 40px;
}

header .gals--claim {
  background: url("img/galsclaim.svg") center no-repeat;
  width: 190px;
}

header a.help {
  font-size: 16px !important;
  text-align: right;
  color: #E20039;
  font-weight: 700;
  text-decoration: none;
  cursor: pointer;
  font-family: Sora!important;
}

header strong {
  display: none;
}

button {
  border-width: 0px !important;
}

.back {
  font-family: "Fira Sans", sans-serif;
  font-weight: 700;
  color: #E31F23;
  opacity: 1;
}

.card {
  margin: 0 auto;
  width: 100%;
  background-color: #FFFFFF;
  box-shadow: none;
  border: 0;
  opacity: 1;
}

.card.card--login-lg {
  border-radius: 15px;
  padding: 32px 28px !important;
  box-shadow: none;
}

.card p:last-child {
  margin-bottom: 0;
}

.card-title {
  text-align: center;
  font: Bold 26px/34px Sora;
  letter-spacing: 0.56px;
  color: #575553;
  opacity: 1;
  margin-bottom: 20px;
}

.form-group {
  margin-top: 16px;
  padding: 10px 0;
  position: relative;
}

.form-group a {

}

.form-group-title {
  text-align: left;
  font: Bold 16px/24px Sora;
  letter-spacing: 0;
  color: #404F60;
  opacity: 1;
  padding-left: 0px !important;
}

.btnLogin {
  background: #E20039 0% 0% no-repeat padding-box!important;
  border-radius: 20px!important;
  opacity: 1;
  font-family: Sora!important;
  width: 170px;
  height: 40px;
  letter-spacing: 0;
  color: #FFFFFF;
  font-size: 16px;
  font-weight: 400;
}

.text-help {
  font: Bold 11px/21px Sora;
  letter-spacing: 0.48px;
  color: #4183CA !important;
  opacity: 1;
  padding-left: 0px !important;
  padding-right: 0px !important;
  font-size: 12px !important;
}


.forgot {
  text-align: right;
}


@media (min-width: 576px) {
  
  body {
    background-color: #FAFAFA; 
  }
  
  header a.help {
    color: #404F60;
    font-weight: 400;
    cursor: default;
    font-size: 16px !important;
  }
  
  header strong {
    display: inline-block;
  }
  
  .card.card--login-lg {
    width: 400px;
    box-shadow: 0 7px 7px 0 rgba(0, 0, 0, 0.1);
  }
}

@media (min-width: 768px) {
  .gals--claim {
    background: url("img/galsclaim.svg") center no-repeat !important;
    width: 290px !important;
  }
}