﻿.backg {
  background-repeat: repeat-x;
  /*background-image:url('../../Images/Login/LoginBGGrad.png');*/
  background-image: url('../Images/BackG/BackG2.jpg');
  background-size: cover;
  position: absolute;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
}
.logo {
  position: absolute;
  left: 0px;
  right: 0px;
  top: 10px;
  transform-origin: left top;
  transition: transform 0.5s, right 0.5s, top 0.5s;
}
.xt-media-sm-dn .logo {
  transform: scale(0.7);
  /*right:-100px;
        top:70px;*/
}
.loginbox {
  position: absolute;
  right: 60px;
  top: 200px;
  width: 583px;
  height: 562px;
  background-image: url('../Images/Login/LoginBox.png');
  /*border:1px solid red;*/
  transition: transform 0.5s, right 0.5s, top 0.5s;
}
.xt-media-sm-dn .loginbox {
  transform: scale(0.7);
  right: -100px;
  top: 70px;
}
.quotebox {
  position: absolute;
  left: 20px;
  top: 550px;
  width: 350px;
}
.quote {
  font-size: 15px;
  color: #bddffc;
  display: block;
  font-style: italic;
}
.quoteauthor {
  font-size: 13px;
  color: #328cc1;
}
.symbol {
  font-family: Andalus;
  font-size: 26px;
}
.LoginTitle1 {
  color: white;
  font-size: 20px;
  font-weight: bold;
  position: absolute;
  left: 140px;
  top: 34px;
}
.LoginTitle2 {
  color: #bddffc;
  font-size: 13px;
  font-weight: bold;
  position: absolute;
  left: 160px;
  top: 60px;
}
.loginlabel {
  display: inline-block;
  width: 120px;
  color: #bddffc;
  font-size: 17px;
  font-weight: bold;
}
.logininput {
  width: 200px;
  font-size: 17px;
  font-weight: bold;
  border: 2px solid #041256;
  height: 25px;
  padding-left: 5px;
  background-color: #bddffc;
}
.logintable {
  position: absolute;
  left: 120px;
  top: 190px;
  table-layout: fixed;
  border: 0px solid white;
}
.logintable td {
  height: 40px;
}
.LoginButton {
  border: 1px outset #bce3e6;
  font-size: 17px;
  color: #bce3e6;
  background-color: #0d5960;
  font-weight: bold;
  height: 35px;
  padding-left: 30px;
  padding-right: 10px;
  background-image: url('../Images/Pages/lock_ok.png');
  background-repeat: no-repeat;
  cursor: pointer;
  background-position-x: 2px;
  background-position-y: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.LoginButton:hover {
  border: 1px inset #0d5960;
  color: #0d5960;
  background-color: #bce3e6;
}
.loginmessage {
  display: block;
  position: absolute;
  color: white;
  font-size: 15px;
  top: 150px;
  left: 120px;
  font-weight: bold;
}