.input-wrapper input[type=email]{
    width: 100%;
    padding: .6rem 2.2rem .6rem .75rem;
    background-color: #111;
    border: 2px solid #007bff;
    color: #fff;
    border-radius: 6px;
    box-sizing: border-box;
}