.success-box,
.error-box
{
padding: 10px;
position: fixed;
height: auto;

color: white;
z-index: 9999;
top: 20px;
left: 50%;
-webkit-transform: translateX(-50%);
transform: translateX(-50%);
}

.success-box{
    background-color: #57c3af;
}

.error-box{
    background-color: #ff3a20;
}
.form-control{
    width: 400px;
    height: 48px;
    margin-bottom: 10px;
    padding: 6px;
    background-color: #080808;
    color: white;
}
.email-send{
    color: white;
    background-color: #0a0b0b;
    padding: 8px;
}
#contactForm > div > div > div.col-md-12,
#contactForm > div > div.col-md-12
{
    padding: 0px;

}
