@import url('https://fonts.googleapis.com/css?family=Barlow');

body {
  background-image: url('../image/CMS-background.png');
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position-y: bottom;
  background-position-x: right;
  background-size: cover;
}
.container-custom{
    background-image: url('../image/CMS-cimory.png');
    background-repeat: no-repeat;
    background-position-y: 75%;
    background-position-x: 35%;
    padding: 0px 0px;
    margin: 0 0;
}
.row-custom:after {
    content: "";
    display: table;
    clear: both;
}
.column {
    float: left;
    width: 50%;
}
.columnbox {
    float: left;
    width: 50%;
}
.zero{
    color: transparent
}
.box{
    background-color: white;
    width: 335px;
    margin-top: 11%;
    margin-bottom: 11%;
    border-radius: 20px;
    padding: 35px;
    box-shadow: 5px 5px 10px rgba(0,0,0,0.15);
}
.logo{
    width: 240px;
    display: block;
    margin: 0 auto;
}
form {
    padding-top: 20px;
}
form .input_box{
    height: 45px;
    width: 100%;
    position: relative;
    margin-top: 15px;
}
.input_box input{
    height: 100%;
    width: 86.5%;
    outline: none;
    border: 1px solid lightgrey;
    border-radius: 5px;
    font-size: 16px;
    font-family: 'barlow';
    padding-left: 45px;
    background-color: #f5f3f7;
}
.input_box .icon {
    position: absolute;
    top: 55%;
    left: 20px;
    transform: translateY(-55%);
    color: grey;
}
input[type="checkbox"] {
    -webkit-appearance: checkbox;
       -moz-appearance: checkbox;
            appearance: checkbox;
    display: inline-block;
    width: auto;
    border: #aeacb0;
  }
label{
    font-size: 15px;
    font-family: 'barlow';
    color: #aeacb0;
}
.cekbok {
    margin-top: 15px;
    margin-bottom: 15px;
}
.forgot {
    font-size: 14px;
    font-family: 'barlow';
    color: #0964bc;
    font-style: italic;
    text-align: right;
}
.forgot a:link {
    text-decoration: none;
}
.forgot a:hover {
    text-decoration: none;
    color: rgba(255, 0, 0, 0.746);
}
.g-recaptcha {
    transform:scale(0.77);
    -webkit-transform:scale(0.77);
    transform-origin:0 0;
    -webkit-transform-origin:0 0;
}
.tombol{
    background-image: linear-gradient(to right, #016fc6 , #253e9b);
    border: none;
    border-radius: 50px;
    color: white;
    width: auto;
    padding: 2px 30px;
    height: 33px;
    font-size: 16px;
}
.tombol:hover{
    background-image: linear-gradient(to right, #005799 , #16255b);
}

@media screen and (max-width: 540px) {
    body {
        background-image: url('../image/CMS-background_mobile.png');
        background-repeat: no-repeat;
        background-attachment: fixed;
      }
    .container{
        background-position-y: 100%;
        background-position-x: 50%;
        background-size: 60%;
    }
    .zero {
        display: none;
    }
    form {
    padding-top: 10px;
    }
    .box{
        width: 60%;
        margin-left: auto;
        margin-right: auto;
        margin-top: 0;
        margin-bottom: 75%;
        padding: 5%;
    }
    .column {
        float: left;
        width: 100%;
    }
    form .input_box{
    height: 45px;
    width: 100%;
    position: relative;
    margin-top: 0px;
    }
    .input_box input{
    height: 50%;
    width: 76%;
    padding-left: 20%;
    font-size: 13px;
    }
    .input_box .icon {
    position: absolute;
    top: 40%;
    left: 20px;
    transform: translateY(-55%);
    color: grey;
    width: 8px;
    }
    label{
    font-size: 13px;
    }
    .cekbok {
    margin-top: 0px;
    margin-bottom: 0px;
    transform: translateY(-10px);
    }
    .forgot {
    margin-top: 2px;
    font-size: 12px;
    }
    .tombol{
    width: 120px;
    height: 40px;
    font-size: 15px;
    transform: translateY(-25px);
    margin-bottom: -20px;
    margin-top: 25px;
    }
    .logo{
    width: 70%;
    }
    .g-recaptcha {
    transform:scale(0.50);
    -webkit-transform:scale(0.50);
    transform-origin:0 0;
    -webkit-transform-origin:0 0;
    }
}