:root {
  --input-padding-x: 1.5rem;
  --input-padding-y: .75rem;
}

body {
  background: #007bff;
  background: linear-gradient(to right, #0062E6, #33AEFF);
  font-family: Lato;
}

p {
    font-size: small;
    margin-top: 10px
}

.card-signin {
  border: 0;
  border-radius: 1rem;
  box-shadow: 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.1);
}

.card-body img{
      margin-bottom: 1rem;
      display: block;
      margin-left: auto;
      margin-right: auto;
      width: 80%;
}

.card-signin .card-title {
  margin-bottom: 2rem;
  font-weight: 300;
  font-size: 1.5rem;
}

.card-signin .card-body {
  padding: 2rem;
}

.counter {
    padding: 20px 0;
    border-radius: 5px;
}

.count-title {
    font-size: 40px;
    font-weight: normal;
    margin-top: 10px;
    margin-bottom: 0;
    text-align: center;
}

.count-text {
    font-size: 13px;
    font-weight: normal;
    margin-top: 10px;
    margin-bottom: 0;
    text-align: center;
}

.fa-2x {
    margin: 0 auto;
    float: none;
    display: table;
    color: #0053a6;
}


/* Fallback for Edge
-------------------------------------------------- */

@supports (-ms-ime-align: auto) {
  .form-label-group>label {
    display: none;
  }
  .form-label-group input::-ms-input-placeholder {
    color: #777;
  }
}

/* Fallback for IE
-------------------------------------------------- */

@media all and (-ms-high-contrast: none),
(-ms-high-contrast: active) {
  .form-label-group>label {
    display: none;
  }
  .form-label-group input:-ms-input-placeholder {
    color: #777;
  }
}

#frontend_design {
  background: linear-gradient(to right, #0062E6, #33AEFF);
  font-family: Lato;
  height: 100%;
  border-bottom-left-radius: 0px !important;
  border-top-left-radius: 0px !important;
}

#login_design {
  height: 100%;
  border-bottom-right-radius: 0px !important;
  border-top-right-radius: 0px !important;
  margin-right: -24px;
}

@media (max-width: 767px) {
  #login_frontpage_design {
    position: relative;
  }
  #login_design {
    border-top-left-radius: 24px !important;
    border-top-right-radius: 24px !important;
    border-bottom-left-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
    margin-right: 0px;
  }
  #frontend_design {
    height: auto;
    border-bottom-left-radius: 24px !important;
    border-bottom-left-radius: 24px !important;
    border-top-left-radius: 0px !important;
    border-top-right-radius: 0px !important;
  }
}

@media (max-width: 991px){
  #alert_login {
    width: 100%
  }
}


.wave {
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBzdGFuZGFsb25lPSJubyI/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB2aWV3Qm94PSIwIDAgMTQ0MCAzMjAiPjxwYXRoIGZpbGw9IiMwMDYyZTYiIGZpbGwtb3BhY2l0eT0iMSIgZD0iTTAsNjRMMTIwLDk2QzI0MCwxMjgsNDgwLDE5Miw3MjAsMTk3LjNDOTYwLDIwMywxMjAwLDE0OSwxMzIwLDEyMi43TDE0NDAsOTZMMTQ0MCwzMjBMMTMyMCwzMjBDMTIwMCwzMjAsOTYwLDMyMCw3MjAsMzIwQzQ4MCwzMjAsMjQwLDMyMCwxMjAsMzIwTDAsMzIwWiI+PC9wYXRoPjwvc3ZnPg==');
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: bottom;
  position: absolute;
  bottom: 0%;
  width: 100%;
  height: 100%;
  z-index: -1;
  }
  
  