@font-face {
  font-family: sofiaProBold;
  src: url(fonts/Sofia/sofiapro-light.otf);
}

body {
  background-color: #F9F9F9;
  font-family: sofiaProBold;
}

main {
  min-height: calc(100vh - 120px);
}


input {
  background-color: white !important;
  width: 100%;
  height: 50px;
  border: 1px solid #535555 !important;
  border-radius: 20px 20px 20px 20px !important;
  box-sizing: border-box !important;
  padding: 0px 20px 0px 20px !important;
  box-shadow: none !important;
}

.btn{
  box-shadow: none !important;
  width: 100%;
  height: 50px;
  background-color: black !important;
  border-radius: 20px 20px 20px 20px !important;
  text-transform: none;
  font-size: 18px;
  font-weight: bold;
}

a {
  color: black !important;
  font-weight: bold !important;
}

#login_card {
  text-align: center;
}

#login_title {
  font-size: 18px;
  font-weight: bold;
  margin-top: 10px;
  margin-bottom: 10px;
}

.password_container {
  position: relative;
}

.show_hide_password {
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;

  position: absolute;
  right: 25px;
  top: 10px;
}


header {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 30px;
  height: 120px;
}

#login_header_logo {
  height: 60px;
  cursor: pointer;
}

footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding:0px 10px 10px 10px;
}

#terms_and_policy {
  display: flex;
  align-items: center;
  justify-content: center;
}
#terms_and_policy a {
  margin: 10px;
}

