.top-content{
    position:fixed;
    top:0;
    left:0;
    right:0;
    bottom:0;
    width:100%;
    height:100%;
    background-color:#bcd299;
    opacity:0.9;  
    overflow:auto;
}
.inner-bg{
    padding:70px 0 100px 0;
}
.container{
    padding-right:15px;
    padding-left:15px;;
    margin-right:auto;
    margin-left:auto;
    
   
}
@media (min-width:992px){
    .container{
        width:970px;
    }
}
@media (min-width:768px){
    .container{
        width:750px;
    }
}

@media (min-width:992px){
    .col-md-offset-3{
        margin-left:25%;
    }
}
.col-md-offset-3{
    margin-left:29%;
}

.form-box{
    margin-top:25px;
}
.loginbg{
    background:rgba(0,0,0,0.50);
    max-height:390px;
    box-shadow:0px 7px 12px rgba(0,0,0,0.29);
    border-radius:4px;
}
.form-top{
    background:transparent;
    box-shadow:0px 7px 12px rgba(0,0,0,0.29);
    border-radius:1px solid rgba(255,255,255,0.19);
    overflow:hidden;
    padding:0px 25px 15px 25px;
    -moz-border-radius:4px 4px 0 0;
    -webkit-border-radius:4px 4px 0 0;
    border-radius:4px 4px 0 0;
    text-align:left;
}
.form-top-left{
    float:left;
    width:75%;
    padding-top:33px;
}
.form-top-right{
    float:left;
    width:25%;
    padding-top:15px;
    font-size:40px;
    color:#ddd;
    text-align:right;
}
.form-bottom{
    background:transparent;
    box-shadow:0px 7px 12px rgba(0,0,0,0.29);
    padding-top:20px;
    padding:25px 25px 30px 25px;
    background:#eee;
    -webkit-border-radius:0 0 4px 4px;
    -moz-border-radius:0 0 4px 4px;
    border-radius:0 0 4px 4px;
    text-align:left;
}
.font-white{
    color:#fff;
    margin-top:0;
    font-size:18px;
    font-weight:400;
}
h3{
    font-size:22px;
    font-weight:300;
    color:#555;
    line-height:30px;
}
.form-group{
    margin-bottom:15px;
}
a.forgot{
    display:inline-block;
    color:#0084B4;
    text-decoration:none;
    font-size:12px;
    padding-top:10px;
    font-weight:500;
}
.form-bottom form button.btn-sign-in{
    width:100%;
}
button.btn{
    height:20px;
    line-height:40px;
    opacity:1;
}
a.forgot,button.btn-sign-in{
    overflow:hidden;
    position:relative;
}
a.forgot{
    display:inline-block;
}
a.forgot{
    color:#0084B4;
    text-decoration:none;
    font-size:12px;
    padding-top:10px;
    font-weight:500;

}
button.btn-sign-in{
    margin:0;
    padding:0 10px;
    vertical-align:middle;
    background:#0084B4;
    border:0;
    font-family:'Roboto',sans-serif;
    font-size:12px;
    font-weight:300;
    line-height:30px;
    color:#fff;
    -moz-border-radius:4px;
    -webkit-border-radius:4px;
    border-radius:4px;
    text-shadow:none;
    -moz-box-shadow:none;
    -webkit-box-shadow:none;
    box-shadow:none;
    -o-transition:all .3s;
    -moz-transition:all .3s;
    -webkit-transition:all .3s;
    -ms-transition:all .3s;
    transition:all .3s;
}
button.btn-sign-in:hover{
    opacity:0.6;
}
.text-danger{
    font-size:0.7rem;
    padding:2px 0px 1px 4px;
}

