.wpthemeLayoutContainers {
    background-image: url(/wps/WD_Astra_Images/blue-bg.jpg);
}

.fluid_bg {
    /*background-image: url('/wps/WD_Astra_Images/blue-bg.jpg');*/
    background-repeat: no-repeat;
    background-size: cover;
   /* height: 100vw; */
}

.custom-card {
    margin: 0 auto;
    background-image: url('/wps/WD_Astra_Images/bg-rectangle.svg');
    background-repeat: no-repeat;
    background-size: cover;
    width: 1008px;
    border-radius: 10px;
    margin-top: 50px;
}

.panel {
    position: relative;
    margin: 0 auto;
    border-radius: 10px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, .1);
}

.panel-header {
    padding: 20px 20px 0px 20px;
}

.header-right-text {
    font-size: 14px;
    color: #333;
    line-height: 1.4;
}

.header-right-text p {
    font-size: 12px;
    color: #000000;
    text-decoration: none solid rgb(0, 0, 0);
    text-align: right;
    margin-top: 10px;
}

.about-pill {
    background: #0067a8;
    color: #fff;
    font-weight: 700;
    padding: 6px 14px;
    border-radius: 5px 0px 0px 5px;
    margin-top: 8px;
    display: inline-block;
    font-size: 16px;
    margin-right: -20px;
    padding-right: 40px;
}

.panel-body {
    padding: 0px 20px 20px 20px;
}

.error-line {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 8px;
    color: #b4232b;
    font-weight: 600;
    margin-bottom: 16px;
    font-size: 13px;
    padding: 0 0 0 10px;
}

.login-body {
    min-height: 347px;
}

.login-form label {
    font-weight: 700;
    font-size: 16px;
    text-align: right;
}

.login-form .form-control {
    width: 269px;
    height: 40px;
    padding: 0px 8px;
    border: 1.5px solid #8c8c8c;
    border-radius: 4px;
    background-color: #ffffff;
    font-size: 14px;
    color: #000000;
    line-height: 18px;
}

.btn-login.gen-btn {
    width: max-content;
    margin-left: 132px;
}

.sub-btns {
    display: flex;
    justify-content: space-between;
    
}


.btn-login {
    width: 95px;
    height: 33px;
    padding: 0px 5px;
    border-radius: 4px;
    background-color: #002f6e;
    font-size: 14px;
    color: #ffffff;
    text-align: center;
    box-shadow: none;
    border: 1px solid #002f6e;
}

.btn-login:hover {
    background: #002f6e;
}



.safety {
    font-size: 13px;
    margin-top: 14px;
    color: #555;
}

.safety-tips {
    text-align: right;
    display: flex;
    align-items: center;
    font-size: 14px;
    color: #000;
    margin-top: 13px;
}

.safety-tips strong {
    font-weight: 700;
}

.safety-icon {
    margin-left: 5px;
}

.astra-head h5 {
    font-weight: 700;
    font-size: 14px;
    color: #0067a8;
}

.astra-head img {
    width: 111px;
    height: 71px;
}

#astraCarousel .carousel-control-prev {
    display: none;
}

div#astraCarousel {
    padding: 10px;
    border-radius: 10px;
    background-color: #ffffff;
    box-shadow: 6px 1px 15px rgba(0, 0, 0, 0.2);
    position: absolute;
    left: -100px;
    width: 696px;
}

div#astraCarousel .carousel-item img {
    border-radius: 10px;
    width: 676px;
    height: 217px;
}

#astraCarousel .carousel-control-next {
    display: none;
}

.astra-head {
    position: absolute;
    bottom: 25px;
}

.astra-head p {
    color: #000;
    font-size: 12px;
}

.legal {
    font-size: 11px;
    color: #525252;
    text-align: right;
    margin-top: 14px;
}

.tollbar-full {
    background: #0074bd;
    color: #fff;
    text-align: center;
    padding: 9px 25px 10px 25px;
    font-weight: 700;
    width: max-content;
    margin: 0 auto;
    font-size: 17px;
    border-radius: 0px 0px 10px 10px;
}

.tollbar-full .num {
    color: #ffd91f;
}
