.page-content {
    padding-top: 30px;

}

@media only screen and (max-width: 767px) {
    .page-content {
        padding-top: 10px;
        margin-left: 10px;
        margin-right: 10px;
    }
}

.makerbox-cart {
    margin-bottom: 20px;
}

.terms {
     font-family: geekexpresslight;
     font-weight: 800;
     font-size: 12px;
}

label {
    color: #505050;
    font-family: geekexpresslight;
    font-weight: 800;
    font-size: 12px;
}

label > a {
    text-decoration: none;
    color: #dedede;
}

label > a:hover {
    text-decoration: none;
    color: #878787;
}

.btn-style-3 {
    width: 100%;
    background-color: #797979;
    color: white;
    font-size: 12px;

}

.or:after,
.or:before {
    content: "\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0";
    text-decoration: line-through;
    color: grey;
    opacity: 0.3;
}

.or {
    color: #686868;
}

.login-here {
    margin-top: 10px;
    cursor: pointer;
    text-align: left;
    font-family: geekexpressregular;
    font-size: 16px;
    letter-spacing: 0;
    color: #000000;
    opacity: 1;

}

.login-here:hover {
    cursor: pointer;
    text-decoration: none;
    color: black;
}

.title {
    font-family: geekexpresslight;
    font-weight: 800;
    font-size: 20px;
    margin-bottom: 10px;
}

.makerbox-cart {
    font-family: geekexpresslight;
    font-size: 14px;
    font-weight: 800;
    padding: 30px;
    margin-top: 50px;
    width: 60%;
    height: 280px;
    background-color: #f0ede5;
    border-radius: 30px 30px 30px 30px;
    box-shadow: 5px 2px grey;

}

@media only screen and (max-width: 767px) {
    .makerbox-cart {
        font-family: geekexpresslight;
        font-size: 14px;
        font-weight: 800;
        padding: 30px;
        margin-top: 5px;
        width: 60%;
        height: 280px;
        background-color: #f0f0f0;
        border-radius: 30px 30px 30px 30px;
    }
}


.makerbox-cart-login {
    font-family: geekexpresslight;
    font-size: 12px;
    font-weight: 800;
    padding: 30px;
    width: 60%;
    height: 250px;
    background-color: #f0f0f0;
    border-radius: 30px 30px 30px 30px;
}

.makerbox-cart-title {
    margin-bottom: 20px;
    font-weight: bolder;
    color: black;
    font-size: 14px;
}


.section-input{
    border: 1px solid #B7B7B7 !important;
/*    width: 352px !important;
    height: 48px !important;
*/
}

.section-title {
    font-size: 26px !important;
}
.forgot-pass{
    text-align: left;
    text-decoration: underline;
    font-family: geekexpresssemibold;
    font-size: 12px;
    letter-spacing: 0;
    color: #000000;
    opacity: 1;

}

.login-div{
    margin-top: 32px;
}

.btn-black{
    width: 240px !important;
}

.or-div{
    margin-top: 32px;
}

.social-icons{
    width: 20%;   
}

.easy-access{
    
    text-align: left;
    text-decoration: underline;
    font-family: geekexpressregular;
    font-size: 14px;
    letter-spacing: 0;
    color: #000000;
    opacity: 0.8;
}

.easy-access:hover{
    color: #000000;
}

.easy-access-div{
    margin-top: 46px;
}


#robot {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
          transform: translate3d(-50%, -50%, 0);
  max-width: 50vw;
  max-height: 80vh;
  margin: 0 auto;
}

#body {
  -webkit-animation: hover 1.1s ease-in-out 0s infinite alternate;
          animation: hover 1.1s ease-in-out 0s infinite alternate;
}

#head {
  -webkit-animation: hover 1.1s ease-in-out 0.05s infinite alternate;
          animation: hover 1.1s ease-in-out 0.05s infinite alternate;
}

#arms {
  -webkit-animation: hover 1.1s ease-in-out 0.1s infinite alternate;
          animation: hover 1.1s ease-in-out 0.1s infinite alternate;
}

