﻿.section-access {
  background-color: #f9f9f9;
  background-size: cover;
  background-repeat: no-repeat;
}

.section-access h1 {
  font-weight: 900;
  text-align: center;
  margin-top: 30px;
  font-size: 31px;
  letter-spacing: -0.06em;
  margin-bottom: 48px;
}

.section-access .access-container {
  background-color: #ffffff;
  max-width: 392px;
  width: 100%;
  margin: 10px auto 80px;
  -webkit-box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.14), 0 1px 18px 0 rgba(0, 0, 0, 0.12), 0 3px 5px -1px rgba(0, 0, 0, 0.3);
          box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.14), 0 1px 18px 0 rgba(0, 0, 0, 0.12), 0 3px 5px -1px rgba(0, 0, 0, 0.3);
  border-radius: 19px;
  padding: 26px 29px;
}

.section-access .access-container h2 {
  font-weight: 900;
  letter-spacing: -0.06em;
  line-height: 28px;
  font-size: 22px;
  margin-bottom: 23px;
}

.section-access .access-container label {
  font-size: 15px;
  line-height: 21px;
  margin-bottom: 7px;
  font-weight: bold;
}

.section-access .access-container label i {
  font-size: 18px;
}

.section-access .access-container .form-group {
  margin-bottom: 16px;
}

.section-access .access-container .form-control {
  font-size: 18px;
  line-height: 29px;
  height: 47px;
  padding-left: 20px;
  padding-right:35px;
}

.section-access .access-container .btn.btn-primary {
  background-color: #c62827;
  font-size: 15px;
  font-weight: 700;
  border: none;
  height: 41px;
  width: 100%;
  text-align: center;
  color: #fff;
  line-height: 30px;
  border-radius: 6px;
  margin-top: 16px;
  margin-bottom: 9px;
}

.section-access .access-container .error {
  font-size: 17px;
  color: #c62827;
  padding-top: 12px;
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
}
