body {
    font-family: "Open Sans", sans-serif !important;
}

@media (min-width: 1200px) {
    .container {
        max-width: 1266px;
    }

    #pengumuman-panel-mobile{
        display: none;
    }
}

.bg-image {
    background: rgb(54, 113, 209);
    /* background-image: url("/img/Loginimage-kapal.png"); */
    background-image: url("/img/25 Juni.png");

    background-size: cover;
    min-height: 100vh;
    background-position: center;
}

.card-login {
    background: #ffffff;
    /* border-radius: 28px 0px 0px 28px; */
}

.card {
    border-radius: 0px;
}

.card-login .login-text {
    font-weight: 700;
    font-size: 24px;
    color: #204d95;
    line-height: 32px;
}
.card-login .link-lg {
    font-weight: 700;
    font-size: 14px;
    line-height: 18px;
    color: #000000;
    text-decoration: none;
}

.desc-lgn {
    position: absolute;
    width: 623px;
    height: 76px;
    left: 94px;
    top: 530px;

    font-family: "Open Sans";
    font-style: normal;
    font-weight: 600;
    font-size: 28px;
    line-height: 38px;
    display: flex;
    align-items: center;
    letter-spacing: 0.01em;

    color: #ffffff;
}

.icon-eye {
    display: block;
}
.icon-eye::before {
    content: "";
    background: url("/assets/site/img/icon-login/eye.svg") no-repeat;
    background-size: 20px 20px;
    position: absolute;
    width: 20px;
    height: 20px;
    margin: 10px 0px;
    cursor: pointer;
    margin-left: -35px !important;
}

/* .logo {
    position: absolute;
    left: 6.94%;
    right: 80.49%;
    top: 67.37%;
    bottom: 25.95%;
} */

.button-primary-aap {
    /* Primary/DarkBlue */
    background: #1065c0;
    border-radius: 8px;
    color: #ffffff;
    font-weight: 700;
    font-size: 14px;
    line-height: 18px;
    /* identical to box height, or 129% */
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 12px 16px;
    height: 48px;
    max-width: 304px;
    max-height: 48px;
}

.icon-eye {
    display: block;
}
.icon-eye::before {
    content: "";
    background: url("/img/svg/eyeeye-icon.svg") no-repeat;
    background-size: 20px 20px;
    position: absolute;
    width: 20px;
    height: 20px;
    margin: 6px 0px;
    cursor: pointer;
    margin-left: -35px !important;
}

.logo2 {
    /* position: absolute; */
    padding: 30px 30px;
    left: 0px;
    top: 50px;
}


#pengumuman-panel {
    /* position: absolute; */
    /* top: 50%; */
    overflow: auto;
    max-height: 350px;
    padding: 20px 20px 20px 20px;
    margin: 0px 30px 0px 30px;
    width: 90%;
    /* transform: translate(0%, -50%); */
}

#text-login {
    position: absolute;
    bottom: 50px;
    padding: 0px 30px 0px 30px;
}

.ann-link:hover{
    background-color: #0000000b;
}

/* #pengumuman-panel-mobile{
    display: block;
} */