
.input-group img {
    width: 150px;
    padding: 0 0 50px 0;
    margin: 0 0 0 30px;
}

.input-group {
    position: relative;
    width: 100%;
}

.input-group input {
    position: relative;
    width: 100%;
    background: rgba(255, 255, 255, 1);
    outline: none;
    border: none;
    border-bottom: 1px solid rgba(15, 30, 50, 0.1);
    text-align: center;
    padding: 25px 0;
    font-size: 20px;
    font-weight: 300;
    -webkit-appearance: none;
    appearance: none;
    border-radius: 0;
}

.input-group input[type="submit"] {
    position: relative;
    width: 100%;
    padding: 25px 0;
    background: rgba(15, 30, 50, 1);
    color: rgba(255, 255, 255, 1);
    outline: none;
    border: none;
    font-size: 20px;
    font-weight: 300;
}

.input-group a {
    display: block;
    color: rgba(255, 255, 255, 1);
    text-decoration: none;
    margin: 20px 0;
    font-weight: 300;
}

.input-group h2 {
    font-size: 20px;
    color: rgba(255, 255, 255, 1);
    font-weight: 300;
}
