html, body{
    background: linear-gradient(90deg, #FFECF4 0%, #b39ddb 100%);
    height: 100vh;
    font-family: "montserrat", helvetica, arial !important;
}
.login-card{
    background: linear-gradient(91deg, #FFFFFF -35.8%, rgba(255, 255, 255, 0.05) 118.67%);
    box-shadow: 40px 50px 40px -20px rgb(32 64 154 / 20%);
    border-radius: 10px;
    padding: 50px;
    color: #20409a;
    border: 1px solid white;
}
.accent{
    position: fixed;
    height: 5px;
    background: linear-gradient(79deg, rgba(237,112,112,1) 0%, rgba(119,173,255) 100%);
    width:100%;
    top:0;
    z-index: 9999;
}
h1{
    font-size: 3.5em !important;
    font-weight: bold !important;
    color: #3d45a1;
    padding-top: 25px;
    line-height: 1.2em;
}
.bg-image {
    background: url(https://detiknetwork-salesproduct.com/images/component/Saly-10.png);
    background-position: bottom !important;
    background-size: contain !important;
}

.bg {
    width: 100%;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    /* background-image: url(../images/bg-login4.jpg);*/
    /* background-size: cover; */
    background-repeat: no-repeat;
    background-size: 300% 300%;
    background-image: linear-gradient(
          -45deg, 
          rgb(146 220 255) 0%, rgb(170 183 255) 25%, rgb(231, 172, 255) 51%, rgb(255 245 250) 100%
    );  
    animation: AnimateBG 20s ease infinite;
  }
  
  @keyframes AnimateBG { 
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
  }
  
.glass{
    background: linear-gradient( 91deg , #FFFFFF -35.8%, rgba(255, 255, 255, 0.05) 118.67%) !important;
    box-shadow: 40px 50px 40px -20px rgb(32 64 154 / 20%) !important;
        /* From https://css.glass */
    background: rgba(255, 255, 255, 0.23);
    border-radius: 16px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(6.4px);
    -webkit-backdrop-filter: blur(6.4px);
    border: 1px solid rgba(255, 255, 255, 0.32);
}

.doodle1{
    position: absolute;
    top: 20px;
    right: 660px;
    width: 298px;
    height: 298px;
    z-index: 99;
    background-image: url("../images/component/doodle-4%201.png");
    background-size: cover;
    -webkit-animation: vibrate-2 2s linear infinite both;
        animation: vibrate-2 2s linear infinite both;
}
.doodle2{
    position: absolute;
    top: 12px;
    left: 40%;
    width: 159px;
    height: 159px;
    background-size: cover;
    background-image: url("../images/component/doodle-5%201.png");
    -webkit-animation: vibrate-2 2s linear infinite both;
        animation: vibrate-2 2s linear infinite both;
}
.doodle3{
    position: absolute;
    right: 140px;
    width: 245px;
    height: 245px;
    top: 110px;
    background-image: url("../images/component/doodle-7%201.png");
    background-size: cover;
    -webkit-animation: vibrate-2 1.5s linear infinite both;
        animation: vibrate-2 1.5s linear infinite both;
}
.doodle4{
    position: absolute;
    right: 63px;
    width: 120px;
    height: 120px;
    bottom: 167px;
    z-index: 99;
    background-image: url("../images/component/Saly-18.png");
    background-size: cover;
    -webkit-animation: vibrate-2 2s linear infinite both;
        animation: vibrate-2 2s linear infinite both;
}
.doodle5{
    position: absolute;
    left: 10%;
    width: 80px;
    height: 67px;
    bottom: 100px;
    z-index: 99;
    background-image: url("../images/component/Saly-28.png");
    background-size: cover;
    -webkit-animation: vibrate-2 1s linear infinite both;
        animation: vibrate-2 1s linear infinite both;
}
.doodle6{
    position: absolute;
    left: 3%;
    bottom: 50%;
    width: 60px;
    height: 75px;
    z-index: 99;
    background-image: url("../images/component/Saly-26.png");
    background-size: cover;
    -webkit-animation: vibrate-2 2s linear infinite both;
        animation: vibrate-2 2s linear infinite both;
}

.flyingman{
  position: absolute;
  width: 368px;
  height: 461px;
  background-image: url(../images/component/flying-man.png);
  background-repeat: no-repeat;
  bottom: 80px;
  left: 30%;
  animation: vibrate-2 2s linear infinite both;
}

/* ----------------------------------------------
 * Generated by Animista on 2022-10-24 16:3:16
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

/**
 * ----------------------------------------
 * animation vibrate-2
 * ----------------------------------------
 */
 @-webkit-keyframes vibrate-2 {
    0% {
      -webkit-transform: translate(0);
              transform: translate(0);
    }
    20% {
      -webkit-transform: translate(2px, -2px);
              transform: translate(2px, -2px);
    }
    40% {
      -webkit-transform: translate(2px, 2px);
              transform: translate(2px, 2px);
    }
    60% {
      -webkit-transform: translate(-2px, 2px);
              transform: translate(-2px, 2px);
    }
    80% {
      -webkit-transform: translate(-2px, -2px);
              transform: translate(-2px, -2px);
    }
    100% {
      -webkit-transform: translate(0);
              transform: translate(0);
    }
  }
  @keyframes vibrate-2 {
    0% {
      -webkit-transform: translate(0);
              transform: translate(0);
    }
    20% {
      -webkit-transform: translate(2px, -2px);
              transform: translate(2px, -2px);
    }
    40% {
      -webkit-transform: translate(2px, 2px);
              transform: translate(2px, 2px);
    }
    60% {
      -webkit-transform: translate(-2px, 2px);
              transform: translate(-2px, 2px);
    }
    80% {
      -webkit-transform: translate(-2px, -2px);
              transform: translate(-2px, -2px);
    }
    100% {
      -webkit-transform: translate(0);
              transform: translate(0);
    }
  }

  @media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
    .doodle6, .doodle5, .doodle1, .doodle2, .doodle3, .doodle4, .flyingman, #contact-us span{
        display: none;
    }
    h1{
        font-size: 30px !important;
    }
    .bg{
      height: 110vh;
    }
    .foot-card{
      font-size: 12px;
    }
    .container{
      padding-bottom: 100px;
    }
    .card{
      margin: 0 !important;
    }
}

.card{
  margin:0 100px;
}
span.field-icon {
    position: absolute;
    display: inline-block;
    cursor: pointer;
    right: 0.5rem;
    top: 0.7rem;
    color: rgb(66, 66, 66);
    z-index: 2;
  }

  #btn-contact{
    background-color: #05a884;
    position: absolute;
    right: 20px;
    bottom: 20px;
    font-size: 24px;
  }
  #contact-us span{
    right: 70px;
    bottom: 60px;
    font-size: 12px;
    width: 220px;
    border-radius: 30px 30px 0 30px;
  }
  #contact-us{
    position:fixed;
    bottom: 0;
    right: 0;
  }