.container{
    margin-top: 30px;
}

#form_login{
    border:1px #4cb399 solid;
    border-radius:5px;
    width: 100%;
    height: 100%;
    margin: 20px;
    padding: 50px;
}

hr{
    opacity:0;
}

p{
    border: 0px black solid;
    height: 10px;
    font-size: 10px;
    padding: 0px 10px 0 0px;
    position: absolute;
    background: white;
    opacity:0;
    color: #4cb399;
    z-index:0;
    margin-top:-8px !important;
    margin-left: 10px !important;
}

.form-control{
    background: white !important;
    background: url() no-repeat scroll 7px 7px;
    
}   

.form-control:focus {
    color: white;
    background-color: #fff;
    border-color: #4cb399;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.25) !important;
    border-color:#4cb399 !important;
}      

.div_input{
    display: inline-block;
    border: 0px black solid;
    width: 100%;
}   

i.user_i{
    z-index: 0;
    right: 55px;
    position: absolute;
    bottom: 196px;
    color: #4cb399;
    border: 1px #4cb399 solid;
}

i.pass_i,i.pass_i:active {
    z-index: 0;
    right: 55px;
    position: absolute;
    bottom: 125px;
    color: #4cb399;
    border: 1px #4cb399 solid;
}



