body {
    width: 100%;
    height: 100%;
    background: url(../img/index_bg.png) repeat;
    background-size: cover;
    font-size: 15px;
    margin: 0;
    padding: 0;
}

.container {
    position: absolute;
    top: 50px; /* Adjust the distance from the top as needed */
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    padding-bottom: 100px;

}

.white-box {
    width: 1000px;
    height: 550px;
    background-color: white;
    border-radius: 10px;
    box-shadow: 0 0 20px 5px rgba(169, 169, 169, 0.5); /* Gray outer glow effect */
    display: flex;
    align-items: center;
    overflow: hidden;
    margin-left: auto;
    margin-right: auto;

}

.left-box {
    width: 322px;
    height: 550px;
    background: url(../img/left-bg.png) no-repeat center center;
    background-size: cover; /* Ensure the background covers the entire box */
}

.right-box {
    width: 518px;
    height: 550px;
    background-color: #ffffff; /* Set background color for the right box */
    border-bottom-right-radius: 10px;
    border-top-right-radius: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.logo {
    margin: 0 auto;
    display: block;
    width: 450px;
    padding-bottom: 30px;
}

h1 {
    color: #ffffff;
    margin-bottom: 30px;
}


.right-box {
    width: 678px;
    height: 550px;
    background-color: #ffffff;
    border-bottom-right-radius: 10px;
    border-top-right-radius: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
}

.btn-custom {
    background-color: #ae2424;
    border: none;
    border-radius: 8px;
    width: 300px;
    height: 100px;
    color: #ffffff;
    overflow: hidden;
    transition: background-color 0.3s ease, box-shadow 0.3s ease;
    font-size: 20px;
    margin-top: 10px; /* Adjust the distance between buttons */
    margin-bottom: 20px; /* Add margin to move the buttons higher */
    position: relative;
    line-height: 5px; /* Adjust the line height as needed */
    letter-spacing: 15px; /* Adjust the letter spacing as needed */
}

.btn-custom:hover {
    background-color: #ae2424bd;
    box-shadow: 0 0 20px 5px rgba(169, 169, 169, 0.5);
    color: #ffffff;
}

.btn-custom:focus {
    outline: none;
}

.btn-custom .icon {
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    width: 60px;
    height: 60px;
    background: url(../img/sign.png) no-repeat center center;
    background-size: contain;
    display: flex;
    align-items: center;
}

.btn-custom .icon2 {
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    width: 60px;
    height: 60px;
    background: url(../img/querry.png) no-repeat center center;
    background-size: contain;
    display: flex;
    align-items: center;
}
.tips_system {
    width: 1000px;
    text-align: justify;
    margin-top: 10px; /* Adjust the top margin as needed */
    margin-left: auto; /* Align with the left edge of the container */
    margin-right: auto;
}

.tips_system span {
    color: red;
    display: block;
    margin-top: 10px;
}

.tips_system p {
    color: white; /* Set the text color to white */
}

.btn-custom:visited {
    color: #ffffff !important; /* Set the text color to white */
}

/*.bottom-info-overlay {*/
/*    position: absolute;*/
/*    bottom: 0;*/
/*    left: 0;*/
/*    width: 100%;*/
/*    background-color: rgba(255, 255, 255, 0.5); !* White transparent overlay *!*/
/*    text-align: center;*/
/*    */
/*}*/

/*.bottom-info-content {*/
/*    padding: 10px;*/
/*    color: #ffffff; !* White text color *!*/
/*}*/






.tips_system {
    width: 90%;
    margin-top: 15px;
}

