body { overflow: auto; }

    .forgetPasswordHeight {
        height: 200px;
        align-self: center !important;
        background-color: rgb(255,255,255,0.5);
        border-radius: 25px;
    }
    .vcenter {
        margin-top: auto;
        margin-bottom: auto;
    }
    .modal-header {
        border-radius: 10px;
        background-color:rgb(47, 10, 82, 0.8);
        color:white;
    }