﻿@font-face {
  font-family: SourceSansPro;
  src: url('../Fonts/SourceSansPro-Regular.ttf');
}
@font-face {
  font-family: SourceSansPro;
  src: url('../Fonts/SourceSansPro-Bold.ttf');
  font-weight: bold;
}
@font-face {
  font-family: SourceSansPro;
  src: url('../Fonts/SourceSansPro-Semibold.ttf');
  font-weight: 600;
}
body {
  font-family: SourceSansPro;
  font-size: 14px;
  background-color: black;
}
.back {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  background: url('../img/loginBack.jpg') center center no-repeat;
  min-width: 820px;
  min-height: 480px;
}
@media (max-aspect-ratio: 1.54901961) {
  .back {
    background-size: auto 100%;
  }
}
@media (min-aspect-ratio: 1.54901961) {
  .back {
    background-size: 100% auto;
  }
}
.lpanel {
  width: 820px;
  height: 390px;
  display: table;
  border-radius: 10px;
  margin: 0 auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
}
.lpanel .pleft {
  padding: 30px;
  display: table-cell;
  width: 280px;
  background-color: white;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  position: relative;
}
.lpanel .pleft .ptop {
  width: 70px;
  height: 70px;
  top: -35px;
  left: 22px;
  position: absolute;
  background: url('../Img/logo-s-l.png') #6b717a center center no-repeat;
  border-radius: 10px;
}
.lpanel .pright {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  display: table-cell;
  background-color: #6a717a;
  position: relative;
}
.lpanel .pright .pr-inner {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.lpanel .pright .pr-inner .img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
}
.lpanel .pright .pr-inner .txt {
  margin-top: 27px;
  color: white;
  text-align: center;
}
.lpanel .pright .pr-inner .txt .ln1 {
  font-size: 24px;
}
.lpanel .pright .pr-inner .txt .ln2 {
  line-height: 300%;
}
.lheader {
  font-weight: normal;
  font-size: 24px;
  color: #354052;
  margin: 16px 0 0 0;
}
.formlabel {
  font-weight: 600;
  color: #7f8fa4;
  margin: 13px 0 6px 0;
}
.login-button {
  margin-top: 20px;
}
.lhline {
  border-top: 1px solid #eff3f6;
  margin: 20px 0;
}
.description {
  font-weight: 600;
  color: #7f8fa4;
}
.description.chpwd {
  margin: 30px 0;
}
.fullscreen-bg__video {
  position: absolute;
  min-width: 100%;
  min-height: 100%;
}
@media (max-aspect-ratio: 1.77777778) {
  .fullscreen-bg__video {
    top: 0;
    width: auto;
    height: 100%;
    left: 50%;
    transform: translateX(-50%);
  }
}
@media (min-aspect-ratio: 1.77777778) {
  .fullscreen-bg__video {
    top: 100%;
    transform: translateY(-100%);
    width: 100%;
    height: auto;
  }
}
.rodo-info .show-me-more {
  text-align: center;
  font-size: 20px;
  margin: 20px 0;
  display: block;
}
.rodo-info .the-rest {
  display: none;
}
.rodo-info .the-rest.show {
  display: block;
}