        /* .header-font{
            font-size: 50px;
        } */
        .bottomcorner{
            height: 81px;
            width: auto;
            left: 0px;
            position: absolute;
            bottom: 54px;
        }
        .crs{
            padding: 47px 46px;
            border-radius: 30px;
        }
        .login-title{
            margin-top: -5%;
            margin-left: 5%;
            text-align: center;
            }
        body{
            background: url('/../../dist/img/image2.jpg') no-repeat center center;
            height: 100vh;
            /* -webkit-background-size: cover; */
            -moz-background-size: cover;
            -o-background-size: cover;
            background-size: cover;
            max-height: 100vh;
            overflow-y: hidden;
            display: block;
            background-position: center center;
        }
        .navbar{
            padding: 1.5rem 1.5rem;
        }
        .card{
            background-color: transparent;
            border: unset;
        }
        .hedertitle{
            margin-left: 62%;
            margin-top: 25%;

        }
        .login{
            margin-left: 17%;
            margin-top: 7%;
        }
        .card-body{
            margin-top: 5%;
            margin-right: -30%;
        }
        .main-form{
            margin-top: 5%;
            margin-right: 50%;
        }
