        @import url('https://fonts.googleapis.com/css2?family=Anton&display=swap');

        body {
            background-image: url('../../assets/images/school-background.jpg') !important;
            background-size: cover !important;
            background-attachment: fixed !important;
            position: relative !important;
            background-repeat: no-repeat !important;
            padding: 0px !important;
        }

        body:after {
            content: '';
            position: fixed;
            background-color: rgba(59, 16, 16, 0.8);
            width: 100%;
            height: 100vh;
            top: 0px;
            bottom: 0px;
            left: 0px;
            right: 0px;
            z-index: 1;
        }

        a {
            color: #752738;
        }

        a:hover,
        a:focus {
            text-decoration: none;
        }

        .my-form-container {
            background-color: #fff;
            float: left;
            width: 100%;
            position: relative;
            padding: 60px 50px 60px 20px;
        }

        .my-form-container .my-form-inner-container {
            position: relative;
            z-index: 2;
        }

        .my-form-container:before {
            content: '';
            position: absolute;
            display: inline-block;
            width: 130%;
            transform: skew(-10deg);
            -webkit-transform: skew(-10deg);
            -moz-transform: skew(-10deg);
            top: -2px;
            left: -60px;
            bottom: -2px;
            background-color: #fff;
            z-index: 1;
        }

        .my-form-container h2 {
            color: #752738;
            font-family: 'Anton', 'Arial Black', sans-serif;
            font-size: 50px;
        }

        .logo-container {
            padding: 20px 30px;
            background-color: rgba(0, 0, 0, 0.2);
        }

        .logo-container .img-logo {
            height: auto;
            width: auto;
            max-height: 70px;
            max-width: 100%;
        }

        .flex-container {
            display: flex;
            min-height: 100vh;
            justify-content: center;
            align-items: center;
            position: relative;
            z-index: 3;
            width: 100%;
        }

        .flex-container .row-inner-container {
            box-shadow: 0px -1px 29px -2px rgba(0, 0, 0, 0.2);
            -webkit-box-shadow: 0px -1px 29px -2px rgba(0, 0, 0, 0.2);
            -moz-box-shadow: 0px -1px 29px -2px rgba(0, 0, 0, 0.2);
            overflow: hidden;
        }

        .my-form-row {
            background-color: rgba(0, 0, 0, 1);
            background-image: url('../../assets/images/school-background.jpg') !important;
            background-size: 70% 100% !important;
            background-position: -100px bottom !important;
            position: relative !important;
            background-repeat: no-repeat !important;
        }

        .my-form-container .btn-primary {
            color: #fff;
            background-color: #752738;
            border-color: #752738;
        }

        .my-form-container .btn-primary:hover,
        .my-form-container .btn-primary:focus {
            background-color: #b70707 !important;
            border-color: #b70707 !important;
        }

        .my-col {
            padding-left: 0px;
            padding-right: 0px;
        }

        /*/ Custom, iPhone Retina / */
        @media only screen and (min-width : 320px),
        (max-width: 320px) {
            .flex-container {
                padding: 10px;
                display: block;
            }

            .my-form-container {
                padding: 30px 20px 30px 20px;
            }

            .my-form-row {
                background-size: 150% auto !important;
                background-position: left top !important;
            }

            .my-form-container h2 {
                font-size: 40px;
            }

            .logo-container {
                padding: 15px 15px;
                margin-bottom: 70px;
            }

            .logo-container .img-logo {
                max-height: 50px;
                max-width: 100%;
            }
        }

        /* / Extra Small Devices, Phones / */
        @media only screen and (min-width : 480px) {}

        /* / Small Devices, Tablets /*/
        @media only screen and (min-width : 768px) {
            .my-form-container h2 {
                font-size: 50px;
            }

            .logo-container {
                padding: 20px 15px;
                margin-bottom: 100px;
            }

            .logo-container .img-logo {
                max-height: 70px;
                max-width: 100%;
            }

            .my-form-row {
                background-size: 100% auto !important;
                background-position: left top !important;
            }
        }

        /*/ Medium Devices, Desktops /*/
        @media only screen and (min-width : 992px) {
            .flex-container {
                padding: 0px;
                display: flex;
            }

            .my-form-container {
                padding: 60px 50px 60px 20px;
            }

            .my-form-row {
                background-size: 70% 100% !important;
                background-position: -100px bottom !important;
            }

            .logo-container {
                padding: 20px 30px;
                margin-bottom: 0px;
            }

            .logo-container .img-logo {
                max-height: 70px;
                max-width: 100%;
            }
        }

        /*/ Large Devices, Wide Screens /*/
        @media only screen and (min-width : 1200px) {}