.logo-container{
    left: 50px;
    position: absolute;
    top: 20px;
     z-index: 3;
}
.logo-container .logo{
    overflow: hidden;
    border-radius: 50%;
    border: 1px solid #333333;
    width: 60px;
    float: left;
}
.logo-container .brand{
    font-size: 18px;
    color: #FFFFFF;
    line-height: 20px;
    float: left;
    margin-left: 10px;
    margin-top: 10px;
    width: 60px
}
.form-group.required .control-label:after {
    color: #d00;
    content: "*";
    position: absolute;
    margin-left: 5px;   
    font-weight: normal;
    font-size: 18px;    
}
* {
    margin: 0;
}
html, body {
    height: 100%;
}
.wrapper {
    min-height: 100%;
    height: 100%;
    margin: 0 auto -30px; /* the bottom margin is the negative value of the footer's height */
}
.footer, .push {
    height: 30px; /* .push must be the same height as .footer */
}

#profile-image1 {
    width: 100px;
    height: 100px;
	border:2px solid #03b1ce ;}
.bot-border{ border-bottom:1px #f8f8f8 solid;  margin:5px 0  5px 0}	
#overlay
{
    position: absolute;
    margin: auto;
    top: 0; left: 0;
    width: 100%; height: 100%;
    z-index: 1000;
    background-color: #000!important;
        opacity:.7;
        filter: alpha(opacity=70);
        visibility:hidden;
        text-align: center;
}