
body {
        height: 100%;
    font-family: Helvetica, Arial, sans-serif;
    background-image: url(../images/bg_logo_login.jpg);
    background-repeat: no-repeat;
    margin: 0;
    padding: 0;
    background-size: cover;
	
}
.card {
    background-color: #F7F7F7;
    /* just in case there no content*/
    padding: 20px 25px 30px;
    margin: 25px auto 25px;
    /* shadows and rounded borders */
    border-radius: 3px;
       box-shadow: 0px 3px 8px #000;float: left;width:100%;
       margin-top: 82px;
}

.logo {
   margin: 0 auto 10px;
    display: block;
    width: 200px;
}
.logo-name {
   margin: 0 auto 10px;
    display: block;
    width: 225px;
}

/*
 * Form styles
 */
.profile-name-card {
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    margin: 10px 0 0;
    min-height: 1em;
}

.reauth-email {
    display: block;
    color: #404040;
    line-height: 2;
    margin-bottom: 10px;
    font-size: 14px;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.form-signin #inputEmail,
.form-signin #inputPassword {
    direction: ltr;
    height: 44px;
    font-size: 16px;
}

.form-signin input[type=email],
.form-signin input[type=password],
.form-signin input[type=text],
.form-signin button {
    width: 100%;
    display: block;
    margin-bottom: 10px;
    z-index: 1;
    position: relative;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.form-signin .form-control:focus {
    border-color: rgb(104, 145, 162);
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgb(104, 145, 162);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgb(104, 145, 162);
}

.forgot-password {
    color: rgb(104, 145, 162);
}

.forgot-password:hover,
.forgot-password:active,
.forgot-password:focus{
    color: rgb(12, 97, 33);
}
.overlay {
    position: fixed;
    background-color: rgba(0, 0, 0, 0.76);
    width: 100%;
    height: 100%;
    top: 0;
    z-index: -1;
}
.back-btn {
    position: absolute;
    left: 77%;
    top: 59px;
    z-index: 100;
}
.footer {background: #1e1d1d none repeat scroll 0 0;
    bottom: 0;
    float: left;
    padding: 5px 15px;
    position: absolute;
    width: 100%;
    z-index: 100;}
.header { background: #036b9a none repeat scroll 0 0;
    bottom: 0;
    float: left;
    padding: 10px 15px;
    position: relative;
    width: 100%;
    z-index: 100;}   
.copyright {float: left;
    font-size: 12px;
    margin-top: 10px;
    text-align: center;
    width: 100%;}
.powered {border-top: 1px solid #c4c4c4;
    margin: 5px 0 0;
    padding-top: 10px;
    width: 100%;}
.powered span{font-size: 12px;
    position: relative;
    right: 1px;
    top: 11px;}     