body {
    /*background-color: #f45b69;*/
    font-family: "Asap", sans-serif;
    background-image: url('/images/seamless-doodle-children-toys-scoop-bucket-ball_98292-4617.jpg');
    background-image: url('/images/flat-children-s-day-with-child-playing-with-planes_23-2148327385.jpg');
    background-image: url('/images/moon-stars-clouds-colorful-papercut-style-background_1017-26921.jpg');
    background-image: url('/images/baby-shower-background-with-watercolors_1125-139.jpg');
    background-image: url('/images/website-template-with-youth-day-design_83728-3416-B.jpg');
    background-image: url('/images/illustration-kids-concept_53876-17916.jpg');
    background-image: url('/images/login-background1.png');
    background-image: url('/images/login-background2.png');
    background-image: url('/images/login-background.png');
    background-size: cover;
    background-position: left top;
    background-repeat: no-repeat;
}

.body-background {
    height: 97vh;
    background-image: url('/images/grass.png'), url('/images/8-2-1-gee.png'),url('/images/8-2-1-giggle.png'),url('/images/login-background1.png');
    background-position: center bottom, left bottom,right bottom;
    background-size: 100% 150px,250px,250px,cover;
    background-repeat: no-repeat, no-repeat,no-repeat;
}

.logo-container {
    position: absolute;
    top: -65px;
    right: -65px;
    margin-left: 0px;
    margin-top: 0px;
    border-style: none;
    border-color: #FFFFFF;
    text-align: center;
    z-index:1000;
}

.logo {
    width: 125px;
    margin: auto;
    z-index: 1000;
}

.container {
    width: 460px;
    height: 240px;
    position: absolute;
    left: 50%;
    top: 320px;
    margin-left: -200px;
    margin-top: -100px;
    border-style: none;
    border-color: #FFFFFF;
}

.old-container {
    width: 460px;
    height: 240px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -200px;
    margin-top: -100px;
    border-style: none;
    border-color: #FFFFFF;
}


.login {
    overflow: hidden;
    background-color: white;
    padding: 40px 30px 30px 30px;
    border-radius: 10px;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 85%;
    -webkit-transform: translate(-0%, -0%);
    -moz-transform: translate(-0%, -0%);
    -ms-transform: translate(-0%, -0%);
    -o-transform: translate(-0%, -0%);
    transform: translate(-0%, -0%);
    -webkit-transition: -webkit-transform 300ms, box-shadow 300ms;
    -moz-transition: -moz-transform 300ms, box-shadow 300ms;
    transition: transform 300ms, box-shadow 300ms;
    box-shadow: 5px 10px 10px rgba(2, 128, 144, 0.2);
}
.login::before, .login::after {
  content: "";
  position: absolute;
  width: 600px;
  height: 600px;
  border-top-left-radius: 40%;
  border-top-right-radius: 45%;
  border-bottom-left-radius: 35%;
  border-bottom-right-radius: 40%;
  z-index: -1;
}
.login::before {
  left: 40%;
  bottom: -130%;
  background-color: rgba(69, 105, 144, 0.15);
  -webkit-animation: wawes 6s infinite linear;
  -moz-animation: wawes 6s infinite linear;
  animation: wawes 6s infinite linear;
}
.login::after {
  left: 35%;
  bottom: -125%;
  background-color: rgba(2, 128, 144, 0.2);
  -webkit-animation: wawes 7s infinite;
  -moz-animation: wawes 7s infinite;
  animation: wawes 7s infinite;
}
.login > input {
  font-family: "Asap", sans-serif;
  display: block;
  border-radius: 5px;
  font-size: 16px;
  background: white;
  width: 100%;
  border: 0;
  padding: 10px 10px;
  margin: 15px -10px;
}
.login > button {
  font-family: "Asap", sans-serif;
  cursor: pointer;
  color: #fff;
  font-size: 16px;
  text-transform: uppercase;
  width: 80px;
  border: 0;
  padding: 10px 0;
  margin-top: 10px;
  margin-left: -5px;
  border-radius: 5px;
  background-color: #f45b69;
  -webkit-transition: background-color 300ms;
  -moz-transition: background-color 300ms;
  transition: background-color 300ms;
}
.login > button:hover {
  background-color: #f24353;
}