#left_arm {
  -webkit-transform-origin: center right;
          transform-origin: center right;
  -webkit-animation: arms_bounce_left 1.1s ease-in-out 0s infinite alternate;
          animation: arms_bounce_left 1.1s ease-in-out 0s infinite alternate;
}

#right_arm {
  -webkit-transform-origin: center left;
          transform-origin: center left;
  -webkit-animation: arms_bounce_right 1.1s ease-in-out 0s infinite alternate;
          animation: arms_bounce_right 1.1s ease-in-out 0s infinite alternate;
}

#eyes ellipse {
  -webkit-transform-origin: center center;
          transform-origin: center center;
  -webkit-animation: eyes_blink 2s ease-out 0s infinite alternate;
          animation: eyes_blink 2s ease-out 0s infinite alternate;
}

#shadow {
  -webkit-transform-origin: center center;
          transform-origin: center center;
  -webkit-animation: shadow 1.1s ease-in-out 0s infinite alternate;
          animation: shadow 1.1s ease-in-out 0s infinite alternate;
}

@-webkit-keyframes hover {
  0% {
    -webkit-transform: translate3d(0, 80px, 0);
            transform: translate3d(0, 80px, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 30px, 0);
            transform: translate3d(0, 30px, 0);
  }
}

@keyframes hover {
  0% {
    -webkit-transform: translate3d(0, 80px, 0);
            transform: translate3d(0, 80px, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 30px, 0);
            transform: translate3d(0, 30px, 0);
  }
}
@-webkit-keyframes shadow {
  0% {
    -webkit-transform: translate3d(0, 0, 0) scale(1.5, 1.2);
            transform: translate3d(0, 0, 0) scale(1.5, 1.2);
    opacity: 0.4;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0) scale(1, 1);
            transform: translate3d(0, 0, 0) scale(1, 1);
    opacity: 0.2;
  }
}
@keyframes shadow {
  0% {
    -webkit-transform: translate3d(0, 0, 0) scale(1.5, 1.2);
            transform: translate3d(0, 0, 0) scale(1.5, 1.2);
    opacity: 0.4;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0) scale(1, 1);
            transform: translate3d(0, 0, 0) scale(1, 1);
    opacity: 0.2;
  }
}
@-webkit-keyframes arms_bounce_left {
  0% {
    -webkit-transform: translate3d(0, 80px, 0) rotate(0deg);
            transform: translate3d(0, 80px, 0) rotate(0deg);
  }
  100% {
    -webkit-transform: translate3d(0, 30px, 0) rotate(-10deg);
            transform: translate3d(0, 30px, 0) rotate(-10deg);
  }
}
@keyframes arms_bounce_left {
  0% {
    -webkit-transform: translate3d(0, 80px, 0) rotate(0deg);
            transform: translate3d(0, 80px, 0) rotate(0deg);
  }
  100% {
    -webkit-transform: translate3d(0, 30px, 0) rotate(-10deg);
            transform: translate3d(0, 30px, 0) rotate(-10deg);
  }
}
@-webkit-keyframes arms_bounce_right {
  0% {
    -webkit-transform: translate3d(0, 80px, 0) rotate(0deg);
            transform: translate3d(0, 80px, 0) rotate(0deg);
  }
  100% {
    -webkit-transform: translate3d(0, 30px, 0) rotate(10deg);
            transform: translate3d(0, 30px, 0) rotate(10deg);
  }
}
@keyframes arms_bounce_right {
  0% {
    -webkit-transform: translate3d(0, 80px, 0) rotate(0deg);
            transform: translate3d(0, 80px, 0) rotate(0deg);
  }
  100% {
    -webkit-transform: translate3d(0, 30px, 0) rotate(10deg);
            transform: translate3d(0, 30px, 0) rotate(10deg);
  }
}
@-webkit-keyframes eyes_blink {
  0% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  90% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  95% {
    -webkit-transform: scale(0.8, 0);
            transform: scale(0.8, 0);
  }
  100% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
}
@keyframes eyes_blink {
  0% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  90% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  95% {
    -webkit-transform: scale(0.8, 0);
            transform: scale(0.8, 0);
  }
  100% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
}



input{
  color: black !important;
}

