
hr {
    padding-top: 20px;
    padding-bottom: 0;
    width: 90%;
    border: 0;
    border-bottom: 1px solid #fff;
    margin: 20px auto;
}
.copyright {
    text-align: center;
    font-size: 14px;
}
.copyright span {
    color: #1e9b2a;
}

.showcase-form {
    position: relative;
    top: 0;
    height: 320px;
    width: 300px;
    padding: 40px;
    z-index: 100;
}
.showcase-form h2 {
    letter-spacing: 2px;
    color: #111;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
}
.showcase-form .form-control {
    margin: 30px 0;
}
.showcase-form input[type='text'], 
.showcase-form input[type='email'],
.showcase-form textarea {
    border: 0;
    border-bottom: 1px solid #b4becb;
    width: 100%;
    padding: 3px;
    font-size: 16px;
    resize: none;
}
.form-control textarea {
    border: 0;
    border-bottom: 1px solid #b4becb;
    width: 100%;
    padding: 3px;
    font-size: 16px;
    resize: none;
}
.showcase-form input:focus {
    outline: none;
}
.showcase-form textarea:focus {
    outline: none;
}
.showcase-form input[type='submit'] {
    cursor: pointer;
    background: #232c33;
    border-radius: 5px;
    border: 0;
}
.showcase-form input[type='submit']:hover{
    background: #012705;
    color: #fff
}



.card2 {
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
    padding: 20px;
    margin: 10px;
}

@media(max-width:900px){
    .showcase-form {
        justify-self: center;
        margin: auto;
    }

}


@media(max-width:480px){
    .card2 {
        width: 270px;
    }
}

