.left-side h1 img{
    margin-left:-28px;
    margin-top:22%;
    width:40%;
    height:auto;
}

.right-side{
    margin-left:-33%;
    margin-top:-3%;
}

.email{
    font-family:"Proxima Nova";
    font-size:20px;
    color:#000000;
}

.password{
    font-family:"Proxima Nova";
    font-size:20px;
    color:#000000;
    margin-top:5%;
}

.email_txt{
    width:379px;
    height:30px;
    margin-top:3px;
    border-bottom:2px solid #3d7c54;
    background:none;
    display:block;
    padding:6px 12px;
    font-size:16px;
}

.form{ padding:105px 0px 0px 39px; }

.form-control{
    box-shadow:none !important;
    border-top:none !important;
    border-left:none !important;
    border-right:none !important;
}

.rem_me{
    left:16%;
    position:absolute;
    top:77.5%;
    font-family:"Proxima Nova";
    font-size:17px;
    color:#000000;
}

.btn_signin{
    width:381px;
    height:44px;
    background-color:#3d7c54;
    border:none;
    font-family:"Proxima Nova";
    font-size:24px;
    color:#ffffff;
}

.forgot_password{
    color:white;
    top:107%;
    position:absolute;
    font-family:"Proxima Nova";
    font-size:18px;
    left:30%;
}

.forgot_password:hover{
    color:white;
    font-family:"Proxima Nova";
    font-size:18px;
    text-decoration:none;
}