.input-validation-error {
    display: flex;
    width: 50%;
    height: 25px;
    align-content: center;
    align-items: center;
    justify-content: center;
    color:red;
    font-weight:bold;
}

body{
    background-image: url('/Images/back.png');
    background-repeat: no-repeat;
    background-size: cover;
}
a {
    font-weight:bold;
}

.custom-shape-divider-top-1692689200 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
}

    .custom-shape-divider-top-1692689200 svg {
        position: relative;
        display: block;
        width: calc(100% + 1.3px);
        height: 348px;
        transform: rotateY(180deg);
    }

    .custom-shape-divider-top-1692689200 .shape-fill {
        fill: #FFFFFF;
    }

/** For mobile devices **/
@media (max-width: 767px) {
    .custom-shape-divider-top-1692689200 svg {
        width: calc(100% + 1.3px);
        height: 178px;
    }
}

#imgcenterindex {
    width: 100px !important;
}

#centerstyle98 {
    color: green;
}

#divcontact__form {
    margin-top: 28%;
}

#Load_IndexView {
    width: 50%;
    background-color: #9DC418;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

#Load_ForgetPassView {
    display: inline;
}

#input-validation-error ul li {
    display: none;
}

#div_Password, #div_UserName {
    margin: auto;
}