body{
    background-color: #2f6c8a !important;
    background-image: url(../img/bg-pattern.png);
      font-family: "Lato", sans-serif;
}

.loginClass{
    background-color: #d5e2e8 !important;
}

#form_login {
    left      : 50%;
    top       : 50%;
    position  : absolute;
    transform : translate(-50%, -50%);
}

.loginP{
    margin-bottom: 10px;
    color: #2a3c53;
    font-weight: 900;
    font-size: 24px;
    line-height: 1.4166666667;
}

.extraB{
      width: 100%;
   margin-top: 15px;
    margin-bottom: 15px;
    border-color: #44778C;
    background: #44778C;
    color: white;
    font-size: 16px;  
}

.bg-pattern {
    background-image: url(../img/bg-pattern-2.png);
    background-size: cover;
}

.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  right: 0;
  background-color: #111;
  overflow-x: hidden;
  transition: 0.2s;
  padding-top: 60px;
}

.sidenav span {
  text-decoration: none;
  font-size: 25px;
  display: block;
  transition: 0.1s;
  color: white;
  font-size: 19px;
}

.sidenav span:hover {
  color: #f1f1f1;
}

.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
  color: white;
}
#openNav{
    float: right;
}

@media screen and (max-height: 450px) {
  .sidenav {padding-top: 15px;}
  .sidenav a {font-size: 18px;}
}

.loader {
position: absolute;
    left: 55%;
    top: 57%;
    z-index: 1;
    width: 120px;
    height: 120px;
    margin: -76px 0 0 -76px;
    border: 16px solid #f3f3f3;
    border-radius: 50%;
    border-top: 16px solid #3498db;
    animation: spin 2s linear infinite;
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

.myLoader{
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.4);
}

.loaderPanel{
       position: absolute;
    left: 45%;
    top: 42%;
}

.lds-roller {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}
.lds-roller div {
  animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  transform-origin: 40px 40px;
}
.lds-roller div:after {
  content: " ";
  display: block;
  position: absolute;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #fff;
  margin: -4px 0 0 -4px;
}
.lds-roller div:nth-child(1) {
  animation-delay: -0.036s;
}
.lds-roller div:nth-child(1):after {
  top: 63px;
  left: 63px;
}
.lds-roller div:nth-child(2) {
  animation-delay: -0.072s;
}
.lds-roller div:nth-child(2):after {
  top: 68px;
  left: 56px;
}
.lds-roller div:nth-child(3) {
  animation-delay: -0.108s;
}
.lds-roller div:nth-child(3):after {
  top: 71px;
  left: 48px;
}
.lds-roller div:nth-child(4) {
  animation-delay: -0.144s;
}
.lds-roller div:nth-child(4):after {
  top: 72px;
  left: 40px;
}
.lds-roller div:nth-child(5) {
  animation-delay: -0.18s;
}
.lds-roller div:nth-child(5):after {
  top: 71px;
  left: 32px;
}
.lds-roller div:nth-child(6) {
  animation-delay: -0.216s;
}
.lds-roller div:nth-child(6):after {
  top: 68px;
  left: 24px;
}
.lds-roller div:nth-child(7) {
  animation-delay: -0.252s;
}
.lds-roller div:nth-child(7):after {
  top: 63px;
  left: 17px;
}
.lds-roller div:nth-child(8) {
  animation-delay: -0.288s;
}
.lds-roller div:nth-child(8):after {
  top: 56px;
  left: 12px;
}
@keyframes lds-roller {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.text4{
    display: inline-block;
    margin-top: 9px;
    margin-left: 75px;
}

.boxShadow{
    box-shadow: rgb(235 236 240) 0px 2px 0px 0px;
}

.rounded-circle{
    width: 60px;
}

.version{
      position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center;
    padding: 0px !important;
    margin-bottom: 10px;
}

.correct{
    width: 25px;
}

#incorrectDiv{
    display: none;
}

.thumbnail{
   background-color: rgb(85, 89, 92);
    width: 100%;
    height: 35px;
    color: white;
    text-align: center;
    font-size: 20px;
}

.wifiStatus{
    float: right;
    width: 29px;
    padding-top: 7px;
    margin-right: 15px;
}

.floatRight{
    float: right;
}

.plur{
    background-color: #92288f;
    border-color: #92288f;
    color: #fff;
    padding: 11px 19px !important;
}

.plur:hover{
    background-color: #A31FA1;
    border-color: #A31FA1;
    color: #fff;
    -webkit-transform: translateY(-3px);
    transform: translateY(-3px);
        transition-property: all;
    transition-duration: 0.3s;
    transition-timing-function: cubic-bezier(.4,0,.2,1);
    transition-delay: -.1s;
}

.leftArrow{
    display: none;
    float: left;
    padding-top: 7px;
    position: absolute;
}

.bgWhite{
    background-color: #fff;
}

.register{
    max-width: 352px;
    margin-bottom: 10px;
    color: var(--coal);
    font-weight: 900;
    font-size: 24px;
    line-height: 1.4166666667;
}

.bgSecond{
    background-color: #ded9e7;
    padding: 50px 50px 34px;
}

.privacy{
    text-decoration: underline !important;
    color: #952f93 !important;
}

.formMax{
    max-width: none;
}