@font-face {
 font-family:"Open Sans";
 src:url("open-sans/OpenSans-Regular.ttf") format("truetype"),
     font-weight:normal;
     font-style:normal;
}
html { 
  background: url(../images/background-icons.png) no-repeat center center fixed,
  linear-gradient(#005da0 , #01143f);
  /*linear-gradient(#00508f, #001743);*/
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  font-family: 'Open Sans', sans-serif;
  min-height: 100%;
  position: relative;
}
a {
    color:#ffffff; 
    text-decoration-line: none !important;
}
.user-passimg input{
	height: 35px;
    width: 54%;
    border-radius: 22px !important;
    border: 1px solid #c9c9c9 !important;
    padding-left: 45px;
    padding-right: 0px !important;
    padding-top: 1px !important;
    padding-bottom: 1px !important;
    box-sizing: content-box !important;
}
.company-logo{
  text-align: center;
}
.company-logo img{
    padding-top: 8%;
    padding-bottom: 8%;
    width: 80%;
}
.user-passimg{
  text-align: center;
}
.user-passimg img{
	        position: absolute;
    top: 5px;
    left: 18%;
    height: 30px;
}
.login-block {
        margin:auto;
    margin-bottom: 0 !important;
    width: 398px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%)
}
.login-block #pnlLogin {
   padding: 0px;
    background-color: white;
    border-radius: 30px;
    height: 523px;
    box-shadow: 0px 10px 15px #010c25;
}
.login-block .active-form {
    border-color:#d09e6d;
}
.placeholder::placeholder { 
    padding-left: 0px;
}
.placeholder:focus{
  outline: none;
}
.btn-p{
  text-align: center;
  margin-bottom: 0;
}
.btn-p input{
      height: 35px;
    width: 65%;
    border-radius: 22px;
}
.Remember{
  padding-left:19%;
  color: #4c4c4c;
}
.button{
  background-color: #04205f;
  border: none;
  color: white;
  font-size: 13px;
    box-shadow: 0px 3px 3px #115487;
    font-weight: bold;
}
.button:focus{
  outline: none;
}
.user-passimg{
  position: relative;
  margin-top: 0;
}
.social-icons{
  text-align: right;
  padding: 0 15px;
}
.social-icons img{
      height: 24px;
    padding: 5px;
}
.footer{
  text-align: right;
  padding: 11px 20px;
  padding-top: 0;
}
.footer .text{
  font-weight: lighter;
      font-size: 10px;
}
.footer .text-nlp{
   font-weight: lighter;
      font-size: 10px;
      padding-top: 7px;
}
.main-footer{
   padding-top: 32%;
    color: #ffffff !important;
    background-image: url(../images/bottom.png);
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: cover;
}
.company-site{
      text-align: center;
    color: white;
    font-size: 12px;
    font-weight: bold;
}
.Remember span{
  position: relative;
    top: -4px;
    left: 5px;
    font-size: 12px;
}