/*!
 * project-name v0.0.1
 * A description for your project.
 * (c) 2020 YOUR NAME
 * MIT License
 * http://link-to-your-git-repo.com
 */

@font-face {
  font-family: SanaSansAltMedium;
  src: url("../font/SanaSansAlt-Medium.ttf") format("woff2"), url("../font/SanaSansAlt-Medium.ttf") format("ttf");
}

@font-face {
  font-family: SanaSansAltBook;
  src: url("../font/SanaSansAlt-Book.ttf") format("woff2"), url("../font/SanaSansAlt-Book.ttf") format("ttf");
}

@font-face {
  font-family: SanaSansAltBlack;
}

/* line 21, src/sass/style.scss */
html {
  line-height: 1.15 !important;
}

/* line 25, src/sass/style.scss */
body {
  background-color: #f0f0f0;
}

/* line 29, src/sass/style.scss */
h2 {
  font-size: 25px;
  color: #333;
  font-family: "SanaSansAltMedium";
}

/* line 35, src/sass/style.scss */
label {
  font-family: "SanaSansAltMedium";
  font-size: 16px !important;
}

/* line 40, src/sass/style.scss */
p {
  font-family: "SanaSansAltBook";
}

/* line 45, src/sass/style.scss */
input.form-control, input.custom-select, select.form-control, select.custom-select {
  color: #333333 !important;
  -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

/* line 48, src/sass/style.scss */
input.form-control:focus, input.custom-select:focus, select.form-control:focus, select.custom-select:focus {
  border-color: #333333;
  -webkit-box-shadow: none;
          box-shadow: none;
}

/* line 55, src/sass/style.scss */
input, select {
  font-size: 14px !important;
  font-family: "SanaSansAltMedium";
}

/* line 58, src/sass/style.scss */
input.custom-select, select.custom-select {
  border-radius: 25px !important;
}

/* line 61, src/sass/style.scss */
input.rounded-0, select.rounded-0 {
  border-radius: 25px !important;
}

/* line 67, src/sass/style.scss */
#passwordBlock input[type="password"], #passwordBlock input[type="text"] {
  border-top-right-radius: 0px !important;
  border-bottom-right-radius: 0px !important;
}

/* line 72, src/sass/style.scss */
#passwordBlock .input-group-text {
  border-top-right-radius: 25px !important;
  border-bottom-right-radius: 25px !important;
}

/* line 78, src/sass/style.scss */
.selected-flag {
  border-top-left-radius: 25px !important;
  border-bottom-left-radius: 25px !important;
}

/* line 83, src/sass/style.scss */
.form-group {
  position: relative;
}

/* line 85, src/sass/style.scss */
.form-group label {
  display: block;
  text-align: left;
}

/* line 91, src/sass/style.scss */
#scrollable {
  min-width: 320px;
  font-family: "SanaSansAltMedium";
}

/* line 96, src/sass/style.scss */
.is-invalid {
  border-color: #dc3545 !important;
}

/* line 100, src/sass/style.scss */
.password-rules {
  position: absolute;
  z-index: 9999;
  background-color: #fff;
  width: auto !important;
  max-width: 300px;
  border: 1px solid #ebe7eb;
  padding: 1rem;
  -webkit-box-shadow: -5px 0px 20px rgba(0, 0, 0, 0.2);
  box-shadow: -5px 0px 20px rgba(0, 0, 0, 0.2);
  left: 103%;
  bottom: -54px;
  white-space: nowrap;
  min-width: 300px;
}

/* line 114, src/sass/style.scss */
.password-rules span {
  white-space: normal;
}

/* line 117, src/sass/style.scss */
.password-rules::before {
  content: "";
  display: block;
  position: absolute;
  height: 0;
  width: 0;
  border-top: 9px solid transparent;
  border-bottom: 9px solid transparent;
  border-right: 18px solid #fff;
  top: 50%;
  left: -16px;
}

@media (max-width: 1060px) {
  /* line 117, src/sass/style.scss */
  .password-rules::before {
    display: block;
    position: absolute;
    height: 0;
    width: 0;
    border-top: 18px solid #fff;
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
    bottom: -24px;
    top: auto;
    left: 16px;
  }
}

@media (max-width: 1060px) {
  /* line 100, src/sass/style.scss */
  .password-rules {
    left: 0;
    bottom: 112%;
    -webkit-box-shadow: -4px 8px 20px rgba(0, 0, 0, 0.2);
    box-shadow: -4px 8px 20px rgba(0, 0, 0, 0.2);
    word-break: break-word;
    min-width: 250px;
  }
}

@media (max-width: 768px) {
  /* line 152, src/sass/style.scss */
  #birthDay, #birthMonth {
    margin-bottom: .5rem;
  }
}

/* line 157, src/sass/style.scss */
.btn {
  border-radius: 25px;
  font-family: "SanaSansAltMedium";
  font-weight: bold;
}

/* line 161, src/sass/style.scss */
.btn.btn-success {
  background-color: #E0001A;
  border-color: #E0001A;
}

/* line 164, src/sass/style.scss */
.btn.btn-success:active, .btn.btn-success:focus {
  border-color: #AF272F !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  background-color: #AF272F !important;
}

/* line 169, src/sass/style.scss */
.btn.btn-success:hover {
  background-color: #AF272F;
  border-color: #AF272F;
}

/* line 176, src/sass/style.scss */
#toLogin {
  width: auto !important;
  font-size: 16px;
  background: none;
  padding: 0;
  border-radius: 0;
  color: #333333;
  border: none;
  display: inline-block;
  margin: 0 auto;
}

/* line 186, src/sass/style.scss */
#toLogin:hover {
  color: #AF272F;
}

/* line 189, src/sass/style.scss */
#toLogin:active, #toLogin:focus {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  background: none !important;
  border: none !important;
}

/* line 196, src/sass/style.scss */
.card {
  margin-top: 16px;
  border: none;
  border-radius: 0 !important;
  -webkit-box-shadow: 0 0 3px 2px rgba(0, 0, 0, 0.075);
          box-shadow: 0 0 3px 2px rgba(0, 0, 0, 0.075);
}

/* line 202, src/sass/style.scss */
.card a {
  font-family: "SanaSansAltMedium";
  color: #333333;
}

/* line 205, src/sass/style.scss */
.card a:hover {
  color: #AF272F;
}

/* line 208, src/sass/style.scss */
.card a.btn {
  color: #fff;
}

/* line 210, src/sass/style.scss */
.card a.btn:hover {
  color: #ffffff;
}

/* line 214, src/sass/style.scss */
.card a.color-red {
  color: #E0001A;
}

/* line 216, src/sass/style.scss */
.card a.color-red:hover {
  color: #AF272F;
}

/* line 222, src/sass/style.scss */
.card-header {
  background-color: #fff;
  border-bottom: 1px solid #f0f0f0;
  font-family: "SanaSansAltMedium";
}

.card-body #spinner {
  height: 39px;
}

.card-body #spinner .spinner-border{
  width: 20px;
  height: 20px;
}



#toRegistration,
#toRegistration:active,
#toRegistration:focus {
  background-color: #00995B!important;
  border-color: #00995B!important;
}

/* line 229, src/sass/style.scss */
#signInSeparator {
  display: none;
}

/* line 233, src/sass/style.scss */
[id*="facebook"], [id*="google"] {
  display: none;
}

.btn-group-lg>.btn, .btn-lg{
  font-size: 12px !important;
  font-weight: bold;
}




/*#passwordBlock label[for="termsAndConditions"] {
    display: none;
}*/
