body {
    background-color:#111 !important;
    background-repeat:no-repeat !important;
    background-image:url(https://irp.cdn-website.com/eec484a0/dms3rep/multi/bg1.png) !important;
    background-size:cover !important;
    color: #fff;
    margin: 0;
}
body * {
    font-family: fontin_sansregular;
}
.header {
    background-color: #171412;
    width: 100%;
    margin: 0;
    height: 3.75em;
}
.header img {
    position: absolute;
    top: 0.7em;
    left: 12%;
}
.logindiv {
    background-color: rgba(0,0,0,.4);
    height: 18em;
    width: 50em;
    max-width: 80%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.within_a_div {
    position: absolute;
    left: 50%;
    transform: translate(-50%);
    text-align: center;
    width: 100%;
}
input {
    padding: 10px;
    background-color: rgba(0,0,0,.4);
    width: 30em;
    max-width: 51%;
    margin: 0.5em;
    border: 0;
    color: #fff;
}
button {
    box-shadow: 15px 15px 15px 15px rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    border: none;
    padding: 10px 12em;
    max-width: 60%;
    max-height: 4em;
    background-color: #617a2a;
    color: #9bad5e;
    cursor: pointer;
    transition: 0.2s;
    margin-top: 2em;
}
button:hover {
  color:#d0e294;
}
h1 {
    margin-top: 1.5em;
    font-size: 20px;
    margin-bottom: 1.7em;
}
p {
    color: #887035; 
    position: absolute;
    left: 50%;
    transform: translate(-50%);
    top: 3em;
}

@font-face {
    font-family: 'fontin_sanssmall_caps';
    src: url('fontin_sans_bi_45b-webfont.woff2') format('woff2'),
         url('fontin_sans_bi_45b-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'fontin_sansitalic';
    src: url('fontin_sans_i_45b-webfont.woff2') format('woff2'),
         url('fontin_sans_i_45b-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'fontin_sansregular';
    src: url('fontin_sans_r_45b-webfont.woff2') format('woff2'),
         url('fontin_sans_r_45b-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}