﻿



body,html {
    font-family: Arial, "Segoe UI", "Open Sans", sans-serif, serif;
    font-size: 0.875rem;
    line-height: 1.1;
    font-weight: 400;
    font-style: normal;
    height: 100%;
    margin: 0;
}

.bg {
    /* The image used */
    /*background-image: url("images/17214.jpg");*/
    /* Full height */
    height: 100%;
    /* Center and scale the image nicely */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background: #e3f7fc;
}

#font .light {
    font-weight: 300;
    font-style: normal;
}

#font .normal {
    font-weight: 400;
    font-style: normal;
}

#font .bold {
    font-style: normal;
    font-weight: 700;
}

#font .italic {
    font-style: italic;
}

.LoginMainDivStyle {
    width: 100%; text-align: center; height: 500px;
}

.LoginTableStyle {
    background: cadetblue;
}


.Label_Style
{
	color: #ffffff;
	font-size: 16px;
}

.versionStyle {
    position: absolute; 
    vertical-align:bottom; 
    color:#ffffff; 
    font-size:12px;
}

.Label_Style_Password {
    color: #ffffff;
    font-size: 16px;
}

.Texbox_Style
{
	height: 40px;
	font-size: 18px;
	width: 300px;
	border: 1px solid #ffffff;
	color: #777777;
	background: #fdf3d9;
}

.LoginButton_Style
{
	border-color: #FFFFFF;
	background-color: #EEEEEE;
	border-style: solid;
	color: #666666;
	height: 35px;
	width: 120px;
	font-weight: bold;
	font-size: 14px;
}

.Msgalert {
    padding: 10px;
    background-color: #e3f7fc;
    color: #555;
    border: 1px solid #8ed9f6;
    border-radius: 0px;
    font-size:12px;
    background:#e3f7fc no-repeat 10px 50% ;
    background-position: 8px 8px !important;
}

.MsgalertLogin {
    margin-left:20px;
    padding:10px;
    background-color: #e3f7fc;
    color: #555;
    border: 1px solid #8ed9f6;
    border-radius: 0px;
    font-size: 12px;
    background: #e3f7fc no-repeat 10px 50%;
    background-position: 8px 8px !important;
    width:400px;
    text-align:left;
}


.Msgclosebtn {
    margin-left: 15px;
    color: #555;
    font-weight: bold;
    float: right;
    font-size: 16px;
    line-height: 10px;
    cursor: pointer;
    transition: 0.3s;
}

.Msgclosebtn:hover {
    color: black;
}

.paddingLeft25px{
    padding-left:25px;
}

.LoginPanel {
    width: 424px;
    box-shadow: 5px 5px 15px #538ede;
    
}

.msgPanel {
    margin-left:-20px;

}
.bodyStyle          { width: 100%; text-align: center; height: 500px; }
.tableStyle1        { width: 400px; background:#538ede; }
.divHeight10        { height:10px; }
.width100Percent    { width:100%; }
.width100px { width:100px; }

.MsgDivStyle        { width:400px; text-align:left; }
.Height5px          { height:5px; }