html {
  width: 100%;
  height: 100%;
}

body {
  background-color: #e2eff5;
  color: #002b55;
  position: relative;
  width: 100%;
  height: 100%;
}

h1 {
  margin-top: 0;
}

@media only screen and (max-width: 740px) {
  h1 {
    font-size: 24px;
  }
}

a {
  color: #56b7e9;
  cursor: pointer;
}

a:hover {
  color: #002b55;
}

.alert {
  margin: 32px 0;
}

.alert-text-color {
  color: #989898;
}

.alert-danger {
  color: red;
}

.alert-text-color {
  color: #989898;
}

.alert-info {
  color: #989898;
}

.alert-info::before {
  content: url(../img/done.svg);
}

#violationsList {
  margin: 32px 0;
  color: red;
}

.page-container {
  position: absolute;
  height: 100%;
  width: 100%;
}

@media only screen and (max-width: 740px) {
  .page-container {
    position: relative;
    min-height: calc(100vh - 214px);
    padding-bottom: 156px;
  }
}

/* BUTTON ELEMENT */
.btn {
  display: inline-block;
  outline: none;
  border: none;
  font-size: 24px;
  font-weight: 600;
  height: 50px;
  line-height: 50px;
  text-align: center;
  margin: 0;
  padding: 0;
  text-align: center;
  vertical-align: bottom;
  cursor: pointer;
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
}

.btn-primary {
  background-color: #56b7e9;
  color: white;
}

.btn-primary:hover {
  background-color: #002b55;
  color: white;
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
}

.btn-secondary {
  border: 2px solid #56b7e9;
  background: transparent;
  color: #56b7e9;
  height: 46px !important;
}

.btn-secondary:hover {
  color: #002b55;
  border-color: #002b55;
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
}

.btn:disabled {
  cursor: not-allowed;
  opacity: .35;
}

.btn:disabled:hover {
  background-color: #56b7e9;
}

button.btn-secondary {
  height: 50px !important;
  line-height: 48px;
}

/* HEADER ELEMENT */
header {
  position: fixed;
  top: 0;
  height: 48px;
  display: block;
  width: 100%;
  z-index: 2;
  background-color: #fcfcfc;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}

header .kn-logo, header .kn-anchor {
  height: 48px;
  position: absolute;
}

header .kn-logo {
  width: 168px;
  background: url(../img/logo.svg) center center no-repeat;
  left: 16px;
}

header .kn-anchor {
  width: 32px;
  background: url(../img/anchor.svg) center center no-repeat;
  right: 16px;
}

/* FOOTER ELEMENT */
footer {
  height: 48px;
  background-color: #002b55;
  position: fixed;
  bottom: 0;
  width: 100%;
  color: white;
}

footer .menu-footer {
  list-style: none;
  margin: 0;
  padding: 0 0 0 16px;
}

footer .menu-footer li {
  display: inline-block;
  margin-right: 16px;
  color: rgba(255, 255, 255, 0.5);
  line-height: 48px;
}

footer .menu-footer a {
  color: white;
  font-weight: 600;
  text-decoration: none;
  padding: 6px 0;
}

footer .menu-footer a:hover {
  color: #56b7e9;
}

footer .copyright {
  position: absolute;
  right: 16px;
  top: 0;
  line-height: 48px;
  opacity: .5;
}

@media only screen and (max-width: 740px) {
  footer {
    height: auto;
    position: absolute;
    margin: 10px 0 0 0;
    bottom: 0;
    left: 0;
    padding: 0 10px;
    width: calc(100% - 20px);
    font-size: 14px;
  }
  footer .menu-footer {
    padding: 0;
  }
  footer .menu-footer li {
    width: 100%;
    display: block;
    height: 48px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  }
  footer .menu-footer li a {
    display: block;
    width: 100%;
    padding: 0;
  }
  footer .copyright {
    position: unset;
    height: 48px;
  }
  .ng-scope {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }
}

/* PANEL ELEMENT */
.panel {
  background: #fcfcfc;
  padding: 32px;
  margin: 25vh auto 0 auto;
  width: 480px;
}

.panel--big {
  width: 560px;
}

@media only screen and (max-width: 740px) {
  .panel {
    width: calc(100% - 52px);
    margin: 58px 10px 0 10px;
    padding: 16px;
  }
}

/* FORM ELMENET */
form button, form .btn {
  width: 100%;
}

form input {
  width: 100%;
  border: 0;
  border-bottom: 2px solid #002b55;
  font-size: 20px;
  height: 46px;
  line-height: 24px;
  background: transparent;
  margin-bottom: 32px;
}

form input::-webkit-input-placeholder {
  color: #989898;
}

form input:-ms-input-placeholder {
  color: #989898;
}

form input::-ms-input-placeholder {
  color: #989898;
}

form input::placeholder {
  color: #989898;
}

form input:focus {
  border-color: #56b7e9;
  outline: none;
}

/* PAGE ADAPTATIONS */
@media only screen and (min-width: 741px) {
  .p-error .btn {
    width: 48%;
    margin: 0 3% 0 0;
    padding: 0;
  }
  .p-error .btn:last-child {
    margin: 0;
  }
  .p-login.panel {
    margin-top: 20vh;
  }
  .p-register.panel, .p-support {
    margin-top: 12vh;
  }
}

@media only screen and (max-width: 740px) {
  .p-error .btn {
    width: 100%;
  }
  .p-error .btn:first-child {
    margin: 0 0 16px 0;
  }
}

.p-login .form-group #forgotPassword {
  margin: 0 0 16px 0;
  display: block;
  text-align: right;
}

.p-loading-auto .i-spinner {
  width: 50px;
  height: 50px;
  margin: 0 calc(50% - 25px);
}

.p-support .btn {
  width: 47%;
  margin: 0 3% 0 0;
  padding: 0;
}

.p-support .btn:last-child {
  margin: 0;
}

.p-support .btn.w100 {
  width: 100%;
  margin: 0;
}

.p-activateok img {
  width: 120px;
  height: 120px;
  margin: 24px calc(50% - 60px);
}

.p-forgotpass .btn.w100 {
  width: 100%;
}
/*# sourceMappingURL=rlogin.css.map */
