.backg{
    background-image: url('assets/img/form-bg.jpg') !important;
}
input{
    background-color: rgba(0, 128, 255, 0.077);
    color: rgb(255, 255, 255);
}
textarea{
    background-color: rgba(0, 128, 255, 0.077);
    color: #fffcfc;
}

.tits{
    color: rgb(30, 2, 76);
    font-family: Arial, Helvetica, sans-serif;
    padding-left:25px;
    font-style: oblique;
    text-shadow: 2px 2px 5px rgb(255, 252, 252);
}