html, body{
    padding: 0;
    margin: 0;
    width: 100%;
    height: 100%;
    background-color: black;
    margin-bottom: 10px;
}
#bg{
    width: 100%;
    height: 100%;
    background-image: url("../assets/login.png");
    background-repeat: no-repeat;
    background-size: 110% 112%;
    background-position: 90% center;
    display:flex
}
#bg-form{
    width: 50%;
    height:95%;
    margin-top: 10px;
    margin-left:23%;
    background-image: url("../assets/register-form.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
#content-form{
    width: 100%;
    height: 100%;
    margin-top: 15%;
    text-align: center;
}
#content-form p{ 
   font-size: 16px;
   color:#FF9900;
   font-weight: bold;
}
#content-form #error{ 
    margin-top: 25%;
    font-size: 14px;
    color:red;
    font-weight: bold;
 }
#content-form a{ 
    color:greenyellow;
    font-size: 14px;
}
#content-form img{
    margin-top: 12px;
    cursor: pointer;
}

#content-form input{
    width: 80%;
    height: 25px;
    box-sizing: border-box;
    background-color: rgba(0, 0, 0, 0.4);;
    font-size: 14px;
    color:#FF9900;
    text-align: center;
 }
 #content-form select{
    width: 80%;
    height: 30px;
    background-color: rgba(0, 0, 0, 0.4);
    font-size: 16px;
    color:#FF9900;
    text-align: center;
 }
 #content-form select option{
    color:black;
    text-align: left;
 }
 #bagi-atas{
     width: 100%;
     height: 60%;
 }
 #bagi-bawah{
    width: 100%;
    height: 40%;
}
 #kiri{
     width: 50%;
     float:left;
 }
 #kanan{
    width: 50%;
    float:right;
}
 @media screen and (max-height:470px) and (orientation: landscape) {
    #bg-form{
        width: 50%;
        height: 100%;
        margin-top: 0px;
        margin-left:23%;
    }
    #content-form{
        margin-top: 11%;
    }
    #content-form p{ 
        font-size: 9px;
     }
    #content-form input{
         height: 15px;
         font-size: 10px;
    }
    #content-form select{
        height: 15px;
        font-size: 10px;
   }
    #content-form a{
        font-size: 10px;
    }
    #content-form img{
        margin-top: 4px;
        width: 100px;
        height: 35px;
    }
    #content-form #error{ 
        margin-top: 21%;
        font-size: 10px;
        color:red;
        font-weight: bold;
     }
   
 }
 @media screen and (max-height:430px) and (orientation: landscape) {
    #content-form input{
        height: 15px;
    }
    #content-form select{
        height: 15px;
    }
    #content-form #error{ 
        margin-top: 21%;
        font-size: 10px;
        color:red;
        font-weight: bold;
     }
 }

 @media screen and (max-width:980px) and (orientation: portrait) {
    #bg{
        background-size: 195% 110%;
        background-position: 55% center;
    }
    #bg-form{
        width: 75%;
        height: 40%;
        margin-top: 65%;
        margin-left:15%;
    }
    #content-form{
        margin-top: 22%;
    }
    #content-form p{ 
        font-size: 20px;
     }
    #content-form input{
         height: 30px;
         font-size: 20px;
    }
    #content-form select{
        height: 30px;
        font-size: 20px;
   }
    #content-form a{
        font-size: 20px;
    }
    #content-form img{
        margin-top: 35px;
    }
    #content-form #error{ 
        margin-top: 35%;
        font-size: 15px;
        color:red;
        font-weight: bold;
     }
   
 }