html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}

#loading {
    display: none;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    position: fixed;
    opacity: 0.7;
    background-color: #fff;
    z-index: 99;
    text-align: center;
}

#loading-image {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -50px 0px 0px -50px;
    width: 100px;
    height: 100px;
}

.title {
    font-size: 26px;
    color: #0095da;
    font-weight: bold;
}

.login-wrapper {
    width: 64%;
    background-color: #fff;
    margin: auto;
    float: none;
    min-height: 350px;
    padding: 20px;
    margin-top: 1%;
    box-sizing: border-box;
    -webkit-box-shadow: 0px -21px 93px -28px rgba(171,171,171,0.94);
    -moz-box-shadow: 0px -21px 93px -28px rgba(171,171,171,0.94);
    box-shadow: 0px -21px 93px -28px rgba(171,171,171,0.94);
    border-radius: 12px;
    position: relative;
}

.page-wrapper {
    width: 100%;
    background-color: #fff;
    margin: auto;
    float: none;
    min-height: 450px;
    padding: 20px;
    margin-top: 1%;
    box-sizing: border-box;
    -webkit-box-shadow: 0px -21px 93px -28px rgba(171,171,171,0.94);
    -moz-box-shadow: 0px -21px 93px -28px rgba(171,171,171,0.94);
    box-shadow: 0px -21px 93px -28px rgba(171,171,171,0.94);
    border-radius: 12px;
    position: relative;
}

/*.captcha-list {
    padding: 0;
    margin: 0;
    list-style: none;
    float: left;
    width: 100%;
}*/

ul.captcha-list li {
float: left;
width: 100%;
}

/*        ul.captcha-list li input#txtCaptcha {
    width: 100%;
    float: left;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    outline: none;
}*/



.captcha-list div {
    float: left;
    width: 100%;
    margin-left: 5px;
    border: 1px solid #ccc;
    text-align: center;
    border-radius: 3px 0 0 3px;
    height: 38px;
    margin-right: -4px;
}

.captcha-list input[type="image"] {
    /*border: 1px solid #ccc;*/
    border-radius: 0 3px 3px 0;
    vertical-align:top;
    /*margin:0px 0px 0px 10px;*/
}

.errorCheck {
    color: red;
    font-size: 14px;
    /* font-weight: bold; */
}

.hideMessage {
    visibility:hidden;
    display:none;
}

img.left-bg-top {
    position: fixed;
    left: 0;
    top: 0px;
    z-index: -1;
    width: 24%;
}

img.right-bg-top {
    position: fixed;
    right: 0;
    bottom: 0;
    z-index: -1;
    width: 24%;
}

.logo-section {
    text-align: center;
    padding: 40px 0 20px 0;
    box-sizing: border-box;
}

img.logo-pay.center {
    width: 200px;
}

img.logo-pay.center-responsive {
    display: none;
}

.mandate{
    color:red;
}

.btn-primary {
    color: #fff;
    background-color: #0095da;
    border-color: #0095da;
}

.btn-primary:hover {
    color: #fff;
    background-color: #0484bf;
    border-color: #0484bf;
}

.btn-disabled {
    pointer-events: none; /* Prevents all click, hover, and active states */
    cursor: not-allowed; /* Note: won't show if pointer-events is none */
    opacity: 0.5;
}
label.form-label.desk-label {
    float: right;
    text-align: right;
}


@media only screen and (max-width:767px){
    .login-wrapper{
        width:100%;
    }
    .captcha-list {
        margin-top: 15px;
    }

        .captcha-list div {
            margin-left: 0px;
        }

    .no-responsive{
        display:none;
    }
    .mob-r {
        width: 43%;
        margin-top: 0px;
    }
    .mob-r.mob-w {
        width: 57%;
    }
    .btn-mbile {
        text-align: center;
        margin-top: 15px;
    }
    label.form-label.desk-label {
        float: none;
        text-align:left;
    }
}
@media only screen and (min-width:768px) and (max-width:1024px){
    .login-wrapper {
        width: 100%;
    }
    .no-responsive {
        display: none;
    }
    .no-responsive {
        display: block;
    }
    .mob-r {
        width: 43%;
        margin-top: 0px;
    }

        .mob-r.mob-w {
            width: 57%;
        }
     
}

.c {
    text-align: center;
    display: block;
    position: relative;
    width: 80%;
    margin: 100px auto;
}

._1 {
    text-align: center;
    display: block;
    position: relative;
    font-weight: 500;
    font-size: 2em;
    line-height: 80%;
    color: #0095da;
}

._2 {
    text-align: center;
    display: block;
    position: relative;
    font-size: 20px;
    color: #0095da;
}

.readonly-div {
    pointer-events: none; /* Prevents clicking/interaction */
    opacity: 0.6; /* Visual cue that it's inactive */
    user-select: none; /* Prevents text selection */
}

