@font-face {
    font-family: myfont ;
    src:url('/fonts/Sequel100Black-45.ttf');
}

@font-face {
    font-family: myfont2 ;
    src: url('/fonts/Sequel100Black-86.ttf');
}
@font-face {
    font-family: terserah ;
    src: url('/fonts/Terserah.ttf');
}

body{
    background-color: #1A1A1A;
    margin: 0 auto;
    overflow-x: hidden;
}
.nav1 {
    background-color: #6633FF;
    height: 130px;
}

.nav {
    position: absolute;
    top: 0;
    right: 0;
    padding: 40px;
}
.heigh{
    height: auto;
}

.text{
    font-family: myfont2;
}
.button {
    position: relative;
    color: white;
    padding: 12px 20px;
    display: inline-block;
    background-color: #6633FF;
    border: 2px solid #6633FF;
    box-sizing: border-box;
    top: 40%;
    width: 50%;
    left: 20%;
    text-align: center;
    margin: 12px 0;
}
.container{
    max-width: 50%;
}
.container img{
    position: absolute;
    margin: -12px auto;
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
}

.button1 {
    background-color: white;
}

.button2 {
    background-color: black;
    color: white;
}

.m-form {
    position: relative;
    width: 100%;
    padding: 30px 120px;
    padding-right:  160px;
    min-height: 800px;
    margin-bottom:100px;
    background: url('/images/Registration Paper.svg');
	background-size: cover;
	background-position: center;
    margin-top: -16px;

  }

  .input {
    position: relative;
    border-radius: 5px;
    

  }
.input input[type="text"],.input input[type="email"],.input input[type="password"],.input input[type="phone"],.input input[type="number"], .input select, .input textarea {
    padding: 12px 20px;
    display: inline-block;
    border: 2px solid #6633FF;
    box-sizing: border-box;
    width: 100%;
    margin: 12px 0;
  }

input[type=text]:focus {
    border: 3px solid #6633FF;
}

::placeholder {
    color: lightblue;
    opacity: 0.7;
    font-weight: 800;
}

.continue {
    position: absolute;
    top: 830px;
    left: 480px;
    background-color: #6633FF;
    width: 300px;
    border-radius: 0;
    color: white;
    height: 60px;
    background-color: lightblue;
}

.create {
    position: relative;
    left: 23%;
}


.Checkbox {
    position: absolute !important;
    left: 20px!important;
    width: 60px !important;
    top: 30% !important;

}
.over{
    position: relative;
    display: inline-block;

    box-sizing: border-box;
    top: 40%;
    width: 70%;
    left: 10%;
}
.terserah{
    font-family: terserah, Arial, sans-serif;
    font-size:30px;
}
@media (max-width: 1200px) {
    .m-form {
        padding: 30px 80px;
        padding-right: 120px;
    }
} 


@media (max-width: 900px) { 
    .container{
        max-width: 90%;
    }
    .container img{
        width: 100%;
        left: 5px;
    }
    .m-form{
        padding: 10px;
    }
}