.mainBody {
    background-color: #FFFFFF;
    width: 100%;
    height: 100%;
}
.adminTextColor {
    color: #18527E;
    font-size: 40px;
    margin-left: 20px;
    /* font-weight: 200; */
    font-family: "Bernard MT Condensed";
    line-height: normal;
}
.mainBodyTop {
    width: 100%;
    height: 10%;
    background-color: #FFFFFF;
    text-align: right;
}
.mainBodyBottom {
    height: 90%;
}

.mainBodyBottomCenter {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;

}

.mainBodyBottomCentermain {
    width: 80%;
    margin: auto;
    height: 80%;
}

.mainBodyBottomCentermainLeft {
    width: 50%;
    align-items: center;
    height: 100%;
}

.mainBodyBottomCentermainLeftFullboday {
    width: 100%;
    height: 100%;
    align-items: flex-end;
}

.mainBodyBottomCentermainRight {
    width: 50%;
    height: 100%;
}
.input[type=text], input[type=password] {
    width: 100%;
    padding: 12px 20px;
    margin: 8px 0;
    display: inline-block;
    border: 1px solid #ccc;
    box-sizing: border-box;
}

