    @import url('https://fonts.googleapis.com/css?family=Montserrat:400,500, 600,800&display=swap');
    @import url('https://fonts.googleapis.com/css?family=Hind:300,400');
    body {
        margin: 0;
        /*height: 100vh;*/
        /*display: flex;*/
        /*justify-content: center;    /*height: 100vh;*/
        /*display: flex;*/
        /*justify-content: center;*/
        background: #ffffff;
        font-family: 'Montserrat', sans-serif;
        color: rgb(0, 0, 0);
    }
    
    #bevel {
        width: 0;
        height: 0;
        border-bottom: 94vh solid #FAFBFC;
        border-left: 50vw solid transparent;
        margin-left: 20vw;
        border-right: 59vh solid#FAFBFCed;
        z-index: -100;
        position: absolute;
    }
    
    table {
        z-index: 100;
    }
    
    .invalid {
        color: #bd2130;
    }
    
    .invalid-form {
        border: 1px solid #bd2130;
    }
    
    .email-invalid {
        color: #bd2130;
    }
    
    .email-invalidForm {
        border: 1px solid #bd2130;
    }
    /* On screens that are 992px or less, set the background color to blue */
    
    @media screen and (max-width: 992px) {
        #bevel {
            display: none;
        }
    }