/* Made with love by Mutiullah Samim*/
@import url('https://fonts.googleapis.com/css2?family=Comfortaa:wght@400;500;700&display=swap');

html,body{
background-image: 
linear-gradient(to bottom, rgba(2,10,152, 0.73), rgba(95, 96, 109, 0.82)),
url('../img/univpancasila.jpg');
background-size: cover;
background-repeat: no-repeat;
height: 100%;
font-family: 'Comfortaa', cursive;
}

.container{
height: 100%;
align-content: center;
}

.card{
height: auto;
margin-top: auto;
margin-bottom: auto;
background-color: rgba(0,0,0,0.5) !important;
box-shadow: 0 2px 6px rgb(0, 0, 0);
}

.badge {
    line-height: unset;
}

.social_icon span{
font-size: 60px;
margin-left: 10px;
color: #FFC312;
}

.social_icon span:hover{
color: white;
cursor: pointer;
}

.card-header h3{
color: white;
}

.social_icon{
position: absolute;
right: 20px;
top: -45px;
}

.input-group-prepend span{
width: 50px;
background-color: #FFC312;
color: black;
border:0 !important;
}

input:focus{
outline: 0 0 0 0  !important;
box-shadow: 0 0 0 0 !important;

}

.remember{
color: white;
}

.remember input
{
width: 20px;
height: 20px;
margin-left: 15px;
margin-right: 5px;
}

.login_btn{
color: black;
background-color: #FFC312;
width: 100px;
}

.login_btn:hover{
color: black;
background-color: white;
}

.links{
color: white;
}

.links a{
margin-left: 4px;
}

/* CSS untuk efek hover pada link teks utama (Registrasi, Lupa Password) */
.footer-link-hover {
    transition: color 0.3s ease-in-out, text-decoration 0.3s ease-in-out;
    text-decoration: none; /* Hilangkan underline default */
}

.footer-link-hover:hover {
    color: #ffc107 !important; /* Warna kuning Bootstrap (text-warning) */
    text-decoration: underline; /* Munculkan underline saat hover */
    font-weight: bold; /* Sedikit penebalan saat hover */
}

/* CSS untuk efek hover pada tombol download */
.footer-download-btn {
    transition: all 0.3s ease-in-out;
}

.footer-download-btn:hover {
    background-color: #ffc107 !important; /* Background menjadi kuning */
    color: #212529 !important; /* Warna teks menjadi gelap */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); /* Efek bayangan */
    transform: translateY(-2px); /* Sedikit terangkat */
}

/* Penyesuaian responsif untuk download link agar lebih menonjol di desktop */
@media (min-width: 576px) {
    .download-group {
        gap: 10px; /* Jarak antar tombol download di desktop */
    }
}

/* Styling untuk garis pemisah */
.login-footer-custom hr {
    border-top: 1px solid rgba(255, 193, 7, 0.5); /* Garis pemisah setengah transparan kuning */
}