


.bodybg{
    background-color: #F0F0F0;
    /* background-image: url(../img/bg.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover; */
}

.login-card{
    background-color: #034176;
    box-shadow: 0px 0px 4px 4px #00000040;
    padding-top: 30px;
    border-radius: 12px;
}
img{
    width: 100%;
    margin: auto;
    height: auto;
}
.loginlogo {
    text-align: center;
}
.loginlogo img{
    width: 45%;
    height: auto;
    margin: auto;
}
.paynowlogo{
    text-align: center;
}
.paynowlogo{
    width: 20%;
    height: auto;
    margin: auto;
}
.loginlogo h3{
    font-family: "Inter", sans-serif;
    font-size: 24px;
    font-weight: 600;
    line-height: 43.57px;
    color: #232223;
    text-align: start;
}

.input-group-text {
    border-top-right-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
}
.input-group-text i{
    font-size: 18px;
}
.coun-text{
    text-align: center;
}
.coun-text p{
    font-size: 14px;
    font-weight: 400;
}
.bglogo {
    text-align: center;
    background-image: url(../img/spobg.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-bottom-right-radius: 6px;
    border-bottom-left-radius: 6px;
}
.bglogo img{
    width: 125px;
    height: auto;
    margin: auto;
}
.btn-light{
    background: #fff !important;
    border: #fff !important;
    color: #034176 !important;
}
.btn-light:hover{
    background: #fff !important;
    border: #fff !important;
    color: #034176 !important;
}
.form-label{
    font-family: "Inter", sans-serif;
    font-size: 14px;
    font-weight: 500;
    color: #ffff;
}
.form-check-label{
    font-family: "Inter", sans-serif;
    font-size: 14px;
    font-weight: 500;
    color: #fff;
}
.forgetlink{
    font-family: "Inter", sans-serif;
    font-size: 14px;
    font-weight: 500;
    color: #fff;
}
.forgetlink:hover{
    color: #fff;
}
.input-group-text {
    background-color: #fff;
    border-right: 0px;
}
.input-group>:not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
    border-left: 0px;
}
.input-group-text i{
    color: #034176;
}
