@media only screen and (min-width: 1350px) {
  .content .slide-controls {
    position: relative;
    display: flex;
    height: 40px;
    width: 20%;
    overflow: hidden;
    margin: 30px 0 10px 0;
    justify-content: space-between;
    border: 1px solid lightgrey;
    border-radius: 15px;
    float: right;
  }

  .slide-controls .slide {
    height: 100%;
    width: 100%;
    color: #93288d;
    font-size: 18px;
    font-weight: 500;
    text-align: center;
    line-height: 40px;
    font-weight: bold;
    cursor: pointer;
    z-index: 1;
    transition: all 0.6s ease;
  }

  .slide-controls label.signup {
    color: #fff;
    background: -webkit-linear-gradient(left, #6B006B, #93278F, #6B006B, #93278F);
  }

  .slide-controls .slider-tab {
    position: absolute;
    height: 100%;
    width: 50%;
    left: 0;
    z-index: 0;
    /* border-radius: 5px; */
    background: #93288d;
    transition: all 0.6s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  }

  #login:checked~label.signup {
    color: -webkit-linear-gradient(left, #6B006B, #93278F, #6B006B, #93278F);
    background: #93288d;
  }

  #login:checked~label.login {
    cursor: default;
    user-select: none;
  }

  .box1 {
    width: 1100px;
    float: right;
    background: rgba(255, 255, 255, 0);
  }

  .submit {
    background-color: #93288d;
    border-color: black;
  }

  .logo {
    width: 160px;
    margin-top: 90px;
    margin-left: 30px;
    margin-bottom: 10px;
    display: none;
  }

  .textdiv {
    width: 220px;
    text-align: center;
    display: none;
  }

  .textstyle {
    color: white;
    font-size: 1.3em;
  }

  .leftdiv {
    width: 400px;
  }

  .daftarlink {
    border-radius: 30px;
    height: 30px;
    margin-top: 5px;
    margin-left: 6px;
    width: 9vw;
    background-color: white;
    line-height: 32px;
  }

  body {
    background-image: url('./Images/registerbg.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: calc(100% - 10px);
  }
}

/* min-width: 1290px && max-width:1350px  */
@media only screen and (min-width: 1290px) and (max-width: 1350px) {
  .content .slide-controls {
    position: relative;
    display: flex;
    height: 40px;
    width: 20%;
    overflow: hidden;
    margin: 30px 0 10px 0;
    justify-content: space-between;
    border: 1px solid lightgrey;
    border-radius: 15px;
    float: right;
  }

  .slide-controls .slide {
    height: 100%;
    width: 100%;
    color: #93288d;
    font-size: 18px;
    font-weight: 500;
    text-align: center;
    line-height: 40px;
    font-weight: bold;
    cursor: pointer;
    z-index: 1;
    transition: all 0.6s ease;
  }

  .slide-controls label.signup {
    color: #fff;
    background: -webkit-linear-gradient(left, #6B006B, #93278F, #6B006B, #93278F);
  }

  .slide-controls .slider-tab {
    position: absolute;
    height: 100%;
    width: 50%;
    left: 0;
    z-index: 0;
    /* border-radius: 5px; */
    background: #93288d;
    transition: all 0.6s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  }

  #login:checked~label.signup {
    color: -webkit-linear-gradient(left, #6B006B, #93278F, #6B006B, #93278F);
    background: #93288d;
  }

  #login:checked~label.login {
    cursor: default;
    user-select: none;
  }

  .box1 {
    width: 1100px;
    float: right;
    background: rgba(255, 255, 255, 0);
  }

  .submit {
    background-color: #93288d;
    border-color: black;
  }

  .logo {
    width: 150px;
    margin-top: 90px;
    margin-left: 30px;
    margin-bottom: 10px;
    display: none;
  }

  .textdiv {
    width: 220px;
    text-align: center;
    display: none;
  }

  .textstyle {
    color: white;
    font-size: 1.2em;
  }

  .leftdiv {
    width: 400px;
  }

  .daftarlink {
    border-radius: 30px;
    height: 30px;
    margin-top: 5px;
    margin-left: 6px;
    width: 9vw;
    background-color: white;
    line-height: 32px;
  }

  body {
    background-image: url('./Images/registerbg.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: calc(100% - 10px);
  }
}

/* min-width: 769px && max-width:1290px  */
@media only screen and (min-width: 769px) and (max-width: 1290px) {
  .content .slide-controls {
    position: relative;
    display: flex;
    height: 40px;
    width: 30%;
    overflow: hidden;
    margin: 30px 0 10px 0;
    justify-content: space-between;
    border: 1px solid lightgrey;
    border-radius: 15px;
    float: right;
  }

  .slide-controls .slide {
    height: 100%;
    width: 100%;
    color: #93288d;
    font-size: 18px;
    font-weight: 500;
    text-align: center;
    line-height: 40px;
    font-weight: bold;
    cursor: pointer;
    z-index: 1;
    transition: all 0.6s ease;
  }

  .slide-controls label.signup {
    color: #fff;
    background: -webkit-linear-gradient(left, #6B006B, #93278F, #6B006B, #93278F);
  }

  .slide-controls .slider-tab {
    position: absolute;
    height: 100%;
    width: 50%;
    left: 0;
    z-index: 0;
    /* border-radius: 5px; */
    background: #93288d;
    transition: all 0.6s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  }

  #login:checked~label.signup {
    color: -webkit-linear-gradient(left, #6B006B, #93278F, #6B006B, #93278F);
    background: #93288d;
  }

  #login:checked~label.login {
    cursor: default;
    user-select: none;
  }

  .box1 {
    width: 800px;
    float: right;
    background: rgba(255, 255, 255, 0);
    /* background-color: blue; */
    /* margin-top: 40px */
  }

  .submit {
    background-color: #93288d;
    border-color: black;
  }

  .logo {
    width: calc(30% + 1vw);
    margin-top: 90px;
    margin-left: calc(10% + 1vw);
    margin-bottom: 10px;
    display: none;
  }

  .textdiv {
    width: calc(60% + 1vw);
    text-align: center;
    display: none;
  }

  .textstyle {
    color: white;
    /* font-size: 1.1em; */
    font-size: calc(20% + 1vw);
  }

  .leftdiv {
    width: 400px;
  }

  .daftarlink {
    border-radius: 30px;
    height: 30px;
    margin-top: 5px;
    margin-left: 6px;
    width: 13vw;
    background-color: white;
    line-height: 32px;
  }

  body {
    background-image: url('./Images/registerbg2.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    height: 100vh;
    width: calc(100% - 10px);
  }
}

/* min-width: 700px && max-width:769px  */
@media only screen and (min-width: 699px) and (max-width: 769px) {
  .content .slide-controls {
    position: relative;
    display: flex;
    height: 40px;
    width: 40%;
    overflow: hidden;
    margin: 30px 0 10px 0;
    justify-content: space-between;
    border: 1px solid lightgrey;
    border-radius: 15px;
    float: right;
  }

  .slide-controls .slide {
    height: 100%;
    width: 100%;
    color: #93288d;
    font-size: 18px;
    font-weight: 500;
    text-align: center;
    line-height: 40px;
    font-weight: bold;
    cursor: pointer;
    z-index: 1;
    transition: all 0.6s ease;
  }

  .slide-controls label.signup {
    color: #fff;
    background: -webkit-linear-gradient(left, #6B006B, #93278F, #6B006B, #93278F);
  }

  .slide-controls .slider-tab {
    position: absolute;
    height: 100%;
    width: 50%;
    left: 0;
    z-index: 0;
    /* border-radius: 5px; */
    background: #93288d;
    transition: all 0.6s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  }

  #login:checked~label.signup {
    color: -webkit-linear-gradient(left, #6B006B, #93278F, #6B006B, #93278F);
    background: #93288d;
  }

  #login:checked~label.login {
    cursor: default;
    user-select: none;
  }

  .box1 {
    width: 800px;
    float: right;
    background: rgba(255, 255, 255, 0);
    /* background-color: blue; */
    /* margin-top: 40px */
  }

  .submit {
    background-color: #93288d;
    border-color: black;
  }

  .logo {
    width: calc(30% + 1vw);
    margin-top: 90px;
    margin-left: calc(10% + 1vw);
    margin-bottom: 10px;
    display: none;
  }

  .textdiv {
    width: calc(60% + 1vw);
    text-align: center;
    display: none;
  }

  .textstyle {
    color: white;
    /* font-size: 1.1em; */
    font-size: calc(20% + 1vw);
  }

  .leftdiv {
    width: 400px;
  }

  .daftarlink {
    border-radius: 30px;
    height: 30px;
    margin-top: 5px;
    margin-left: 6px;
    width: 17vw;
    background-color: white;
    line-height: 32px;
  }

  body {
    background-image: url('./Images/registerbg2.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    height: 100vh;
    width: calc(100% - 10px);
  }
}

/* min-width: 700px && max-width:769px  */
@media only screen and (min-width: 600px) and (max-width: 699px) {
  .content .slide-controls {
    position: relative;
    display: flex;
    height: 40px;
    width: 40%;
    overflow: hidden;
    margin: 30px 0 10px 0;
    justify-content: space-between;
    border: 1px solid lightgrey;
    border-radius: 15px;
    float: right;
  }

  .slide-controls .slide {
    height: 100%;
    width: 100%;
    color: #93288d;
    font-size: 18px;
    font-weight: 500;
    text-align: center;
    line-height: 40px;
    font-weight: bold;
    cursor: pointer;
    z-index: 1;
    transition: all 0.6s ease;
  }

  .slide-controls label.signup {
    color: #fff;
    background: -webkit-linear-gradient(left, #6B006B, #93278F, #6B006B, #93278F);
  }

  .slide-controls .slider-tab {
    position: absolute;
    height: 100%;
    width: 50%;
    left: 0;
    z-index: 0;
    /* border-radius: 5px; */
    background: #93288d;
    transition: all 0.6s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  }

  #login:checked~label.signup {
    color: -webkit-linear-gradient(left, #6B006B, #93278F, #6B006B, #93278F);
    background: #93288d;
  }

  #login:checked~label.login {
    cursor: default;
    user-select: none;
  }

  .box1 {
    width: 800px;
    float: right;
    background: rgba(255, 255, 255, 0);
    /* background-color: blue; */
    /* margin-top: 40px */
  }

  .submit {
    background-color: #93288d;
    border-color: black;
  }

  .logo {
    width: calc(30% + 1vw);
    margin-top: 90px;
    margin-left: calc(10% + 1vw);
    margin-bottom: 10px;
    display: none;
  }

  .textdiv {
    width: calc(60% + 1vw);
    text-align: center;
    display: none;
  }

  .textstyle {
    color: white;
    /* font-size: 1.1em; */
    font-size: calc(20% + 1vw);
  }

  .leftdiv {
    width: 400px;
    display: none;
  }

  .daftarlink {
    border-radius: 30px;
    height: 30px;
    margin-top: 5px;
    margin-left: 6px;
    width: 17.5vw;
    background-color: white;
    line-height: 32px;
  }

  body {
    /* background-image: url('./Images/registerbg2.png');
    background-repeat: no-repeat;
    background-size: 100% 100%; */
    height: 100vh;
    width: calc(100% - 10px);
  }

  .col-xs-6 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
  }
}

/* min-width: 700px && max-width:769px  */
@media only screen and (min-width: 481px) and (max-width: 600px) {
  .content .slide-controls {
    position: relative;
    display: flex;
    height: 40px;
    width: 40%;
    overflow: hidden;
    margin: 30px 0 10px 0;
    justify-content: space-between;
    border: 1px solid lightgrey;
    border-radius: 15px;
    float: right;
  }

  .slide-controls .slide {
    height: 100%;
    width: 100%;
    color: #93288d;
    font-size: 18px;
    font-weight: 500;
    text-align: center;
    line-height: 40px;
    font-weight: bold;
    cursor: pointer;
    z-index: 1;
    transition: all 0.6s ease;
  }

  .slide-controls label.signup {
    color: #fff;
    background: -webkit-linear-gradient(left, #6B006B, #93278F, #6B006B, #93278F);
  }

  .slide-controls .slider-tab {
    position: absolute;
    height: 100%;
    width: 50%;
    left: 0;
    z-index: 0;
    /* border-radius: 5px; */
    background: #93288d;
    transition: all 0.6s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  }

  #login:checked~label.signup {
    color: -webkit-linear-gradient(left, #6B006B, #93278F, #6B006B, #93278F);
    background: #93288d;
  }

  #login:checked~label.login {
    cursor: default;
    user-select: none;
  }

  .box1 {
    width: 800px;
    float: right;
    background: rgba(255, 255, 255, 0);
    /* background-color: blue; */
    /* margin-top: 40px */
  }

  .submit {
    background-color: #93288d;
    border-color: black;
  }

  .logo {
    width: calc(30% + 1vw);
    margin-top: 90px;
    margin-left: calc(10% + 1vw);
    margin-bottom: 10px;
    display: none;
  }

  .textdiv {
    width: calc(60% + 1vw);
    text-align: center;
    display: none;
  }

  .textstyle {
    color: white;
    /* font-size: 1.1em; */
    font-size: calc(20% + 1vw);
  }

  .leftdiv {
    width: 400px;
    display: none;
  }

  .daftarlink {
    border-radius: 30px;
    height: 30px;
    margin-top: 5px;
    margin-left: 6px;
    width: 17vw;
    background-color: white;
    line-height: 32px;
  }

  body {
    /* background-image: url('./Images/registerbg2.png');
    background-repeat: no-repeat;
    background-size: 100% 100%; */
    height: 100vh;
    width: calc(100% - 10px);
  }

  .col-xs-6 {
    width: 100%;
  }
}

/* min-width: 700px && max-width:769px  */
@media only screen and (min-width: 1px) and (max-width: 481px) {
  .content .slide-controls {
    position: relative;
    display: flex;
    height: 40px;
    width: 70%;
    overflow: hidden;
    margin: 30px 0 10px 0;
    justify-content: space-between;
    border: 1px solid lightgrey;
    border-radius: 15px;
    float: right;
  }

  .slide-controls .slide {
    height: 100%;
    width: 100%;
    color: #93288d;
    font-size: 18px;
    font-weight: 500;
    text-align: center;
    line-height: 40px;
    font-weight: bold;
    cursor: pointer;
    z-index: 1;
    transition: all 0.6s ease;
  }

  .slide-controls label.signup {
    color: #fff;
    background: -webkit-linear-gradient(left, #6B006B, #93278F, #6B006B, #93278F);
  }

  .slide-controls .slider-tab {
    position: absolute;
    height: 100%;
    width: 50%;
    left: 0;
    z-index: 0;
    /* border-radius: 5px; */
    background: #93288d;
    transition: all 0.6s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  }

  #login:checked~label.signup {
    color: -webkit-linear-gradient(left, #6B006B, #93278F, #6B006B, #93278F);
    background: #93288d;
  }

  #login:checked~label.login {
    cursor: default;
    user-select: none;
  }

  .box1 {
    width: 800px;
    float: right;
    background: rgba(255, 255, 255, 0);
    /* background-color: blue; */
    /* margin-top: 40px */
  }

  .submit {
    background-color: #93288d;
    border-color: black;
  }

  .logo {
    width: calc(30% + 1vw);
    margin-top: 90px;
    margin-left: calc(10% + 1vw);
    margin-bottom: 10px;
    display: none;
  }

  .textdiv {
    width: calc(60% + 1vw);
    text-align: center;
    display: none;
  }

  .textstyle {
    color: white;
    /* font-size: 1.1em; */
    font-size: calc(20% + 1vw);
  }

  .leftdiv {
    width: 400px;
    display: none;
  }

  .daftarlink {
    border-radius: 30px;
    height: 30px;
    margin-top: 5px;
    margin-left: 6px;
    width: 27vw;
    background-color: white;
    line-height: 32px;
  }

  body {
    /* background-image: url('./Images/registerbg2.png');
    background-repeat: no-repeat;
    background-size: 100% 100%; */
    height: 100vh;
    width: calc(100% - 10px);
  }

  .col-xs-6 {
    width: 100%;
  }
}