body{
    font-family: Arial;
}
.flex-row{
    display: flex;
}
.flex-1{
    flex:1;
}
.flex-center{
    
    align-items:center;
    justify-content:center;
}
.logo{
    width:185px;
    height:61px;
}
.center{
    text-align: center;
}
.title{
    font-size: 14px;
    color:rgb(102, 102, 102);
    line-height: 18px;
}
.title sup{
    font-size: smaller;
}
.R{
    font-size: 10px;
}

.SM{
    font-size: 9px;
}
.margin-top{
    margin-top:14px;
}
.margin-left-5{
    margin-left: 5px;
}
.content{
    width:570px;
    font-size: 14px;
    color:rgb(102, 102, 102);
    line-height: 18px;
}
.field-margin-left{
    margin-left: 30px;
}
.label{
    font-size: 12px;
    color:#5e5e5e;
    line-height:150%;
}
.red{
    color:red;
}
.inputfield{
  width: 100%;  
  margin-top:3px;
}

input, textarea,select,button{
    text-rendering: auto;
    color: initial;
    letter-spacing: normal;
    word-spacing: normal;
    text-transform: none;
    text-indent: 0px;
    text-shadow: none;
    display: inline-block;
    text-align: start;
    margin: 0em;
    font: 400 13.3333px Arial;
    font-style: normal;
    font-variant-ligatures: normal;
    font-variant-caps: normal;
    font-variant-numeric: normal;
    font-variant-east-asian: normal;
    font-weight: 400;
    font-stretch: normal;
    font-size: 13.3333px;
    line-height: normal;
    font-family: Arial;
}
.inputfield.loginname{
    width:400px;
}

.sub-lable{
    font-size: 10px;
    color: #444444;
    padding:6px 0px 3px 0px;
}
.submit-button{
    font-size: 12px;
    text-align: center;
}

select.invalid{
    outline: 1px solid #cc0000;
}
.hide{
    display: none;
}
.invalidtext{
    font-size: 10px;
    color:#cc0000;
}
select.valid{
    outline: 1px solid #00cc00;
}

.backmu{
    background: rgba(215, 215, 215, 0.5);
    width:100%;
    height: 100%;
    position: fixed;
    top: 0px;
    left:0px;
}

.lightBox{
    background: white;
}

.lightBox .title{
    padding:7px 7px 6px 14px;
    font-size: 11px;
    color:white;
    background: rgb(118, 118, 118);
}
.lightBox .closebtn{
    width:16px;
    height: 16px;;
}
.lightBox .content{
    padding:13px;
    font-size: 12px;
    color:#808080;
}
.lightBox .strong{
    font-weight: bold;
}