.bg-back {
    background-image: url(../images/wp3416334.webp);
    background-position: center center;
    background-size: cover;
    position: relative;
}

.bg-back::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.434);
    z-index: -1;
}

.outer-box {
    padding: 40px;
    width: 100%;
    background: rgba(255, 255, 255, 0.09);
    border-radius: 16px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    border: 1px solid rgba(255, 255, 255, 0.3);
}

.inner-box {
    padding: 20px 30px;
    border: 1px solid rgba(255, 255, 255, 0.386);
    background-color: rgba(214, 214, 214, 0.201);
    border-radius: 8px;
    color: white;
    transition: all 0.2s linear;
}

.inner-box:hover {
    border: 1px solid rgba(255, 255, 255, 0.915);
    background-color: rgba(214, 214, 214, 0.461);
    transform: translateY(-3px);
}

.outer-box a {
    color: black;
    text-decoration: none;
}

.page-box {
    border: 1px solid black;
    padding: 45px;
    background: rgba(255, 255, 255, 0.09);
    border-radius: 16px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    border: 1px solid rgba(255, 255, 255, 0.3);
}

input {
    border-radius: 5px;
    font-size: 16px !important;
    height: 50px !important;
}

.ans-box {
    width: 100%;
    border: 1px solid rgba(255, 255, 255, 0.386);
    height: 50px;
    background-color: rgba(214, 214, 214, 0.389);
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ans-box h4 {
    font-size: 18px;
    color: white;
    margin: 0;
}

.green {
    background-color: rgba(86, 146, 86, 0.827) !important;
}

.red {
    background-color: rgba(139, 82, 82, 0.74) !important;
}

.form-control {
    background-color: rgb(214, 214, 214);
}

.form-control:focus {
    box-shadow: 0 0 0 .25rem rgba(101, 101, 102, 0.657) !important;
    border-color: #58595b !important;
}

.btn-dark {
    background-color: rgb(130, 130, 130);
}

.input-box {
    padding: 12px;
    width: 59px;
    border: none;
    border-radius: 12px;
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    background-color: rgb(214, 214, 214);
}

.input-box:focus {
    box-shadow: 0 0 0 .25rem rgba(101, 101, 102, 0.657) !important;
}