@-webkit-keyframes wawes {
  from {
    -webkit-transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}
@-moz-keyframes wawes {
  from {
    -moz-transform: rotate(0);
  }
  to {
    -moz-transform: rotate(360deg);
  }
}
@keyframes wawes {
  from {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
a {
  text-decoration: none;
  color: rgba(255, 255, 255, 0.6);
  position: absolute;
  right: 10px;
  bottom: 10px;
  font-size: 12px;
}


@media (max-width: 600px) {

    .container {
        width: 80%;
        height: 240px;
        position: absolute;
        left: 0%;
        top: 15%;
        margin-left: 10%;
        margin-right: 10%;
        margin-top: 100px;
        border-style: none;
        border-color: #FFFFFF;
    }

    .login {
        overflow: hidden;
        background-color: white;
        padding: 40px 30px 30px 30px;
        border-radius: 10px;
        position: absolute;
        top: 0px;
        left: 0px;
        width: 85%;
        -webkit-transform: translate(-0%, -0%);
        -moz-transform: translate(-0%, -0%);
        -ms-transform: translate(-0%, -0%);
        -o-transform: translate(-0%, -0%);
        transform: translate(-0%, -0%);
        -webkit-transition: -webkit-transform 300ms, box-shadow 300ms;
        -moz-transition: -moz-transform 300ms, box-shadow 300ms;
        transition: transform 300ms, box-shadow 300ms;
        box-shadow: 5px 10px 10px rgba(2, 128, 144, 0.2);
    }

        .login::before, .login::after {
            content: "";
            position: absolute;
            width: 600px;
            height: 600px;
            border-top-left-radius: 40%;
            border-top-right-radius: 45%;
            border-bottom-left-radius: 35%;
            border-bottom-right-radius: 40%;
            z-index: -1;
        }

        .login::before {
            left: 40%;
            bottom: -130%;
            background-color: rgba(69, 105, 144, 0.15);
            -webkit-animation: wawes 6s infinite linear;
            -moz-animation: wawes 6s infinite linear;
            animation: wawes 6s infinite linear;
        }

        .login::after {
            /*
            left: 35%;
            bottom: -125%;
            */
            background-color: rgba(2, 128, 144, 0.2);
            -webkit-animation: wawes 7s infinite;
            -moz-animation: wawes 7s infinite;
            animation: wawes 7s infinite;
        }

        .login > input {
            font-family: "Asap", sans-serif;
            display: block;
            border-radius: 5px;
            font-size: 16px;
            background: white;
            width: 100%;
            border: 0;
            padding: 10px 10px;
            margin: 15px -10px;
        }

        .login > button {
            font-family: "Asap", sans-serif;
            cursor: pointer;
            color: #fff;
            font-size: 16px;
            text-transform: uppercase;
            width: 80px;
            border: 0;
            padding: 10px 0;
            margin-top: 10px;
            margin-left: -5px;
            border-radius: 5px;
            background-color: #f45b69;
            -webkit-transition: background-color 300ms;
            -moz-transition: background-color 300ms;
            transition: background-color 300ms;
        }

        .login > button:hover {
            background-color: #f24353;
        }

        .logo-container {
            position: absolute;
            top: -80px;
            left: -30px;
            margin-left: 0px;
            margin-top: 0px;
            border-style: none;
            border-color: #FFFFFF;
            text-align: center;
            z-index: 1000;
        }

    .body-background {
        height: 97vh;
        background-image: url('/images/grass.png'), url('/images/8-2-1-gee.png'),url('/images/8-2-1-giggle.png'),url('/images/login-background1.png');
        background-position: center bottom, left bottom,right bottom;
        background-size: 100% 100px, 150px,150px,cover;
        background-repeat: no-repeat, no-repeat,no-repeat;
    }

}

/* iPhone 10 */
/* Landscape */
@media only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {

    .container {
        width: 60%;
        height: 240px;
        position: absolute;
        left: 0%;
        top: 0%;
        margin-left: 20%;
        margin-right: 20%;
        margin-top: 100px;
        border-style: none;
        border-color: #FFFFFF;
        background-color:transparent !important;
    }

    .body-background {
        height: 97vh;
        background-image: url('/images/grass.png'), url('/images/8-2-1-gee.png'),url('/images/8-2-1-giggle.png'),url('/images/login-background1.png');
        background-position: center bottom, left bottom,right bottom;
        background-size: 100% 100px, 150px,150px,cover;
        background-repeat: no-repeat, no-repeat,no-repeat;
    }

}

/* iPhone */
/* Landscape */
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {

    .container {
        width: 60%;
        height: 240px;
        position: absolute;
        left: 0%;
        top: 0%;
        margin-left: 20%;
        margin-right: 20%;
        margin-top: 100px;
        border-style: none;
        border-color: #FFFFFF;
        background-color: transparent !important;
    }

    .body-background {
        height: 97vh;
        background-image: url('/images/grass.png'), url('/images/8-2-1-gee.png'),url('/images/8-2-1-giggle.png'),url('/images/login-background1.png');
        background-position: center bottom, left bottom,right bottom;
        background-size: 100% 100px, 150px,150px,cover;
        background-repeat: no-repeat, no-repeat,no-repeat;
    }
}


/* Landscape */
@media only screen and (min-device-width: 412px) and (max-device-width: 892px) and (orientation: landscape) {

    .container {
        width: 60%;
        height: 240px;
        position: absolute;
        left: 0%;
        top: 0%;
        margin-left: 20%;
        margin-right: 20%;
        margin-top: 100px;
        border-style: none;
        border-color: #FFFFFF;
        background-color: transparent !important;
    }

    .body-background {
        height: 97vh;
        background-image: url('/images/grass.png'), url('/images/8-2-1-gee.png'),url('/images/8-2-1-giggle.png'),url('/images/login-background1.png');
        background-position: center bottom, left bottom,right bottom;
        background-size: 100% 100px, 150px,150px,cover;
        background-repeat: no-repeat, no-repeat,no-repeat;
    }
}
