@font-face {
    font-family: landingRegular;
    src: url(/landing/font/BoogyBrut-Regular.otf);
}

html, body {
    height: 100%;
}

#app {
    /* background-color: #380411; */
    background-image: url(/landing/img/bg.png);
    background-size: cover;
    color: #fff;
    font-family: landingRegular, sans-serif;
}

.main-logo {
    max-width: 60%;
}

.garuda {
    width: 80px;
    position: absolute;
    top: 20px;
    left: 20px;
}

.logo-menbud {
    max-width: 50%;
}

.btn-rounded {
    border-radius: 150px;
}

.btn-warning {
    background-color: #cc8c06;
    border: 1px solid #cc8c06;
}

.btn-custom {
    border-radius: 150px;
    border: 1px solid #fff;
    background-image: linear-gradient(#4f0909, red);
    font-weight: bold;
    color: #fff;
    padding: 8px 30px;
}

.card-custom {
    background-color: #eeeff1;
    padding: 15px 40px;
    border: 2px solid #eee;
    box-shadow: 1px 1px 1px #ccc;
}

.card-custom .form-group {
    margin-bottom: 15px;
}

.card-custom label {
    font-weight: bold;
    margin-bottom: 15px;
}

.card-custom input, select {
    border-radius: 50px;
    box-shadow: 1px 2px 3px #ccc;
    padding: 10px 15px;
}

@media screen and (max-width: 900px) {
    .main-logo {
        max-width: 80%;
    }

    .garuda {
        width: 70px;
    }
}

@media screen and (max-width: 600px) {
    .main-logo {
        max-width: 100%;
        margin-top: 10px;
    }

    .garuda {
        width: 50px;
    }

    .fs-sm-14 {
        font-size: 14px;
    }

    .card-custom {
        background-color: #eeeff1;
        padding: 15px 20px;
        border: 2px solid #eee;
        box-shadow: 1px 1px 1px #ccc;
    }
}