@import url('https://fonts.googleapis.com/css?family=Barlow');

body {
  background-image: url('../images/login/content_bg.png');
  background-repeat: no-repeat;
  background-position-y: top;
  background-position-x: center;
  background-size: cover;
}
.row:after {
    content: "";
    display: table;
    clear: both;
}
.columnlogo {
    float: left;
    width: 100%;
}
.columnform {
    float: left;
    width: 100%;
    background-image: url('../images/login/form_bg.png');
    background-repeat: no-repeat;
    background-size: 855px;
    background-position-x: center;
    padding: auto;
    transform: translateY(-100px);
}
.logo_cimory{
    padding-top: 4%;
    margin-left: 6.5%;
    width: 15%;
}
.logo{
    padding-top: 70px;
    width: 374px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: -30px;
}
form {
    padding-top: 0;
    padding-bottom: 70px;
    width: 300px;
    margin-left: auto;
    margin-right: auto;
    transform: translateX(-30px);
}
form .input_box{
    height: 40px;
    width: 180px;
    position: relative;
    margin-top:10px;
    margin-bottom: 20px;
    margin-right: 27px;
}
.input_box input{
    height: 100%;
    width: 180px;
    outline: none;
    border: 1px solid lightgrey;
    border-radius: 50px;
    font-size: 12px;
    font-family: 'barlow';
    padding-left: 45px;
    background-color: #f5f3f7;
}
.input_box .icon {
    position: absolute;
    top: 55%;
    left: 20px;
    transform: translateY(-50%);
    color: grey;
}
input[type="checkbox"] {
    -webkit-appearance: checkbox;
       -moz-appearance: checkbox;
            appearance: checkbox;
    display: inline-block;
    width: auto;
    border: #ffffff;
  }
label{
    font-size: 0.8vw;
    font-family: 'barlow';
    color: #ffffff;
}
.cekbok {
    width: 80%;
}
.forgot {
    font-size: 12px;
    font-family: 'barlow';
    color: white;
    font-style: italic;
    text-align: right;
    transform: translateY(-17px);
}
.forgot a:link {
    text-decoration: none;
    color: white;
}
.forgot a:hover {
    text-decoration: none;
    color: rgba(255, 251, 0, 0.746);
}
.g-recaptcha {
    padding-bottom: 15px;
    transform:scale(0.6);
    -webkit-transform:scale(0.6);
    transform-origin:0 0;
    -webkit-transform-origin:0 0;
}
.tombol{
    background-image: linear-gradient(to right, rgb(255, 123, 0) , #c300ff);
    border: none;
    border-radius: 50px;
    color: white;
    width: 105px;
    height: 33px;
    font-size: 16px;
    transform: translateY(-25px);
    margin-top: 40px;
    margin-bottom: 30px;
}
.tombol:hover{
    background-image: linear-gradient(to right, #ff0000ff , #6d017e);
}

@media screen and (max-width: 1280px) {
    .container{
        background-position-y: 100%;
        background-position-x: 30%;
    }
}

@media screen and (max-width: 855px) {
    .logo_cimory {
        width: 30%;
    }
    .columnform {
        transform: translateY(0px);
    }
}

@media screen and (max-width: 480px) {
    body {
        background-size: 250%;
      }
    .columnform {
        background-size: 720px;
        transform: translateY(0px);
    }
    form {
        width: 60vw;
    }
    form .input_box{
    height: 6vw;
    width:50vw;
    }
    .input_box input{
    height: 100%;
    width: 50vw;
    margin-left:10px;
    }
    .input_box .icon {
    left: 25px;
    transform: translateY(-40%);
    }
    .cekbok {
        margin-top: 0;
        margin-left:15px;
        margin-bottom:0;
        transform: translateY(-40%);
    }  
    label{
        font-size: 10px;
    }
    .forgot {
        font-size: 10px;
        margin-bottom: -10px;
    }
    .logo{
    width:60%;
    margin-bottom: -10px;
    }
    .logo_cimory{
        width: 40%;
        margin-left:30%;
    }
    .box{
        width: 80%;
        margin-left: auto;
        margin-right: auto;
        transform: translateY(-10%);
    }
    .g-recaptcha {
        margin-top:0;
        margin-left: 10px;
    }
    .column {
        float: left;
        width: 100%;
    }
}