@charset "UTF-8";
html {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    text-size-adjust: 100%;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background-color: #f4f6f8;
    font-size: 11px;
}

body {
    font-size: 1.5rem;
    line-height: 2rem;
    font-weight: 400;
    text-transform: initial;
    letter-spacing: initial;
    color: #212b35;
    font-family: -apple-system, BlinkMacSystemFont, San Francisco, Segoe UI, Roboto, Helvetica Neue, sans-serif
}

@media screen and (min-width: 640px) {
    body {
        font-size: 1.4rem
    }
}

strong {
    font-weight: 600
}

a {
    text-decoration: none;
    color: #0078bd;
    cursor: pointer
}

a:hover {
    color: #0069a6;
    text-decoration: underline
}

.btn {
    font-size: 16px;
    line-height: 1.6rem;
    box-sizing: border-box;
    cursor: pointer;
    display: inline-block;
    padding: 0.9rem 1.5rem;
    margin: 0;
    border-radius: 3px;
    height: auto;
    white-space: nowrap;
    text-transform: none;
    font-family: inherit;
    font-weight: normal;
    position: relative;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-appearance: none;
    -webkit-tap-highlight-color: transparent
}

.btn::-moz-focus-inner {
    border: 0;
    padding: 0
}

.btn-default,
.btn {
    background-color: #ffffff;
    color: #0078bd;
    border: 1px solid #d3dbe2
}

.btn-primary {
    background-color: #695cab;
    color: #ffffff;
    border: 1px solid #695cab;
    -moz-transition: all 1s;
    -o-transition: all 1s;
    -webkit-transition: all 1s;
    transition: all 1s;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active {
    border: 1px solid #0069a6;
    background-image: linear-gradient(-20deg, #b721ff 0%, #21d4fd 100%);
    color: #ffffff;
    text-decoration: none
}

.btn-primary:active,
.btn-primary.active,
.btn-primary.rte-command-active {
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2) inset;
    background: #0069a6
}
.btn.btn--full-width {
    width: 100%;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis
}
.login-form .form-control {
    height: 40px;
    box-shadow:none;
}
.login-form label.control-label {
    font-size: 11px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #434C5E;
}
.checkbox label {
    line-height: 1.4rem;
}
.rd-btn {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding: 10px;
  border: 2px solid #695cab;
  color: #695cab;
  background: #FFF;
  text-align: center;
  position: relative;
  overflow: hidden;
  -webkit-transition: .3s;
  transition: .3s;
}
.btn-default.rd-btn:after {
  position: absolute;
  -webkit-transition: .3s;
  transition: .3s;
  content: '';
  width: 0;
  left: 50%;
  bottom: 0;
  height: 3px;
  background: #695cab;
}
.btn-default.rd-btn:hover {
  border-radius: 30px;
  background: #695cab;
  color: #FFF;
  border-color: #695cab;
}
.rd-btn:hover:after {
  width: 0%;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0;
    color: #212b35;
    font-weight: normal
}

.btn {
    font-weight: 500
}

.dialog-heading,
.dialog-subheading,
.dialog-subheading small {
    text-align: center;
    color: #434C5E;
}

.dialog-heading {
    margin-top: 90px;
    margin-bottom: 0.8rem;
    font-size: 2.4rem;
    line-height: 3.2rem;
    font-weight: 400
}

@media (min-width: 640px) {
    .dialog-heading {
        font-size: 3.3rem;
        line-height: 4rem
    }
}

.dialog-subheading {
    margin-bottom: 2rem;
    color: #637381;
    font-size: 1.6rem;
    line-height: 2.4rem;
    font-weight: 400
}

@media (min-width: 640px) {
    .dialog-subheading {
        font-size: 2rem;
        line-height: 2.8rem
    }
}

@media (max-width: 450px) {
    .dialog-subheading br {
        display: none
    }
}

.login-container {
    max-width: 340px;
    margin: 2rem auto;
    margin-top: 1.6rem
}

.login-container--wide {
    max-width: 640px
}

.dialog-form {
    border-radius: 0;
    box-shadow: none
}

.dialog-form input:-webkit-autofill {
    transition: background-color 99999s ease-in-out 0s
}

.remember-me {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-size: 1.4rem
}

.remember-me label {
    color: #212b35
}

.forgot-password {
    text-decoration: none
}

.logo-kreezalid {
    display: block;
    width: 140px;
    height: 42px;
    margin: 0 auto;
    margin-top: 50px;
    margin-bottom: 20px;
    background-image: url("/img/logo/logo.png");
    background-position: 0 100%;
    background-repeat: no-repeat;
    background-size: contain
}

.visuallyhidden {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    border: 0;
    clip: rect(0 0 0 0)
}

textarea {
    height: 10.6rem;
    width: 100%;
}