body.login-page {
    background: #EFF9FF;
    padding: 75px 0;
    font-family: "Poppins";
    position: relative;
}

.copyright.text-center {
    position: fixed;
    bottom: 30px;
    width: 100%;
}


.login-image .img-fluid {
    width: 400px;
    margin: 0 auto;
}

img.Bllogo {
    width: 250px;
}

h4 {
    font-family: "Poppins";
    font-weight: 700;
    font-size: 28px;
    color: #10263C;
    padding-bottom: 10px;
}

.login-logo {
    padding-bottom: 20px;
    padding-top: 30px;
}

.form-control {
    background: #ffffff !important;
    font-size: 15px;
    font-family: "Poppins";
    height: 50px;
    padding-left: 45px;
    box-shadow: none;
}


.btn-pri {
    height: auto;
    margin-top: 10px;
    width: auto;
    font-family: "Poppins";
    background: #299EE0;
    color: #fff !important;
    padding: 12px 50px;
    font-size: 16px;
    border-radius: 4px !important;
    border: none !important;
}

    .btn-pri:hover {
        background: #299EE0 !important;
        border: none !important;
    }

img.img-fluid.sp1 {
    position: absolute;
    bottom: 15px;
    left: 15px;
    width: 17px;
}

img.img-fluid.sp2 {
    position: absolute;
    bottom: 13px;
    left: 13px;
    width: 22px;
}

.form-group.login {
    position: relative;
}

.row.spr {
    padding-right: 100px;
}

.copyright p {
    font-weight: 400;
    font-size: 15px;
}

.loginrole p {
    margin-bottom: 5px;
    color: #000000;
}

.loginrole .form-control {
    padding-left: 10px;
}

.loginrole .btn-pri {
    margin: 20px 0 20px;
}

.loginrole a {
    color: #505050;
}

    .loginrole a span {
        font-family: "Poppins";
        text-decoration: none !important;
    }

.loginrole a {
    text-decoration: none !important;
}


select.form-control {
    appearance: none;
    cursor: pointer;
}

.select-drop-form {
    position: relative;
}

img.img-fluid.dar {
    position: absolute;
    bottom: 44%;
    right: 15px;
}

/*05-12-2022*/

.modal.otp .modal-dialog {
    width: 500px;
}

.modal.otp h4.modal-title {
    font-size: 20px;
    font-weight: 500;
    margin: 0;
}

.modal.otp span#lblinfo {
    font-size: 12px;
}

.modal.otp .form-group {
    margin-bottom: 0;
}

.modal.otp .modal-body {
    padding-bottom: 0 !important;
    padding-top: 25px;
}

.modal.otp .form-control {
    background: #ffffff !important;
    font-size: 15px;
    font-family: "Poppins";
    height: 50px;
    padding-left: 20px;
    box-shadow: none;
}

.modal.otp .btn-pri {
    height: auto;
    margin-top: 0px;
    width: auto;
    font-family: "Poppins";
    background: #299EE0;
    color: #fff !important;
    padding: 9px 35px;
    font-size: 13px;
    border-radius: 4px !important;
    border: none !important;
}

.modal.otp .form-group {
    margin-bottom: 0;
    padding-top: 10px;
}


/*08-12-2022*/

.modal.otp button.close {
    border: 1px solid #101010;
    font-weight: 400;
    height: 25px;
    width: 25px;
    line-height: 16px;
    border-radius: 100px;
}
