﻿

body 
{
  background-image: url('../images/login/background.jpg');
  background-repeat: no-repeat;
  background-position: center top;
  background-attachment: fixed;
  /*background-color: var(--gray1) !important;*/
  font-family: futuralightregular;
  font-size: 12pt;
  margin-top: 0;
  padding-top: 0px;
}

.lbl1 
{
  display: inline-block;
  font-family: Arial;
  font-size: 30px;
  font-weight:bolder;
  text-align: center;
  width: 100%;
  padding-top: 180px;
  padding-left: 20px;
  padding-right: 20px;
  color: #6B6B6B;
}

.lbl2 
{
  display: inline-block;
  font-family: Arial;
  font-size: 60px;
  font-weight: bolder;
  text-align: center;
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  color: #00ADEF;
}

.lbl3 
{
  display: inline-block;
  font-family: Arial;
  font-size: 24px;
  font-weight: bolder;
  text-align: center;
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  color: #00ADEF;
}

.lbl4 
{
  display: inline-block;
  font-family: Arial;
  font-size: 18px;
  font-weight: bolder;
  text-align: center;
  width: 100%;
  padding-top: 70px;
  padding-left: 20px;
  padding-right: 20px;
  color: forestgreen;
}

.txt1 
{
 display: inline-table;
 margin-left: 10px;
 margin-right: 10px;
 font-family: Arial;
 font-size: 16px;
 font-weight:lighter  ;
/*  text-align: left;
  width: 300px;

  color: #00ADEF;*/
}

.txt2 
{
  display: inline-table;
  margin-left: 10px;
  margin-right: 10px;
  font-family: Arial;
  font-size: 12px;
  font-weight: lighter;
}

.btn 
{
  display: inline-table;
  padding-bottom: 0px !important;
  padding-top : 0px !important;
  margin-left: 10px;
  margin-right: 10px;
  height: 80px;
}

.lblErr 
{
  display: inline-block;
  font-family: Arial;
  font-size: 20px;
  font-weight: bolder;
  text-align: center;
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  color:orange;
}


.lblFooter
{
  display: inline-block;
  font-family: Arial;
  font-size: 10px;
  font-weight: bolder;
  text-align: center;
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  color: white;
}

.colWhite 
{
  color: white;
}

.colBlue 
{
  color: #003399;
}


.colOrange 
{
  color: darkorange;
}



.alSx 
{
  text-align: left;
}

.alDx 
{
  text-align: right;
}

.alJu 
{
  text-align: justify;
}

.alCn 
{
  text-align: center;
}


.fs8 
{
  font-size: 8pt !important;
}

.fs10 
{
  font-size: 10pt !important;
}

.fs14 
{
  font-size: 14pt !important;
}

.fs16 
{
  font-size: 16pt !important;
}

.fs18 
{
  font-size: 18pt !important;
}

.fs20 
{
  font-size: 20pt !important;
}

.fs24 
{
  font-size: 20pt !important;
}

.fs28 
{
  font-size: 20pt !important;
}


a.lnk1:link, a.lnk1:visited, a.lnk1:active 
{
  color: white;
  text-decoration: none;
}

a.lnk1:hover 
{
  color: orange;
  text-decoration: none;
}

a.lnk2:link, a.lnk2:visited, a.lnk2:active 
{
  color: orange;
  text-decoration: none;
}

a.lnk2:hover 
{
  color: orange;
  text-decoration: none;
}

.diInBl 
{
  display: inline-block;
}

.diBl 
{
  display: block;
}



.vaUp 
{
  vertical-align: top;
}

.vaDn 
{
  vertical-align: bottom;
}

.vaCn 
{
  vertical-align:middle ;
}
