@font-face {
    font-family: 'Mustica Pro';
    font-style: normal;
    font-weight: 400;
    src: url('/fonts/MusticaproSemibold-2OG5o.otf');
}

body { background-color: #04670729; }
button, a, label, input, select { font-family: "Mustica Pro"; font-size: 13px; }
.login-logo { width: 35%; height: 250px; margin: 5.5% auto 40px; background: white; }
.login-logo img { height: -webkit-fill-available; }
.form-group { width: 27%; margin-left: auto; margin-right: auto;}
input { border-radius: 3px; filter: drop-shadow(0px 3px 0px rgba(0,0,0,0.72)); background-color: #ffffff; border: 1px solid #707070; }
.btn-info { width: 15%; height: 45px; }