.style1 {
background: url( 'Images/LoginImages/ddi-logo.jpg' ) no-repeat;
width: 939px;
}
.style2 {
background: url( 'Images/LoginImages/banner02.jpg' ) no-repeat;
width: 100%;
background-size:cover;
}
.style3 {
width: 170px;
}
#lblInvalid{
font-size:12px;
font-family: verdana;
font-weight:bold;
}
.ui-dialog-title{
font-size:12px;
font-family: verdana;
}
.ui-button-text-only .ui-button-text {
font-size:12px;
color:#fff;
font-family:verdana;
}     
.ui-widget-header .ui-icon{
display:none !important;
cursor:default !important;
}
.ui-dialog .ui-dialog-titlebar-close:hover{
display:none !important;
cursor:default !important;
}
.ui-dialog-titlebar-close .ui-corner-all{
cursor:default !important;
}
.ui-dialog .ui-dialog-titlebar-close{
cursor:default !important;
}   
.card{
/*border:1px solid #428bca;*/
/*border:1px solid aliceblue*/
background-color: #fff;
/*opacity: 0.8;*/
border-radius: 2%;
border-top: 8px solid #3f5367;
}
.auth {
position: absolute;
width: 100%;
height: 100%;
left: 0;
background-color: #667380;
overflow-x: hidden;
overflow-y: auto;
}
.auth-container {
width: 380px;
min-height: 330px;
position: absolute;
top: 50%;
left: 50%;
transform: translateY(-50%) translateX(-50%);
}
.auth-header {
/*background-color: #fff;*/
text-align: center;
border-bottom: 1px solid #000;
}

.auth-title {
padding: 20px;
line-height: 30px;
font-size: 26px;
font-weight: 600;
margin: 0;
}

.auth-content {
padding: 30px 50px;
min-height: 260px;
}

.forgot-btn {
line-height: 28px;
margin-left: 64px !important;
}
.checkbox label {
padding: 0;
}

.checkbox a {
vertical-align: text-top;
}

.checkbox span {
color: #4f5f6f;
}
#bgimage{
background: url(../Images/bgm.jpg);
background-repeat: no-repeat;
width: 100%;
height:100vh;
background-size:cover;
}
.form-control.underlined {
padding-left: 0;
padding-right: 0;
border: none;
border-radius: 0;
box-shadow: none;
border-bottom: 1px solid #d7dde4;
}
.form-control.underlined:focus{
border-bottom: 1px solid #357ebd;
}
a {
text-decoration: none;
font-weight: bold;
color: #006599;
}
a:hover{
	color: #006599;
}
.indicationstar{
	color:red;
}
body{
	font-size: 14px;
}