
/*.containerMain {
    display: flex;
    height: 96.7vh;
    width: 100%;
    overflow: hidden;
}*/
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    transition: background-color 9999s ease-in-out 0s;
}

.cursor-pointer {
    cursor: pointer;
}

.error_temp {
    display: flex;
    justify-content: center;
    align-items: center;
    border: 2px solid red;
    background-color: rgba(255, 0, 0, 0.1);
    padding: 5px;
    border-radius: 5px;
    margin-bottom: 10px;
}

html, body, body > .container-fluid {
    height: 98.39% !important
}

.login {
    background-color: #ebebeb;
    cursor: pointer;
}

.loginotp {
    cursor: pointer;
}

.forgot-password {
    cursor: pointer;
}
.poster-image {
    max-width: 600px;
    height: auto;
}

.bg-creame {
    background-color: #F3F3F3;
}

.bg-cyan {
    background-color: #2B6FB7;
}

.ellipse-top {
    border: 40px solid rgb(236 236 236);
    border-radius: 50%;
    --width: 40vmin;
    width: var(--width);
    height: var(--width);
    top: 0;
    right: 0;
    transform: translate(50%, -50%);
}

.ellipse-bottom {
    border: 40px solid rgb(236 236 236);
    border-radius: 50%;
    --width: 40vmin;
    width: var(--width);
    height: var(--width);
    bottom: 0;
    left: 0;
    transform: translate(-50%, 50%);
}
ul.no-bullets {
    list-style-type: none;
}
.Password_Eye {
    display: flex;
    align-items: center;
    position: relative;
    color: #D9D9D9;
}

.toggle-password {
    cursor: pointer;
    position: absolute;
    right: 5px;
}
.field-validation-error {
    font-size: 8px;
    font-weight: bold;
    padding: 0px;
    margin: 0px;
/*    position: absolute;*/
    bottom: 5px;
    LEFT: 0;
    PADDING-LEFT: 5PX;
    bottom: -2px;
}

span.text-danger.field-validation-valid {
    display: none;
}
.text-danger {
    color: #dc3545 !important;
}
.required {
    color: #ed1c24;
    margin-left: 2px;
}
/*.shadow {
    box-shadow: 0px 4px 56px 0px #0000000A inset !important;
    box-shadow: 0px 12px 16px 0px #0000000A inset !important;
   
}*/