@import url('https://fonts.googleapis.com/css?family=Playfair+Display:400,900|Poppins:400,500');
.app {
    background-color: #fff;
    width: 100%;
    height: 570px;
    margin: 2em auto;
    border-radius: 5px;
    padding: 1em;
    position: relative;
    overflow: hidden;
    box-shadow: 0 6px 31px -2px rgba(0, 0, 0, .3);
}

.loginForm a {
    text-decoration: none;
    color: #2196f3;
}

.loginForm p {
    font-size: 13px;
    color: #333;
    line-height: 2;
}

.light {
    text-align: right;
    color: #fff;
}

.light a {
    color: #fff;
}

.bg {
    width: 100%;
    height: 578px;
    background: #2196f3;
    position: absolute;
    top: -6em;
    left: 0;
    right: 0;
    margin: auto;
    /* background-image: url("background.jpg"); */
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    clip-path: ellipse(69% 46% at 48% 46%);
}

.formSection {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    text-align: center;
    padding: 2em;
}

header {
    width: 220px;
    height: 178px;
    margin: 1em auto;
}

.loginForm input {
    width: 100%;
    padding: 13px 15px;
    margin: 0.7em auto;
    border-radius: 100px;
    border: none;
    background: rgb(255, 255, 255, 0.3);
    font-family: 'Poppins', sans-serif;
    outline: none;
    color: #fff;
}

.loginForm input::placeholder {
    color: #fff;
    font-size: 13px;
}

.inputs {
    margin-top: -4em;
}

.loginForm footer {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 2em;
    text-align: center;
}

.loginForm .button {
    width: 100%;
    padding: 13px 15px;
    border-radius: 100px;
    border: none;
    background: #2196f3;
    font-family: 'Poppins', sans-serif;
    outline: none;
    color: #fff;
}

@media screen and (max-width: 640px) {
    .app {
        width: 100%;
        /* height: 100vh; */
        border-radius: 10px;
    }

    .bg {
        top: -6em;
        width: 100%;
    height: inherit;
    }

    header {
        width: 90%;
    height: 120px;
    }

  .loginForm  .inputs {
        margin: 0;
    }

 .loginForm   input,
    .button {
        padding: 18px 15px;
    }
}
.bgBackground{
    background-size: cover !important;
    background-repeat: no-repeat;
    display: flex;
    min-height: 100vh;
}
.bgBackground .container{
    margin: auto;
}