body{
    color:#000000;
    font-family: 'Titillium Web', sans-serif;
    font-size: 130%;
    width: 100%;
    min-width: 100%;
    padding: 0;
    margin: 0;
}


.TopDiv{
    width:100%;
    background-color:#F5F5F5;
    padding: 5px;
    margin: 0;
    border-bottom: 1px solid #CCCCCC;
}


.DivTopWrapper{
    min-width: 100%;
    height: auto;
    width: 100%;
    top:0;
    margin: 0;
}

.TopDiv span{
    font-weight: bold;
    padding: 3px;
    font-size: 70%;
    margin-left: 10px;
}

/*Customize the color for specific deployment */
.TopDivBottom{
    min-width:100%;
    background-color:#0099FF;
    margin-bottom:30px;
    margin: 0;
}

/*Customize the color for specific deployment */
.TopDivLogo{
    min-width: 100%;
    width: 100%;
    margin: auto;
    position: relative;
    z-index: auto;
    margin: 0;
    background-color: #0099FF;
}
/*Customize the color for specific deployment */
.TopDivLogo img{
    padding: 4px;
    margin-left: 10px;
}

.button {
    @import url(https://fonts.googleapis.com/css?family=Montserrat:400,700);
    font-family: Montserrat, sans-serif;
    border: 1px solid #FFFFFF;
    color: white;
    padding: 3px 10px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 12px;
    margin: 5px;
    font-weight: bold;
}

.button:hover {
    background-color: #FFFFFF; /* Green */
    color: #000000;
}

.InnerDivContainer{
    padding:15px;
    height: auto;
    min-width: 100%;
    background-color: #FFFFFF;
    position: relative;
    z-index: auto;
}


input[type="email"],input[type="text"],input[type="password"]{
    width:100%;
    background:#fff;
    margin-bottom:4%;
    border:1px solid #ccc;
    font-size:100%;
    border-radius: 5px;
    font-weight: bold;
    padding: 10px;
}


input[type="submit"],button{
    padding:10px;
    background:#3399cc;
    border-radius: 5px;
    border:0;
    font-size:120%;
    color:#fff;
    cursor:pointer;
    transition:background .3s;
    -webkit-transition:background .3s;

}
select{
    width:100%;
    background:#fff;
    margin-bottom:4%;
    border:1px solid #ccc;
    font-size:100%;
    border-radius: 5px;
    font-weight: bold;
    padding: 10px;
}


legend{
    padding: 5px ;
    color: #FFFFFF;
    font-weight: bold;
    background-color: #3399cc;
    border-radius: 5px;
    border: 1px solid #CCCCCC;

}

input[type="submit"]:hover{
    background:#2288bb;
}

.ClsImg1{
    width:25%;
    padding:1px;
    background-image: url("img/img1.jpg");
    background-repeat: no-repeat;
    background-size: auto;
    height:230px;
    border:1px solid #005CA9;
    float:left;
}

.DivRegFrm{
    border: 1px solid #CCCCCC;
    padding: 10px;
    box-shadow: 10px 10px 8px #888888;
    border-radius: 5px;
    border-bottom: 40px;
}
.LinkButton1{
    background-color: #CCCCCC;
    color: #FFFFFF;
    font-size: 15px;
    padding: 10px 20px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    margin-left: 5px;
    border-radius: 5px;
    border: 1px solid #999999;
}
.DivTerms{
    width: 100%;
    border-radius: 5px;
    background-color: #8d8d8d;
    color: #FFFFFF;
    padding: 5px;
    font-size: 90%;
    margin-bottom: 20px;
    font-weight: normal;
}

.DivTerms a:link{
    color: #FFFFFF;
    text-decoration: underline;
}
.DivTerms a:active{
    color: #FFFFFF;
    text-decoration: underline;
}
.DivTerms a:visited{
    color: #FFFFFF;
    text-decoration: underline;
}
.AuthorLogFls{
    border-radius: 5px;
    border: 2px solid #006DC4;
    box-shadow:0 0 20px #999;
    width: 300px;
    padding: 10px;
}
.AuthorLogFls h4{
    font-size: 100%;
}

.PwdUpdateFls{
    border-radius: 5px;
    border: 2px solid #006DC4;
    box-shadow:0 0 20px #999;
    padding: 10px;
    width: 50%;
}
.LeftLogDiv{
    float: right;
    padding: 10px;
    height: auto;
    width: 70%;
}
.LeftLogDiv p{
    font-size: 100%;
}
.LeftLogDiv ul li{
    font-size: 100%;
}
.PwdRecDiv{
    font-size:80%;
}

.LogImg{
    margin-top: 30px;
    height: 150px;
    padding: 3px;
    border: 1px solid #999999;
	border-radius:5px;
	background-repeat:repeat-x;
 }

.LogImg img{
    width: 100%;
    max-height: 100%;
}