@import url("https://fonts.googleapis.com/css?family=Montserrat:300,400,600,700");
html {
  height: 100%;
  width: 100%;
}
body {
  background-image: url("./img/tms-login-bg.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  font-family: 'Montserrat', sans-serif;
  margin: 0;
}
.login-body {
  min-height: 100vh;
  display: flex;
  align-items: center;
  width: 100%;
}
@media only screen and (max-width: 720px) {
  .login-body {
    flex-direction: column;
  }
}
.login-sidebar {
  width: 500px;
  background-image: linear-gradient(300deg, #00c6fb 0%, #1975be 100%);
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media only screen and (max-width: 1100px) {
  .login-sidebar {
    width: 300px;
  }
}
@media only screen and (max-width: 720px) {
  .login-sidebar {
    background: none;
    min-height: auto;
  }
}
.login-sidebar__ansta {
  margin: 40px 0 10px;
}
.login-sidebar__ansta a {
  color: #fff;
  text-decoration: none;
  opacity: 0.6;
  transition: 0.2s;
  font-size: 0.8em;
}
.login-sidebar__ansta a:hover {
  opacity: 1;
}
@media only screen and (max-width: 720px) {
  .login-mobile-hide {
    display: none !important;
  }
}
.login-mobile-show {
  display: none;
}
@media only screen and (max-width: 720px) {
  .login-mobile-show {
    display: block;
    margin: 0 auto;
    width: 100px !important;
  }
}
.login-sidebar__text {
  color: #fff;
  text-align: center;
}
@media only screen and (max-width: 1100px) {
  .login-sidebar__text {
    font-size: 12px;
  }
}
.login-sidebar__text h3 {
  font-weight: 300;
  font-size: 1.4em;
}
.login-sidebar__text h4 {
  margin-bottom: 80px;
}
.login-sidebar__text h4 a {
  color: #fff;
  font-size: 2.3em;
  font-weight: 300;
  text-decoration: none;
}
.login-sidebar__help {
  background: url("./img/login-avatar.png") no-repeat;
  padding-top: 50px;
  background-position: center top;
}
.login-sidebar__help p {
  font-weight: 300;
}
.login-sidebar__help a {
  display: inline-block;
  margin: 0 15px;
  font-weight: 300;
  cursor: pointer;
  color: #fff;
  text-decoration: none;
}
@media only screen and (max-width: 1100px) {
  .login-sidebar__help a {
    margin-bottom: 10px;
  }
}
.login-sidebar__help a img {
  margin-right: 10px;
  position: relative;
  top: 5px;
}
.sidebar-help__mail {
  background: url("./img/login-mail.png") no-repeat;
  padding: 0 0 5px 35px;
}
@media only screen and (max-width: 1100px) {
  .sidebar-help__mail {
    background-size: 20px;
    padding: 0 0 5px 25px;
  }
}
.sidebar-help__video {
  background: url("./img/login-video.png") no-repeat;
  padding: 0 0 5px 35px;
}
@media only screen and (max-width: 1100px) {
  .sidebar-help__video {
    background-size: 20px;
    padding: 0 0 5px 25px;
  }
}
.login-form {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  height: 100%;
  flex: 1;
}
.login-panel {
  position: relative;
  background-color: #fff;
  color: #444b54;
  box-shadow: 0 5px 28px rgba(0,0,0,0.1), 0 10px 15px rgba(0,0,0,0.18);
  box-sizing: border-box;
  min-width: 400px;
}
@media only screen and (max-width: 500px) {
  .login-panel {
    min-width: 310px;
  }
}
.login-panel__header {
  padding: 40px 0 20px;
  background: #fff;
  text-align: center;
  font-size: 1.4em;
  text-transform: uppercase;
}
.login-panel__icon {
  width: 32px;
  margin-bottom: 20px;
}
.login-logo {
  width: 200px;
  display: block;
  margin: 100px auto 20px;
}
.home-box {
  text-align: center;
  margin-top: 20px;
}
@media only screen and (max-width: 500px) {
  .home-box {
    width: 95%;
  }
}
.home-box a {
  color: #808080;
  text-decoration: none;
  font-size: 12px;
}
.home-box__form {
  flex: 1;
  display: flex;
  align-items: center;
}
.home-box__languages {
  width: 100%;
  text-align: center;
  box-sizing: border-box;
}
.login-language__wrap {
  background: rgba(0,0,0,0.1);
  display: inline-block;
  padding: 2px;
  border: 1px solid #1975be;
  border-top: none;
}
.login-language__button {
  background: none;
  border: none;
  cursor: pointer;
  position: relative;
  top: 2px;
}
.login-language__button:hover {
  transform: scale(1.1);
  transition: 0.2s;
}
.login-input-wrap {
  padding: 0 30px;
  position: relative;
  margin-bottom: 30px;
}
.login-input-wrap input {
  border: none;
  padding: 10px 0 5px;
  display: block;
  background: transparent;
  margin: 10px auto 5px;
  color: #444b54;
  transition: 0.2s;
  border-bottom: 2px solid rgba(0,0,0,0.1);
  box-sizing: border-box;
  position: relative;
  z-index: 3;
  width: 100%;
  font-weight: 600;
  outline: none;
}
@media only screen and (max-width: 500px) {
  .login-input-wrap input {
    width: 280px;
  }
}
.login-input-wrap input:focus {
  border-bottom: 2px solid #40c4ff !important;
}
.login-input-wrap input:hover {
  border-bottom: 2px solid rgba(0,0,0,0.3);
  transition: 0.2s;
}
.login-input-wrap label {
  font-size: 0.9em;
  opacity: 0.6;
  position: absolute;
  top: 10px;
  display: block;
  z-index: 2;
  width: 340px;
  transition: 0.4s;
}
.label-icon {
  height: 16px;
  position: absolute;
  top: 10px;
  right: 35px;
}
.login-input-float label {
  top: -15px;
  transition: 0.2s;
}
.login-remember {
  width: 25px;
  margin: 20px 20px 20px 30px;
  position: relative;
}
.login-remember input[type=checkbox] {
  visibility: hidden;
}
.login-remember span {
  padding-left: 25px;
  font-size: 0.8em;
  position: relative;
  top: 0;
  opacity: 0.7;
  width: 120px;
  display: block;
}
.rememberLabel {
  cursor: pointer;
  position: absolute;
  width: 15px;
  height: 15px;
  top: 10;
  left: 0;
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(0,0,0,0.2);
  padding: 0;
}
.rememberLabel:after {
  opacity: 0.4;
  content: '';
  position: absolute;
  width: 12px;
  height: 5px;
  background: transparent;
  top: 2px;
  left: 2px;
  border: 3px solid #90a4ae;
  border-top: none;
  border-right: none;
  transform: rotate(-45deg);
  transition: 0.2s;
}
.rememberLabel:hover::after {
  opacity: 0.5;
  border: 3px solid #444b54;
  border-top: none;
  border-right: none;
}
.login-remember input[type=checkbox]:checked + label:after {
  opacity: 1;
  border: 3px solid #1975be;
  border-top: none;
  border-right: none;
}
#login-alert {
  display: block;
  text-align: center;
  font-size: 0.8em;
  margin: 20px auto;
  background: #f44033;
  padding: 10px;
  width: 400px;
  color: #fff;
  box-sizing: border-box;
}
@media only screen and (max-width: 500px) {
  #login-alert {
    width: 280px;
  }
}
.login-info {
  text-align: center;
  background: #f44336;
  padding: 10px 0;
  width: 340px;
  margin: 15px auto;
  position: relative;
  top: -15px;
  z-index: 1;
  color: #fff;
}
@media only screen and (max-width: 500px) {
  .login-info {
    width: 280px;
  }
}
.login-info:before {
  content: '';
  width: 20px;
  height: 20px;
  position: absolute;
  top: -6px;
  left: 10px;
  transform: rotate(45deg);
  background: #f44336;
  z-index: -1;
}
.login-info ul {
  padding: 0;
  margin: 0;
}
.login-info ul li {
  list-style: none;
  font-size: 0.8em;
}
.login-info--header {
  text-align: center;
  background: #f44336;
  padding: 10px 0;
  width: 340px;
  margin: 15px auto;
  position: relative;
  top: -15px;
  z-index: 1;
  color: #fff;
}
@media only screen and (max-width: 500px) {
  .login-info--header {
    width: 280px;
  }
}
.login-info--header ul {
  padding: 0;
  margin: 0;
}
.login-info--header ul li {
  list-style: none;
  font-size: 0.8em;
}
.login-button {
  text-transform: uppercase;
  width: 340px;
  font-weight: 700;
  margin: 0 auto;
  transition: 0.2s;
  margin-top: 40px;
  background: transparent;
  display: block;
  border: 2px solid #1975be;
  color: #1975be;
  padding: 10px 0;
  cursor: pointer;
  position: relative;
  box-shadow: 0 0 0 0 transparent;
}
@media only screen and (max-width: 500px) {
  .login-button {
    width: 280px;
  }
}
.login-button:hover {
  transition: all 0.2s ease-out;
  background-color: #1975be;
  color: #fff;
}
.login-new-password {
  display: block;
  width: 340px;
  text-align: center;
  margin-top: 10px;
  opacity: 0.6;
  color: #444b54;
  text-decoration: none;
  font-size: 0.8em;
}
@media only screen and (max-width: 500px) {
  .login-new-password {
    width: 280px;
  }
}
.login-new-password:hover {
  transition: 0.2s;
  opacity: 1;
}
.panel-forgot {
  padding: 20px 20px 50px;
  width: 500px;
}
@media only screen and (max-width: 500px) {
  .panel-forgot {
    width: 320px;
  }
}
.panel-forgot__text {
  padding: 30px 30px 10px;
}
.panel-forgot .login-button {
  width: 400px;
}
@media only screen and (max-width: 500px) {
  .panel-forgot .login-button {
    width: 280px;
  }
}
.panel-forgot .login-info {
  top: 0;
  width: 400px;
}
@media only screen and (max-width: 500px) {
  .panel-forgot .login-info {
    width: 280px;
  }
}
@media only screen and (max-width: 500px) {
  .panel-forgot .login-input-wrap {
    padding: 0;
  }
}
.panel-token {
  padding-top: 60px;
}
.token-send {
  width: 400px;
  background: #4db6ac;
}
@media only screen and (max-width: 500px) {
  .token-send {
    width: 280px;
  }
}
.token-send li {
  list-style: none;
}
