/* line 1, ../sass/login.scss */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 6, ../sass/login.scss */
html {
  font-size: 100%;
  height: 100%;
  margin: 0px;
  padding: 0;
}

/* line 12, ../sass/login.scss */
body {
  font-family: Arial, Helvetica, sans-serif;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center center;
  background-attachment: fixed;
  background-color: #DDDDDD;
  position: relative;
  min-height: 100%;
  padding: 0;
  margin: 0;
}

/* line 26, ../sass/login.scss */
.languages {
  list-style: none;
  margin: 0;
  padding: 10px 0;
  text-align: center;
}
/* line 31, ../sass/login.scss */
.languages li {
  display: inline-block;
  padding: 5px;
}
/* line 34, ../sass/login.scss */
.languages li a {
  display: flex;
  align-items: center;
  color: #fff;
}
/* line 38, ../sass/login.scss */
.languages li a img {
  width: 24px;
  height: 24px;
  margin-left: 5px;
}

/* line 47, ../sass/login.scss */
input[type=text], input[type=password] {
  border: solid 1px #fff;
  -moz-box-shadow: 0px 1px 8px #cecece inset;
  -webkit-box-shadow: 0px 1px 8px #cecece inset;
  box-shadow: 0px 1px 8px #cecece inset;
  padding: 5px 10px;
  height: 35px;
  line-height: 25px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -o-background-clip: padding-box;
  -webkit-background-clip: padding;
  background-clip: padding-box;
  background-color: #EFEFEF;
  display: block;
  width: 100%;
  text-align: center;
}

/* line 37, ../sass/login.scss */
/* line 69, ../sass/login.scss */
button {
  display: inline-block;
  width: 125px;
  height: 36px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -o-background-clip: padding-box;
  -webkit-background-clip: padding;
  background-clip: padding-box;
  background-color: #e00;
  color: #fff;
  font-size: 13px;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.17);
  border: solid 1px #e00;
  cursor: pointer;
}

/* line 49, ../sass/login.scss */
/* line 89, ../sass/login.scss */
button:hover {
  background-color: #cc0000;
}

/* line 54, ../sass/login.scss */
/* line 94, ../sass/login.scss */
.alert {
  display: block;
  font-size: 11px;
  padding: 5px;
  margin-bottom: 6px;
  border-radius: 3px;
}

/* line 60, ../sass/login.scss */
/* line 103, ../sass/login.scss */
.alert.alert-danger {
  color: #e00;
  border: solid 1px #ffa6a6;
  margin-top: -10px;
  background: #ffd3d3;
}

/* line 111, ../sass/login.scss */
.login-form {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  /* line 95, ../sass/login.scss */
}
/* line 117, ../sass/login.scss */
.login-form h2 {
  text-align: center;
  font-weight: normal;
  font-size: 22px;
  margin-bottom: 15px;
  color: #fff;
  text-shadow: 0px 1px 0px #00000059;
}
/* line 125, ../sass/login.scss */
.login-form .login-content {
  display: flex;
}
@media screen and (max-width: 767px) {
  /* line 125, ../sass/login.scss */
  .login-form .login-content {
    flex-direction: column;
  }
}
/* line 131, ../sass/login.scss */
.login-form .login-left, .login-form .login-right {
  background-color: #FFFFFF;
  padding: 40px 20px;
  width: 325px;
  border-radius: 0 8px 8px 0;
  position: relative;
  text-align: center;
}
/* line 140, ../sass/login.scss */
.login-form .login-left {
  background-color: #f5f5f5;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 8px 0 0 8px;
}
/* line 147, ../sass/login.scss */
.login-form .login-left #logo {
  width: 230px;
  max-height: 100%;
  margin: auto;
}
/* line 155, ../sass/login.scss */
.login-form .login-right h2 {
  display: block;
  margin: 0;
  padding: 15px 0px;
  color: #767676;
  font-weight: normal;
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  /* line 111, ../sass/login.scss */
  .login-form {
    width: 100%;
    padding: 20px;
  }
  /* line 166, ../sass/login.scss */
  .login-form .login-left, .login-form .login-right {
    width: 100%;
    border-radius: 0 0 8px 8px;
  }
  /* line 170, ../sass/login.scss */
  .login-form .login-left {
    height: auto;
    padding: 20px;
    border-radius: 8px 8px 0 0;
  }
}

/* line 178, ../sass/login.scss */
.loginError.validation-block {
  font-size: 12px;
  margin-bottom: 5px;
  border-radius: 3px;
  color: #f00;
}

/* line 105, ../sass/login.scss */
/* line 187, ../sass/login.scss */
.form-group {
  margin-bottom: 10px;
}

/* line 107, ../sass/login.scss */
/* line 192, ../sass/login.scss */
.form-group label {
  display: block;
  margin-bottom: 5px;
  font-size: 11px;
  color: #999999;
}

/* line 113, ../sass/login.scss */
/* line 200, ../sass/login.scss */
.form-group:after {
  content: '';
  display: block;
  clear: both;
}

/* line 122, ../sass/login.scss */
/* line 207, ../sass/login.scss */
.login-copy {
  clear: both;
  padding: 10px;
  margin: 15px;
  color: #fff;
  font-size: 12px;
  text-align: center;
}

/* line 216, ../sass/login.scss */
.login-block {
  display: block;
  transition: all,0.3s;
}

/* line 220, ../sass/login.scss */
.l-right {
  width: 100%;
}
/* line 222, ../sass/login.scss */
.l-right .sub-user-toggle {
  width: 50%;
  line-height: 36px;
  float: left;
  margin: 0;
  text-align: left;
}
/* line 229, ../sass/login.scss */
.l-right .sub-user-toggle #sub_user {
  display: none;
}
/* line 232, ../sass/login.scss */
.l-right .sub-user-toggle > label {
  position: relative;
  height: 30px;
  margin: 3px 10px 3px 0;
  padding: 5px 5px 5px 40px;
  border: solid 1px #E3E3E3;
  cursor: pointer;
  overflow: hidden;
  font-size: 9px;
  line-height: 20px;
  box-shadow: 30px 0 0 0 #E3E3E3 inset;
  white-space: nowrap;
  text-overflow: ellipsis;
  border-radius: 3px;
}
/* line 246, ../sass/login.scss */
.l-right .sub-user-toggle > label:after {
  transition: all 0.3s;
  content: '';
  width: 16px;
  height: 16px;
  background-color: #fff;
  position: absolute;
  top: 5px;
  left: 5px;
  border-radius: 3px;
  border: solid 1px #b5b5b5;
}
/* line 258, ../sass/login.scss */
.l-right .sub-user-toggle > label:before {
  transition: all, 0.3s;
  content: '';
  width: 12px;
  height: 7px;
  border-left: solid 4px #00ad17;
  border-bottom: solid 4px #00ad17;
  position: absolute;
  top: 10px;
  left: 9px;
  transform: rotate(-45deg);
  opacity: 0;
  z-index: 1;
}
/* line 278, ../sass/login.scss */
.l-right .sub-user-toggle.active label:before {
  top: 5px;
  opacity: 1;
}
/* line 285, ../sass/login.scss */
.l-right .button-light-blue {
  width: 50%;
  float: left;
  margin: 0;
}
