.background-img {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    
}

.background-img img {
    height: 100%
}

.header-top {
    background: none !important;
    box-shadow: none !important
}

#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    z-index: 99
}

.login-error {
    margin: 0 5%;
    color: #fff;
    font-size: 15px;
    text-align: center
}

#status {
    width: 200px;
    height: 200px;
    position: absolute;
    left: 50%;
    top: 50%;
    background-image: url(../img/33.gif);
    background-repeat: no-repeat;
    background-position: center;
    margin: -100px 0 0 -100px
}

.login-form {
    background: rgba(0, 0, 0, 0.3);
    position: fixed;
    /* right: 40%; */
    margin: 0 auto;
    width: 370px;
    top: 30%;
    box-shadow: 0 2px 11px;
    padding: 10px 30px
    
}

.login-form P {
    text-align: center;
    font-size: 1em;
    letter-spacing: 1px;
    margin-bottom: 1em;
    font-weight: 300;
    color: #fff;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif
}

.login-form .form-group,
.signup-form .form-group {
    display: flex;
    border: 2px solid #11eca0;
    align-items: center
}

.modal-dialog {
    --bs-modal-width: 600px
}

.modal-dialog .modal-content {
    width: 55%;
    margin: 0 auto
}

.modal-body h3 {
    margin-top: 20px
}

.btn-close {
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    background: 0 0;
    border: 0;
    opacity: .2
}

.form-group {
    margin-bottom: 15px
}

.login-form .mb-3,
.signup-form .mb-3 {
    display: flex;
    border: 2px solid #11eca0;
    align-items: center
}

.input-group-text {
    background-color: initial;
    border-radius: unset;
    border: none
}

.login-form .form-control {
    font-size: .8rem
}

#uname {
    background-color: initial;
    color: #fff
}

#pass {
    background-color: initial;
    color: #fff
}

.login-form .glyphicon,
.signup-form .glyphicon {
    color: #fff;
    padding: 8px;
    float: left
}

.login-form .form-control {
    height: auto !important
}

.signup-form {
    background: #FFF;
    position: fixed;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 50%;
    top: 25%;
    border-radius: 10px;
    padding: 0 0 10px
}

.log-in input,
.sign-in input,
.sign-in select {
    width: 100%;
    padding: 4px;
    border: 0;
    background: transparent;
    color: #fff
}

.log-in input[type=submit],
.sign-in input[type=submit] {
    background: #3a4996;
    border: 0 !important;
    color: #fff
}

.log-in a {
    color: #337ab7
}

.no-class::-webkit-input-placeholder {
    color: #fff !important
}

.place-class::-webkit-input-placeholder {
    color: #000 !important
}

#loginImg {
    width: 100%
}

#fPass {
    color: #fff;
    cursor: pointer
}

#login-error {
    color: #fff
}

.modal-content {
    width: 55%;
    margin: 0 auto
}

#submit {
    border-width: 0px;
}

.modal-header {
    background: #2e8b57
}


#clos {
    /* color: #fff */
    float: right;
}
#otpVerify .modal-header{
    display: initial;
}


#h5c {
    text-align: center;
    color: #fff
}



#submit,
#submitOtp,
#submit1,
#register {
    width: 100%;
    background: #11eca0
}

@media only screen and (max-device-width : 768px) {
    body {
        background-position: unset
    }
}

@media only screen and (max-device-width :400px) {
    body {
        background-position: -70px
    }
}

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) {
    body {
        background-position: unset
    }
}

.cgLogo{
    position:fixed;
    top:0%;
    width:100%;
    margin:0px;
}

.cgLogo1{
    padding:0px
}

.cgLogo2{
    height:100%;
    width:100%;
    text-align:center;
    padding:0px
}