body{
    padding: 0;
    margin: 0;
}
.card_top{
    margin-top: 10em;
}

@media only screen and (min-width: 1201px) and (max-width: 1550px){

    .image_cover{
        background: url('../assets/educate.jpg');
        width: 100%;
        height: 110%;
        margin: 0;
        padding: 0;
        top: -3em;
        position: absolute;
        background-size: cover;
        background-repeat: no-repeat;
        opacity: 0.5;

    }
    .container{
        /*background: green;*/
        height: 100%;
        width: 200%;
        text-align: center
    }
    .overall{
        height: 27em;
        display: inline-block;
        width: 48em;
        margin-left: 15%;
        overflow: hidden;
        box-shadow: 0px 4px 26px rgba(0, 0, 0, 0.06);
        position: relative;

    }
    .login-form {
        margin-left: -2em;
        margin-top: 1em;
        padding-top: 0em;
        height: 25em;
        box-shadow: 0px 4px 26px rgba(0, 0, 0, 0.06);
        width: 30%;
    }
    .login-form input{
        width: 12em;
        margin-left: -1.5em
    }
    .card{
        border: none !important;
    }
    .image-anime {
        position: absolute;
        background-size: 100% 100%;
        background-repeat: no-repeat;
        animation: image-anime 5s ease 0.5s 1 forwards;
        -webkit-animation: image-anime 5s ease 0.5s 1 forwards;
        left: -20em;
        height: 5em;
        width: 5em;
    }
    .image-anime .img_adj {
        margin-top: 14em;
        height: 8em;
        width:12em;
    }
    .text-anime{
        position: absolute;
        animation: text-anime 15s ease 0.5s 1 forwards;
        -webkit-animation: text-anime 15s ease 0.5s 1 forwards;
        height: 5em;
        margin-left: 1em;
        width: 5em;
        opacity: 0;
    }
    .text-anime .text_adj{
        margin-left: 0;
        margin-top: -2em;
        font-size: 15px;
    }
    .text-anime a{
        margin-left: 9em;
        margin-top: -2em;
        font-size: 10px;
    }
    .text-anime img{
        width: 16em;
        height: 7em;
    }
    .anime{
        border-left: 1px solid red;
        /* background: blueviolet; */
        /* background-image: linear-gradient(to left, #68b3ff, #1446db, #141480); */
        background-image: linear-gradient(to left, #4086c1, #2689cb, #2c75be);
        height: 27em;
        border-radius: 0% 0% 60% 0%;
        position: relative;
        left: -3em;
        width: 70%;
        /*box-shadow: 0px 4px 26px rgba(0, 0, 0, 0.06);*/
        /* top: 3em; */
    }

    @keyframes animate{
        0%{
            transform:  rotate(0deg);
            opacity: 1;
            bottom: 400px;
        }

        100%{
            transform:  rotate(360deg);
            opacity: 0;
            bottom: 50px;
        }
    }

    @keyframes image-anime{
        0% {
            left: -20em
        }
        90% {
            left: 17em
        }
        100% {
            left: 17em
        }
    }

    @keyframes text-anime {
        0% {
            top: 30em;
            opacity: 0
        }

        50% {
            top: 15.5em;
            opacity: 1
        }
        100%{
            top: 15.5em;
            opacity: 1
        }
    }
}

@media only screen and (min-width: 1000px) and (max-width: 1200px){

    .image_cover{
        background: url('../assets/educate.jpg');
        width: 100%;
        height: 120%;
        margin: 0;
        padding: 0;
        top: -3em;
        position: absolute;
        background-size: cover;
        background-repeat: no-repeat;
        opacity: 0.5;

    }
    .container{
        /*background: green;*/
        height: 100%;
        width: 200%;
        text-align: center
    }
    .overall{
        height: 27em;
        display: inline-block;
        width: 48em;
        margin-left: 9%;
        overflow: hidden;
        box-shadow: 0px 4px 26px rgba(0, 0, 0, 0.06);
        position: relative;

    }
    .login-form {
        margin-left: -2em;
        margin-top: 1em;
        padding-top: 0em;
        height: 25em;
        box-shadow: 0px 4px 26px rgba(0, 0, 0, 0.06);
        width: 30%
    }
    .login-form input{
        width: 12em;
        margin-left: -1.5em
    }
    .card{
        border: none !important;
    }
    .image-anime {
        position: absolute;
        background-size: 100% 100%;
        background-repeat: no-repeat;
        animation: image-anime 5s ease 0.5s 1 forwards;
        -webkit-animation: image-anime 5s ease 0.5s 1 forwards;
        left: -20em;
        height: 5em;
        width: 5em;
    }
    .image-anime .img_adj {
        margin-top: 14em;
        height: 8em;
        width:12em;
    }
    .text-anime{
        position: absolute;
        animation: text-anime 15s ease 0.5s 1 forwards;
        -webkit-animation: text-anime 15s ease 0.5s 1 forwards;
        height: 5em;
        margin-left: 1em;
        width: 5em;
        opacity: 0;
    }
    .text-anime .text_adj{
        margin-left: 0;
        margin-top: -2em;
        font-size: 15px;
    }

    .text-anime a{
        margin-left: 9em;
        margin-top: -2em;
        font-size: 10px;
    }
    .text-anime img{
        width: 16em;
        height: 7em;
    }
    .anime{
        border-left: 1px solid red;
        background-image: linear-gradient(to left, #4086c1, #2689cb, #2c75be);
        height: 27em;
        border-radius: 0% 0% 60% 0%;
        position: relative;
        left: -3em;
        width: 70%
    }

    @keyframes animate{
        0%{
            transform:  rotate(0deg);
            opacity: 1;
            bottom: 400px;
        }

        100%{
            transform:  rotate(360deg);
            opacity: 0;
            bottom: 50px;
        }
    }

    @keyframes image-anime{
        0% {
            left: -20em
        }
        90% {
            left: 17em
        }
        100% {
            left: 17em
        }
    }

    @keyframes text-anime {
        0% {
            top: 30em;
            opacity: 0
        }

        50% {
            top: 15.5em;
            opacity: 1
        }
        100%{
            top: 15.5em;
            opacity: 1
        }
    }

}


@media only screen and (min-width: 760px) and (max-width: 999px){
    .image_cover{
        background: url('../assets/educate.jpg');
        width: 100%;
        height: 120%;
        margin: 0;
        padding: 0;
        top: -3em;
        position: absolute;
        background-size: cover;
        background-repeat: no-repeat;
        opacity: 0.5;

    }
    .container{
        /*background: green;*/
        height: 100%;
        width: 200%;
        text-align: center



    }
    .overall{
        height: 27em;
        display: inline-block;
        width: 41em;
        margin-left: 3%;
        overflow: hidden;
        box-shadow: 0px 4px 26px rgba(0, 0, 0, 0.06);
        position: relative;

    }
    .login-form {
        margin-left: -2em;
        margin-top: 1em;
        padding-top: 0em;
        padding-right: 1em;
        height: 25em;
        box-shadow: 0px 4px 26px rgba(0, 0, 0, 0.06);
        width: 30%;
    }
    .login-form input{
        width: 10em;
        margin-left: -1.5em
    }
    .card{
        border: none !important;
    }
    .image-anime {
        position: absolute;
        background-size: 100% 100%;
        background-repeat: no-repeat;
        animation: image-anime 5s ease 0.5s 1 forwards;
        -webkit-animation: image-anime 5s ease 0.5s 1 forwards;
        left: -20em;
        height: 5em;
        width: 5em;
    }
    .image-anime .img_adj {
        margin-top: 15em;
        height: 6em;
        width:8.6em;
    }
    .text-anime{
        position: absolute;
        animation: text-anime 15s ease 0.5s 1 forwards;
        -webkit-animation: text-anime 15s ease 0.5s 1 forwards;
        height: 5em;
        margin-left: 1em;
        width: 5em;
        opacity: 0;
    }
    .text-anime .text_adj{
        margin-left: 0;
        margin-top: -2em;
        font-size: 15px;
    }
    .text-anime a{
        margin-left: 9em;
        margin-top: -2em;
        font-size: 10px;
    }
    .text-anime img{
        width: 16em;
        height: 7em;
    }
    .anime{
        border-left: 1px solid red;
        /* background: blueviolet; */
        /* background-image: linear-gradient(to left, #68b3ff, #1446db, #141480); */
        background-image: linear-gradient(to left, #4086c1, #2689cb, #2c75be);
        height: 27em;
        border-radius: 0% 0% 60% 0%;
        position: relative;
        left: -3em;
        width: 70%;
    }

    @keyframes animate{
        0%{
            transform:  rotate(0deg);
            opacity: 1;
            bottom: 400px;
        }

        100%{
            transform:  rotate(360deg);
            opacity: 0;
            bottom: 50px;
        }
    }

    @keyframes image-anime{
        0% {
            left: -20em
        }
        90% {
            left: 17em
        }
        100% {
            left: 17em
        }
    }

    @keyframes text-anime {
        0% {
            top: 30em;
            opacity: 0
        }

        50% {
            top: 15.5em;
            opacity: 1
        }
        100%{
            top: 15.5em;
            opacity: 1
        }
    }
}

@media only screen and (min-width: 576px) and (max-width: 760px) {

    .image_cover{
        background: url('../assets/educate.jpg');
        width: 100%;
        height: 120%;
        margin: 0;
        padding: 0;
        top: -3em;
        position: absolute;
        background-size: cover;
        background-repeat: no-repeat;
        opacity: 0.5;

    }
    .container{
        /*background: green;*/
        height: 100%;
        width: 200%;
        text-align: center;
    }
    .overall{
        height: 27em;
        display: inline-block;
        width: 30em;
        margin-left: 3%;
        overflow: hidden;
        box-shadow: 0px 4px 26px rgba(0, 0, 0, 0.06);
        position: relative;

    }
    .login-form {
        margin-left: -2em;
        margin-top: 1em;
        padding-top: 0em;
        padding-right: 1em;
        height: 25em;
        box-shadow: 0px 4px 26px rgba(0, 0, 0, 0.06);
        width: 40%;
    }
    .login-form input{
        width: 10em;
        margin-left: -1.5em
    }
    .card{
        border: none !important;
    }
    .image-anime {
        position: absolute;
        background-size: 100% 100%;
        background-repeat: no-repeat;
        animation: image-anime 5s ease 0.5s 1 forwards;
        -webkit-animation: image-anime 5s ease 0.5s 1 forwards;
        left: -20em;
        height: 5em;
        width: 5em;
    }
    .image-anime .img_adj {
        margin-top: 15em;
        height: 4.3em;
        width:6.4em;
    }
    .text-anime{
        position: absolute;
        animation: text-anime 15s ease 0.5s 1 forwards;
        -webkit-animation: text-anime 15s ease 0.5s 1 forwards;
        height: 5em;
        margin-left: -6em;
        width: 5em;
        opacity: 0;
    }
    .text-anime .text_adj{
        margin-left: 9em;
        margin-top: -2em;
        font-size: 10px;
    }
    .text-anime a{
        margin-left: 14em;
        margin-top: -2em;
        font-size: 10px;
    }
    .text-anime img{
        width: 16em;
        height: 7em;
    }
    .anime{
        border-left: 1px solid red;
        /* background: blueviolet; */
        /* background-image: linear-gradient(to left, #68b3ff, #1446db, #141480); */
        background-image: linear-gradient(to left, #4086c1, #2689cb, #2c75be);
        height: 27em;
        border-radius: 0% 0% 60% 0%;
        position: relative;
        left: -3em;
        width: 60%;
    }

    @keyframes animate{
        0%{
            transform:  rotate(0deg);
            opacity: 1;
            bottom: 400px;
        }

        100%{
            transform:  rotate(360deg);
            opacity: 0;
            bottom: 50px;
        }
    }

    @keyframes image-anime{
        0% {
            left: -20em
        }
        90% {
            left: 10.6em
        }
        100% {
            left: 10.6em
        }
    }

    @keyframes text-anime {
        0% {
            top: 30em;
            opacity: 0
        }

        50% {
            top: 16em;
            opacity: 1
        }
        100%{
            top: 16em;
            opacity: 1
        }
    }


}

@media only screen and (min-width: 0px) and (max-width: 576px) {
    .image_cover{
        background: url('../assets/educate.jpg');
        width: 100%;
        height: 120%;
        margin: 0;
        padding: 0;
        top: -3em;
        position: absolute;
        background-size: cover;
        background-repeat: no-repeat;
        opacity: 0.5;

    }
    .container{
        /*background: green;*/
        height: 100%;
        width: 200%;
        text-align: center;
    }
    .overall{
        height: 27em;
        display: inline-block;
        width: 17em;
        margin-left: 5%;
        overflow: hidden;
        box-shadow: 0px 4px 26px rgba(0, 0, 0, 0.06);
        position: relative;

    }
    .login-form {
        margin-left:2em;
        margin-top: 1em;
        padding-top: 0em;
        padding-right: 1em;
        height: 25em;
        width: 14em;
        box-shadow: 0px 4px 26px rgba(0, 0, 0, 0.06);
    }
    .login-form input{
        width: 11em;
        margin-left: -1.5em
    }
    .card{
        border: none !important;
    }
    .image-anime {
        display:none;
    }
    .image-anime .img_adj {
        display:none;
    }
    .text-anime{
        display:none;
    }
    .text-anime .text_adj{
        display:none;
    }
    .text-anime a{
        display:none;
    }
    .text-anime img{
        display:none;
    }
    .anime{
       display:none;
    }

    @keyframes animate{
        0%{
            transform:  rotate(0deg);
            opacity: 1;
            bottom: 400px;
        }

        100%{
            transform:  rotate(360deg);
            opacity: 0;
            bottom: 50px;
        }
    }

    @keyframes image-anime{
        0% {
            left: -20em
        }
        90% {
            left: 10.6em
        }
        100% {
            left: 10.6em
        }
    }

    @keyframes text-anime {
        0% {
            top: 30em;
            opacity: 0
        }

        50% {
            top: 16em;
            opacity: 1
        }
        100%{
            top: 16em;
            opacity: 1
        }
    }
}


.box-area{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.box-area li{
    position: absolute;
    display: block;
    list-style: none;
    width: 25px;
    height: 25px;
    background: rgba(255, 255, 255, 0.2);
    animation: animate 20s linear infinite;
    bottom: 450px;
}

.box-area li:nth-child(1) {
    left: 47%;
    width: 20px;
    height: 20px;
    animation-delay: 3s;
}

.box-area li:nth-child(2) {
    left: 20%;
    width: 20px;
    height: 20px;
    animation-delay: 3s;
}

.box-area li:nth-child(3) {
    left: 77%;
    width: 60px;
    height: 60px;
    animation-delay: 3s;
}

.box-area li:nth-child(4) {
    left: 50%;
    width: 40px;
    height: 40px;
    animation-delay: 5s;
}

.box-area li:nth-child(5) {
    left: 35%;
    width: 50px;
    height: 50px;
    animation-delay: 8s;
}

.box-area li:nth-child(6) {
    left: 90%;
    width: 30px;
    height: 30px;
    animation-delay: 12s;
}

.box-area li:nth-child(7) {
    left: 90%;
    width: 30px;
    height: 30px;
    animation-delay: 12s;
}

.box-area li:nth-child(8) {
    left: 60%;
    width: 30px;
    height: 30px;
    animation-delay: 12s;
}

.box-area li:nth-child(9) {
    left: 80%;
    width: 16px;
    height: 16px;
    animation-delay: 12s;
}





