@font-face {
    font-family: 'font_bold';
    src: url('../fonts/MazdaType-Bold.otf');
}
@font-face {
    font-family: 'font_bold_italic';
    src: url('../fonts/MazdaType-BoldItalic.otf');
}
@font-face {
    font-family: 'font_small';
    src: url('../fonts/MazdaType-Regular.otf');
}
@font-face {
    font-family: 'font_small_italic';
    src: url('../fonts/MazdaType-MediumItalic.otf');
}
:root {
    --warna-text:#fff; /* Definisikan variabel warna utama */
  }
body{
    min-height: 100vh;
    background-image: url("../img/landscape.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color:#151313;
    flex-direction: column;
    font-family: 'font_small', sans-serif;
}
.logo{
    display: flex;
    justify-content: center;
    align-items: center;
}
.logo img{
 width: 8rem;
}
.logo2, .web{
    display: none;
   }
.logo-index img{
    width: 8rem;
}
.logo-profile img{
    width: 8rem;
}
/* home */
.home,.login,.register, .profile, .feedback, .rundown{
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin-top: 3%;
}
.home a{
    width: 150px;
    margin-top: 50px;
}
.web,.home,.login, .login .form-group, .register,.register .form-group .judul, .profile .judul, .profile table, .feedback,.feedback .form-group .judul, .rundown{
    font-size: 1rem;
    color: var(--warna-text);
    text-shadow: 1px 1px 2px #000;
    font-weight: lighter;
}
/* LOGIN */
.login .form-group, .register .form-group, .feedback .form-group{
    margin-top: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.login .form-group input::placeholder{
    text-align: center;
}
.login .form-group input{
    width: 80%;
    text-align: center;
}
.login button, .register button, .profile a, .foto .tombol .form-group a, .ttd .form-group a, .ttd button, .success-register a{
    background-color: #4e4d4d;
    color: #fff;
    border-radius: 30px;
    width: 8rem;
}
.login{
    margin-top: 5rem;
}
.profile .btn-feedback{
    width: 15rem;
}
/* REGISTER */
.register .form-group input::placeholder{
    text-align: center;
}
.register .form-group input{
    width: 80%;
    text-align: center;
}
.register .form-group label{
    display: block;
    margin-bottom: 5px;
}
/* profile */
.profile .content{
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    text-align: center;
}
/* Foto */
.foto{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin-top: 40px;

}
.foto .kamera{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.foto .kamera canvas, .foto .kamera video{
    border-radius: 10px;
    border: 3px var(--warna-text) solid;
}
/* ttd */
.ttd input{
    border-radius: 30px;
}
/* success register */
.success-register .card{
display: flex;
justify-content: center;
align-items: center;
margin-top: 15rem;
padding: 20px;
border-radius: 20px;
}
.rundown{
margin-bottom: 30px;
}
.rundown img{
border-radius: 30px;
}
@media screen and (max-width: 786px){
  
body{
    background-image: url("../img/portrait4.png");
    background-size: 100%;
    background-position: center;
}
.web{
    font-size: 0.8rem;
    display: inline;
    margin-right: 5.5rem;
}
.logo2{
    display: inline;
    margin-left: 5.5rem;
}
.logo img{
    width: 5.5rem;
}
.logo2 img{
    width: 3.2rem;
}
.logo-profile img{
    width: 5.5rem;
}
.logo-index img{
    width: 7rem;
}
/* login */
.login .judul, .login .form-group, .peserta .judul, .foto .judul, .ttd .judul{
    font-size: 0.9rem;
}
.login .form-group input{
    width: 100%;
}
/* peserta */
.profile .judul span{
    font-size: 1.8rem;
}
}
@media screen and (max-width: 576px){

    .logo img{
        width: 5rem;
    }
    .logo-profile img{
        width: 5rem;
    }
    .logo-index img{
        width: 6.5rem;
    }
    /* login */
    .home, .login .judul, .login .form-group, .peserta .judul, .foto .judul, .ttd .judul{
        font-size: 0.7rem;
    }
    .login .form-group input{
        width: 100%;
    }
    /* peserta */
    .profile .judul span{
        font-size: 1.5rem;
    }
  
    }
