label{
   padding-left:2%;
   width:20%;
   border-radius:5px;
   font-size:0.9em;
}

.legend{
    padding:10px;
    color:white;
    background-color:grey;
    #background-color:#046ca7;
    border-top-left-radius:5px;
    border-top-right-radius:5px;
    border-radius:4px;

    font-weight:bold
}

.bs-component{
border-bottom:3px solid #046ca7;
padding:0;

}

.login_top{

padding-top:50px;

}

.login_form{
padding-top:40px;
}

.forgot_password{
    padding-left:10px;
    color:red;
    font-weight:bold;
    font-size:0.9em;

}

.password-wrapper input[type="text"] {
    position: relative;
}

input { font-family: 'FontAwesome'; } /* This is for the placeholder */

.password-wrapper:before {
    font-family: 'FontAwesome';
    color:green;
    font-size:1.5em;
    position: absolute;
    content: "\f084";
    left:90%;
}

.username-wrapper input[type="text"] {
    position: relative;
}

.username-wrapper:before {
    font-family: 'FontAwesome';
    color:green;
    font-size:1.5em;
    position: absolute;
    content: "\f2be";
    left:90%;
}

