body {
    background-color: #9292b5;
    text-align: center;
    margin: 0 auto;
}

form {}

form input {
    border: 1px solid #ccc;
    margin: 2px;
    padding: 10px;
    font-size: 16px;
    border-radius: 5px;
}

.bglogin {
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    -moz-box-shadow: 0 0 10px #6a6a6a;
    -webkit-box-shadow: 0 0 10px #6a6a6a;
    box-shadow: 0 0 10px #6a6a6a;
    width: 500px;
    height: auto;
    margin: 50px auto;
    padding: 20px;
    border: 1px solid #333;
    background-color: rgba(76, 175, 80, 0.6); /* Green with transparency */
    font-family: Verdana, Arial, sans-serif;
    color: #fff;
}

.bglogin table {
    margin: 20px auto;
    border: 1px solid #EFEFEF;
    font-size: 14px;
    color: #333;
}

.flash {
    margin-top: 20px;
    height: auto;
    text-align: center;
}

.button,
.btn-secondary {
    display: inline-block;
    width: 150px; /* Set explicit width */
    padding: 10px 20px; /* Adjust padding to control size */
    text-align: center;
    font-family: Verdana, Arial, sans-serif;
    font-size: 16px;
    cursor: pointer;
    border-radius: 5px;
    border: none;
    text-decoration: none;
    margin: 5px; /* Space between buttons */
}

.button {
    background: #008DC2;
    color: #fff;
    border: 1px solid #EFEFEF;
}

.button:hover {
    background: #005f73;
}

.btn-secondary {
    background-color: #6c757d;
    color: #fff;
}

.hight_link {
    font-family: Verdana, Arial, sans-serif;
    font-size: 14px;
    text-decoration: none;
    color: #fff;
}

.hight_link:hover {
    color: #ccc;
    text-decoration: underline;
}

.download-button {
    display: inline-block;
    padding: 10px 20px;
    margin-top: 10px;
    background-color: #005f73;
    color: #fff;
    border-radius: 5px;
    text-decoration: none;
}

.download-button:hover {
    background-color: #008DC2;
}

/* SUPPORT ONLINE */
.support_online {
    border: 1px solid #efefef;
    margin: 5px 2px 5px 2px;
    padding: 10px;
    float: right;
    text-decoration: none;
}

.support_online img {
    width: 75px;
    height: 18px;
}

.support {
    margin-right: 20px;
    float: right;
}

.sup-off {
    -moz-border-radius-bottomleft: 10px;
    -moz-border-radius-bottomright: 10px;
    -moz-border-radius-topleft: 10px;
    -moz-border-radius-topright: 10px;
    -moz-box-shadow: 0 0 5px yellow;
    -webkit-box-shadow: 0 0 5px yellow;
    text-decoration: none;
    margin: 10px;
    font-weight: bold;
    padding: 8px 2px 8px 29px;
    display: block;
    border: 1px solid red;
    background: yellow;
    background: #ffffff url(../../asset/themes/yahoo-off-support.gif) 1px no-repeat;
    color: silver;
}

.sup-on {
    -moz-border-radius-bottomleft: 10px;
    -moz-border-radius-bottomright: 10px;
    -moz-border-radius-topleft: 10px;
    -moz-border-radius-topright: 10px;
    -moz-box-shadow: 0 0 5px yellow;
    -webkit-box-shadow: 0 0 5px yellow;
    text-decoration: none;
    margin: 10px;
    font-weight: bold;
    padding: 8px 2px 8px 28px;
    display: block;
    border: 1px solid red;
    background: yellow;
    background: #ffffff url(../../asset/themes/yahoo-support.gif) 1px no-repeat;
}

.sup-on:hover {
    -moz-border-radius-bottomleft: 10px;
    -moz-border-radius-bottomright: 10px;
    -moz-border-radius-topleft: 10px;
    -moz-border-radius-topright: 10px;
    -moz-box-shadow: 0 0 5px brown;
    -webkit-box-shadow: 0 0 5px brown;
    text-decoration: underline;
    margin: 10px;
    font-weight: bold;
    padding: 8px 2px 8px 28px;
    display: block;
    border: 1px solid red;
    background: yellow;
    background: #ffffff url(../../asset/themes/yahoo-support.gif) 1px no-repeat;
}

.pengumuman {
    width: 325px;
}

.pengumuman td,
th {
    padding: 1px 5px 1px 5px;
    font-size: .8em;
    border-bottom: 1px solid #ABABAB;
    border-right: 1px solid #ABABAB;
}

#dialog {
    border: 5px solid red;
    margin: 10px auto;
    float: left !important;
}

span.error {
    color: red;
}

/* ENDSUPPORT ONLINE */
