﻿body {
    background-image: url('../image/bg.png?v=0.3');
}

.bgblue {
    /*background-color: #036EA3;*/
    background-image: url('../image/bgblue.png?v=0.2');
    background-size: contain;
    background-repeat: no-repeat;
    text-align: center;
    border-radius: 12px;
    padding: 0px 7px;
    padding-bottom: 1%;
    min-height: 750px;
    position: relative;
}

.form {
    background: white;
    padding: 0px 20px;
    border-radius: 14px;
    padding-bottom: 3px;
}

.loginbox input {
    width: 100%;
    border: none;
}

    .loginbox input:focus-visible {
        outline: none !important;
    }

    .loginbox input:-internal-autofill-selected {
        background-color: white !important;
    }

.loginbtn:focus {
    background: #036EA3;
    color: white;
}

.loginbox input:focus {
    outline: none;
    box-shadow: none;
}



.loginbox input::placeholder, .loginbox select {
    color: black;
    font-family: "Domine", serif !important;
    font-size: 14px;
}

.loginbox .inpgroup {
    display: flex;
}

.loginbox {
    margin: 25px 0px;
}

.loginbtn {
    background-color: #036EA3;
    color: white;
}

.whitebg {
    background-color: white;
    position: relative;
    border-radius: 14px;
    box-shadow: -8px 8px 16px 6px rgb(0 0 0 / 35%);
}



.bgblue p,
.bgblue p label,
.loginbox span,
.clientdetails,
.policy,
.form p {
    font-family: "Domine", serif;
    letter-spacing: 0%;
    text-align: center;
}

.loginbox input {
    font-family: "Domine", serif;
}

.bgblue p,
.bgblue p label {
    color: white;
    font-weight: 600;
    font-size: 16px;
    margin-bottom: 18px;
}

.loginbox span {
    color: black;
    font-size: 13px;
    font-weight: bold;
    letter-spacing: 0.5px;
}


@media only screen and (min-width:767px) and (max-width:991px) {
    .bgblue {
        background-size: contain !important;
        padding: 0px 17px;
        min-height: 590px !important;
        margin-bottom: 50px;
    }
    .Needhelp {
        margin-bottom: 7% !important;
    }
}


@media only screen and (min-width:350px) and (max-width:425px)
{
    .copyrightcontent {
        left: 4% !important;
        transform:none !important;
    }
}

@media only screen and (max-width:991px) {
    .clientlogodetails {
        left: 9%;
        transform: translate(0%);
    }
    .HelpDetails {
        left: 22%;
        /* transform: translate(-50%); */
        /* margin-bottom: 40px; */
        position: absolute;
        bottom: 66px;
    }
        .whitebg {
        box-shadow: -8px 8px 16px 6px rgb(0 0 0 / 17%) !important;
    }

    .bgblue {
        background-size: cover !important;
        padding: 0px 17px;
        min-height: 533px;
        margin-right: 7px;
        /*box-shadow: -8px 12px 7px 11px rgb(0 0 0 / 17%) !important;*/
    }

}

.clientdetails {
    text-align: center;
    margin-top: 9px;
}

.Needhelp a {
    color: #036EA3 !important;
    font-weight: bold;
    background: white;
    padding: 8px 10px;
    border-radius: 26px
}

.clientlogodetails {
    text-align: center;
    margin-top: 0px;
}
.clientlogodetails {
    text-align: center;
    margin-top: 0px;
    position: absolute;
    top: 35px;
    max-height: 185px;
    display: grid;
    place-items: center;
}
@media only screen and (max-width:567px)
{
   
    .clientlogodetails {
        position: relative !important;
        left: 14px !important;
    }
        .clientlogodetails h3 {
            font-size: 20px !important;
        }
        .clientlogodetails h3{
            width:auto !important;
        }
    .HelpDetails {
        left: 8% !important;
    }

    .Needhelp {
        margin-bottom: 17px !important;
    }
}

@media only screen and (min-width:567px) and (max-width:767px) {
    .clientlogodetails {
        left: 2% !important;
    }
}

.clientlogodetails h3 {
    font-family: "Domine", serif;
    font-weight: 700;
    font-size: 29px;
    color: #036EA3;
    text-align: center;
    width: 500px;
    word-break: break-word;
    letter-spacing: 1px;
    margin: auto;
    margin-top: 11px;
}

.clientlogodetails img {
    width: 125px;
    max-height: 110px;
}

.copyright {
    font-size: 12px !important;
    font-weight: 400 !important;
}

.bgblue i {
    margin: 0px 10px 0px 0px;
}

.whitebg img {
    box-shadow: 2px -1px 4px 0px #00000040;
    border-radius: 46px;
    margin-top: -40px;
}



.policy {
    color: #036EA3;
    font-weight: bold;
}

.form p {
    margin-bottom: 10px;
    font-size: 11px;
    font-weight: bold;
}

@media only screen and (min-width:992px) and (max-width:1199px) {

    .bgblue {
        background-size: contain !important;
        min-height: 634px;
    }
    .clientlogodetails {
        left: 10% !important;
    }
    .HelpDetails {
        left: 41% !important;
        transform: translate(-33%) !important;
    }

    .clientdetails h3 {
        font-size: 29px !important;
    }
}

@media only screen and (min-width:1200px) {
   /* .bgblue {
        background-size: cover !important;
    }*/


    .Needhelp {
        margin-bottom: 12% !important;
    }
}

.Needhelp a:hover {
    background: #0775a6;
    color: white !important;
    border: 1px solid;
}

@media only screen and (min-width:991px) and (max-width:1200px) {
    .Needhelp {
        margin-bottom: 8% !important;
    }
}

.copyrightcontent {
    position: absolute;
    left: 50%;
    transform: translate(-50%);
    bottom: 10px;
}
@media only screen and (min-width:991px) {
    
    .clientlogodetails {
        left: 18%;
        transform: translate(0%);
    }

    .HelpDetails {
        left: 50%;
        transform: translate(-50%);
        /*margin-bottom: 40px;*/
        position: absolute;
        bottom: 110px;
    }
}
@media only screen and (min-width:1024px) {
    

    .whitebg {
        background-color: white;
        position: relative;
        margin-left: -25%;
        border-radius: 14px;
    }
}

@media only screen and (max-width:767px) {
    .bgblue p, .bgblue p label {
        margin-bottom: 12px;
    }
    .clientdetails h3 {
        font-size: 16px !important;
    }

    .whitebg {
        margin-bottom: 17px;
        margin-top: 63px;
    }
}

.mainloginbox {
    display: grid;
    place-items: center;
    height: 100vh;
}

.loginbox i {
    margin-right: 10px;
    color: #ADADAD;
    margin-top: 5px;
}

.loginbox select {
    padding: 10px;
}

.bgblue a {
    color: white;
    text-decoration: none;
}

.form a {
    text-decoration: none;
}

.showpassword {
    position: relative;
    width: 85%;
}

#hide {
    right: -40px;
    position: absolute;
    top: 4px;
}
.zoom-control i {
    font-size: 18px;
    color: #036ea3;
}

.zoom-control {
    position: fixed;
    bottom: 10px;
    right: 10px;
    display: flex;
    align-items: center;
    gap: 5px;
    border: 1px solid #ced4da;
    padding: 3px 1px;
    border-radius: 21px;
    z-index: 999;
    background: white;
}


.zoom-btn {
    width: 26px;
    height: 26px;
    background: none;
    border-radius: 50%;
    border: none;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: background-color 0.3s ease;
    color: white;
    font-size: 24px;
}
