::-webkit-input-placeholder { /* Edge */
    font-size: small !important;
    opacity: 1 !important;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    font-size: small !important;
    opacity: 1 !important;
}

::placeholder {
    font-size: small !important;
    opacity: 1 !important;
}

.contact{
    margin-top: 5rem;
}
.content{
    margin-top: 3em;
}
body{
    background: rgb(255,255,255);
    background: -moz-linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(222,222,222,0.7161239495798319) 100%);
    background: -webkit-linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(222,222,222,0.7161239495798319) 100%);
    background: linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(222,222,222,0.7161239495798319) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#dedede",GradientType=1);
}
.error{
    color: #ff7a96;
}
.alert-danger{
    width: 100%;
    text-align: center;
}
.alert-success{
    width: 100%;
    text-align: center;
}