.form-control {
    display: block;
    width: 100%;
    margin: 19px 0px;
    padding: 10px;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #ffffff;
    background-color: #313131;
    background-clip: padding-box;
    border: 1px solid #2dc810;
}

.show_pass_btn {
    height: 50px !important;
    padding: 10px !important;
    display: flex !important;
    justify-content: center;
    align-items: center;
}