/* Welcome to Compass.
 * In this file you should write your main styles. (or centralize your imports)
 * Import this file using the following HTML or equivalent:
 * <link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css" /> */
@font-face {
  font-family: "Rubik";
  src: url("../fonts/Rubik-Regular.ttf"), url("../fonts/Rubik.woff2") format("woff2");
}
@font-face {
  font-family: "Ebrima";
  src: url("../fonts/ebrima.ttf");
}
.login-page {
  background: #fff !important;
  font-family: "Rubik";
}
.login-page .login-text {
  margin-top: 50px;
  font-family: Ebrima, Rubik;
}
.login-page .login-text a {
  color: #000;
  font-weight: bold;
  font-family: Ebrima, Rubik;
}

.login-page .container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

.kcFormWrapper,
.kcFormWrapper > :not(.top-margin-wrap):first-child,
.kcFormWrapper .top-margin-wrap:before {
  margin-top: 100px;
}

.kcFormWrapper .top-margin-wrap:before {
  /* Make this display: none to remove top-margin */
  content: '';
  display: block;
}

@media only screen and ((max-width: 700px) or (max-height: 800px)) {
  .kcFormWrapper {
    margin-top: 30px;
  }
}

/* Style the tab */
.login-page .tab {
  overflow: hidden;
  margin-bottom: 70px;
}

.init-logo-bigger {
  width: 150px;
  margin: 0 auto;
  margin-bottom: 10px;
}

.login-page .init-need-help {
  margin-top: 25px;
}

.tablinks {
  width: 50%;
  background-color: #e8e8e8;
  color: #00adef;
}

.tablinks.active {
  background-color: #00adef;
  color: #fff;
}

/* Style the buttons inside the tab */
.tab button {
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  transition: 0.3s;
  font-size: 20px;
  background-color: #e8e8e8;
  text-transform: uppercase;
  font-family: "Rubik";
}

@media only screen and (max-width: 700px) {
  .tab button {
    font-size: 18px;
    padding-left: 8px;
    padding-right: 8px;
  }
}

.tab button:first-child {
  border-right: 6px solid #fff;
  text-align: right;
}

.tab button:last-child {
  border-left: 6px solid #fff;
  text-align: left;
}

/* Style the tab content */
.tabcontent {
  display: none;
  padding: 0 15px;
}

.login-page h3 {
  color: #00adef;
  font-family: "Rubik";
  font-size: 29px;
  text-transform: uppercase;
}

.login-page p {
  font-size: 16px;
}

.login-page .text-login {
  margin-top: 20px;
  margin-bottom: 30px;
}

.login-page .input-wrap {
  min-width: 250px;
  max-width: 350px;
}

.login-page .input-wrap input {
  width: 100%;
}

.login-page .label-wrap {
  /* To fit the label */
  margin-bottom: 1.55em;
  font-family: Ebrima, Rubik;
}

.login-page .label-wrap label {
  position: absolute;
}

.login-page input[type='text'],
.login-page input[type='password'],
.login-page input[type='submit'],
.login-page .input-wrap::after {
  box-sizing: border-box;
  height: 52px;
  padding: 13.5px 10px;
}

.login-page input[type='text'], .login-page input[type='password'] {
  border: 1px solid #abacab;
  border-radius: 5px;
  font-size: 20px;
  color: #787c81;
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  -ms-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
  outline: none;
}

.login-page input[type='submit'] {
  border-radius: 5px;
  color: #fff;
  font-family: "Rubik";
  font-size: 18px;
  text-transform: uppercase;
  border: none;
  background: #00adef;
  width: 100%;
  max-width: 275px;
}

.login-page label {
  display: block;
}

.login-page form {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  row-gap: 20px;
  justify-content: space-between;
  align-items: baseline;
}

.login-page form .group {
  position: relative;
  flex: 0 1 25%;
  margin-right: 45px;
}

@media only screen and (max-width: 700px) {
  .login-page form .group {
    flex: 0 1 80%;
    margin-right: 45px;
  }
}

.login-page .input-wrap a {
  font-family: Ebrima, Rubik;
}

.login-page form .group a {
  display: block;
  margin-top: 5px;
}

.login-page a {
  text-decoration: none;
  outline: none;
  color: #00aeef;
  font-size: 16px;
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  -ms-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
}

.login-page .remember {
  display: inline-block;
  margin-top: 20px;
  font-family: Ebrima, Rubik;
}

.login-page input[type='checkbox'] {
  display: inline-block;
}

.login-page form .group .remember input[type='checkbox'] {
  display: none;
}

.login-page form .group .remember label {
  position: relative;
  padding: 0px 40px;
  font-size: 16px;
  cursor: pointer;
}

.login-page form .group .remember label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 22px;
  height: 22px;
  border-radius: 5px;
  border: 1px solid #abacab;
}

.login-page form .group .remember label:after {
  content: '';
  position: absolute;
  left: 3px;
  top: 3px;
  width: 16px;
  height: 16px;
  border: 1px solid #00adef;
  background-color: #00adef;
  border-radius: 5px;
  opacity: 0;
}

.login-page form .group .remember input[type='checkbox']:checked + label:after {
  opacity: 1;
}

.login-page .required-input {
  white-space: nowrap;
}

.login-page .required-input:after {
  content: '*';
  font-weight: bold;
  color: #7ccd33;
  font-size: 24px;
  padding-left: 4px;
  padding-right: 0;
}


.login-page form .group.register-btn {
  display: block;
  margin-top: 25px;
  flex: none;
  margin: 0 auto;
  width: 100%;
  text-align: center;
}

.login-page form .group.register-btn input[type='submit'] {
  margin-top: 25px;
  margin-right: 45px;
}

break{
  flex-basis: 100%;
  width: 0px;
  height: 0px;
  overflow: hidden;
}

.style_error {
    color: #D8000C;
    background-color: #FFD2D2;
    margin: 10px 0px;
    font-size: 1.1em;
    vertical-align: middle;
    border-radius: 5px;
}

.kcInfo {
  margin-top: 10px;
}

.kcFormOptions {
  margin-top : 10px;
}

.alert {
  padding : 5px;
}

.kcBody {
  margin: 0;
  margin-bottom: 20px
}

/* Default components */
.default-display-none {
  display: none;
}
