@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700;900&display=swap');

body {
    padding-top: 90px;
    background: #f5f7fa;
    font-family: 'Poppins';
}
.panel{
  border-radius: 10px;
}
.panel-login {
  border-color: none;
  box-shadow: rgba(0, 0, 0, 0.12) 0px 30px 90px;
  padding: 10px 40px 10px 40px;
}
.panel-login>.panel-heading {
  color: #00415d;
  background-color: #fff;
  border-color: #fff;
  text-align:center;
  border-radius: 10px;
}
.panel-login>.panel-heading a{
  text-decoration: none;
  color: #666;
  font-weight: bold;
  font-size: 15px;
  -webkit-transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
  transition: all 0.1s linear;
}
.panel-login>.panel-heading a.active{
  color: #1d397c;
  font-size: 24px;
}
.panel-login>.panel-heading hr{
  margin-top: 10px;
  margin-bottom: 0px;
  clear: both;
  border: 0;
  height: 1px;
  background-image: -webkit-linear-gradient(left,rgba(0, 0, 0, 0),rgba(0, 0, 0, 0.15),rgba(0, 0, 0, 0));
  background-image: -moz-linear-gradient(left,rgba(0,0,0,0),rgba(0,0,0,0.15),rgba(0,0,0,0));
  background-image: -ms-linear-gradient(left,rgba(0,0,0,0),rgba(0,0,0,0.15),rgba(0,0,0,0));
  background-image: -o-linear-gradient(left,rgba(0,0,0,0),rgba(0,0,0,0.15),rgba(0,0,0,0));
}
.panel-login input[type="text"],.panel-login input[type="email"],.panel-login input[type="password"],.panel-login input[type="date"],.panel-login input[type="number"]{
  height: 45px;
  border: 1px solid #ddd;
  font-size: 16px;
  -webkit-transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
  transition: all 0.1s linear;
}
.panel-login input:hover,
.panel-login input:focus {
  outline:none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border-color: #ccc;
}
.btn-login {

  /*background: #59B2E0;*/
  background: #1d397c;
  color: #fff;
  border: none; 
  border-radius: 25px; 
  box-shadow: 0px 8px 15px rgba(29,57,124,0.4); 
  transition: all 0.3s ease 0s; 
  cursor: pointer; 
  outline: none; 
  padding: 10px 20px 10px 20px;
  outline: none;
  font-size: 14px;
  height: auto;
  font-weight: normal;
  padding: 14px 0;
  text-transform: uppercase;
}
.btn-login:hover{
  transform: translateY(-2px);
  /*box-shadow: 0px 15px 20px rgba(83, 163, 205, 0.8);*/
  color: #fff;
  background-color: #1d397c;
  /*background-color: #5fbded;*/
}
.forgot-password {
  text-decoration: underline;
  color: #888;
}
.forgot-password:hover,
.forgot-password:focus {
  text-decoration: underline;
  color: #666;
}

.btn-register {
  background: #1d397c;
  color: #fff;
  border: none; 
  border-radius: 25px; 
  box-shadow: 0px 8px 15px rgba(29,57,124,0.4); 
  transition: all 0.3s ease 0s; 
  cursor: pointer; 
  outline: none; 
  padding: 10px 20px 10px 20px;
  outline: none;
  font-size: 14px;
  height: auto;
  font-weight: normal;
  padding: 14px 0;
  text-transform: uppercase;
}
.btn-register:hover,
.btn-register:focus {
  transform: translateY(-2px);
  /*box-shadow: 0px 15px 20px rgba(83, 163, 205, 0.8);*/
  color: #fff;
  background-color: #1d397c;
}
.myspan{
  color: #1d397c;
  font-size: 12px;
}

/* class applies to select element itself, not a wrapper element */
.select-css {
 height: 45px;
  border: 1px solid #ddd;
  font-size: 16px;
  -webkit-transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
  transition: all 0.1s linear;
}

.offer-alert {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  text-align: center;
  padding: 1rem 0;
  background-color: #0773bb;
  font-size: .9rem;
  cursor: pointer;
  z-index: 1;
  color: #fff;
  font-weight: 500;
}

.offer-alert__container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

@media(min-width: 992px) {
  .offer-alert__container {
    display: block;
  }
}

.offer-alert__btn {
  color: #000;
  background-color: #042c6a;
  padding: .5rem .8rem;
  margin-top: .5rem;
  border-radius: 5px !important;
  transition: .2s all;
}

@media(min-width: 922px) {
  .offer-alert__btn {
    margin: 0 .5rem;
  }
}
@media(max-width: 448px) {
     .modal-content {
      width: 94% !important;
     }
  }
@media(max-width: 748px) {
     .modal-content {
      width: 94% !important;
     }
  }
@media(max-width: 1024px) {
     .modal-content {
      width: 80% !important;
     }
  }

.offer-alert__btn:hover,
.offer-alert__btn:focus {
  background-color: var(--primary);
  color: var(--primary-invert);
  text-decoration: none;
  transform: scale(1.1);
}
.modal {
  display: none; /* Hidden by default */
  z-index: 1; /* Sit on top */
  top: 0%;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.2); /* Black w/ opacity */
}
.modal-content {
  background-color: #fefefe;
  margin: 4% auto; 
  padding: 20px;
  width: 30%; 
  border: none;
  border-radius: 10px;
}

.close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}
.close2 {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close2:hover,
.close2:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}
