/*
    Timetjek Tjekin login
*/

body {
  background: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "Roboto", "Helvetica Neue", Arial, sans-serif;
  font-weight: 400;
}

h1, h2, h3 {
  -webkit-margin-before: 0em;
  -webkit-margin-after: 0em;
}

a {
  color: #848484;
  text-decoration: none;
}

.logo {
  max-width: 350px;
  margin: 0 auto;
  display: block;
  margin-bottom: 10px;
}

.logo-clock {
  max-width: 350px;
  margin: 0 auto;
  display: block;
  margin-top: 4px;
}

.wrapper {
  background: rgba(38, 125, 189, 0.9)!important;
  height: 100vh;
  max-width: 100%;
}

.content {
  max-width: 450px;
  margin: 0 auto;
  position: relative;
  top: 50%;
  transform: translateY(-60%);
  overflow: hidden;
}

h3.login-header, h3.register-header {
  color: #fff;
  font-size: 19px!important;
  font-weight: 400;
  margin-bottom: 15px;
}

.support {
  font-size: 16px;
  color: #217fc2;
  padding: 10px;
  text-align: right;
  padding-bottom: 0;
}

.support a {
  color: #fff;
}

.alert-error-clock {
  margin-top: 20px;
  margin-bottom: 20px;
  box-shadow: none;
  color: #ffffff;
  text-shadow: none;
  font-size: 14px;
  background: #ce4949;
  border-radius: 50px;
  padding: 10px;
}

.form {
  overflow: hidden;
  z-index: 1;
  margin: 0 auto;
  padding-right: 30px;
  padding-left: 30px;
  text-align: center;
}

.login-page {
  background: transparent!important;
  max-width: 100%;
  box-shadow: none;
}

.form.login-page input, .form.forgot-passw input {
  padding-left: 40px;
}

.form input {
  font-family: "Roboto", sans-serif;
  outline: 0;
  background: #fff;
  width: 100%;
  border-radius: 50px;
  border: none;
  margin: 0 0 15px;
  padding: 15px;
  box-sizing: border-box;
  font-size: 14px;
}

.form button {
  font-family: "Roboto", sans-serif;
  width: 100%;
  border: 0;
  padding: 15px;
  color: #FFFFFF;
  background: #0e609c;
  font-size: 14px;
  -webkit-transition: all 0.3 ease;
  transition: all 0.3 ease;
  cursor: pointer;
  border-radius: 4px;
  border-radius: 50px;
}

.login:hover {
  background: #125d94;
}

.username, .password, .mail {
  position: relative;
  width: 100%;
}

.username:before, .password:before, .mail:before {
  font-family: "FontAwesome";
  font-size: 14px;
  position: absolute;
  left: 20px;
  top: 15px;
  color: #0e609c;
}

.username:before {
  content: "\f007";
}

.password:before {
  content: "\f023";
}

.mail:before {
  content: "\f0e0";
}

.form button:hover, .form button:active, .form button:focus {
  background: #18649C;
}

.form .message {
  margin: 15px 0 0;
  color: #b3b3b3;
  font-size: 12px;
}

.form .message a {
  color: #257DBE;
  text-decoration: none;
}

.form .register-form {
  display: none;
}

.tjekin-copyright {
  text-align: center;
  font-weight: 500;
  color:#fff;
}

footer {
  position: absolute;
  z-index: 999999;
  bottom: 0;
  width: 100%;
  padding: 10px;
  padding-top: 0;
  border-top: 0;
}


/*.container:before, .container:after {
    content: "";
    display: block;
    clear: both;
}

.container .info {
    margin: 50px auto;
    text-align: center;
}

    .container .info h1 {
        margin: 0 0 15px;
        padding: 0;
        font-size: 36px;
        font-weight: 300;
        color: #1a1a1a;
    }

    .container .info span {
        color: #4d4d4d;
        font-size: 12px;
    }

        .container .info span a {
            color: #000000;
            text-decoration: none;
        }

        .container .info span .fa {
            color: #EF3B3A;
        }*/

@media (max-height:400px) {
  .tjekin-copyright {
    display: none;
  }
}
