@font-face {
    font-family: DidactGothic;
    src: url('../fonts/DidactGothic-Regular.ttf');
}

body{
    font-family: DidactGothic;
}

input::placeholder { 
    color: #000000;
    opacity: 1; 
}

input:-ms-input-placeholder { 
    color: #000000;
}

input::-ms-input-placeholder { 
    color: #000000;
}

input.bg-gold {
    background-color:#AC8221;
    border: 1px solid #AC8221;
    width: 100%;
}