
nav {
    display: flex;
  width: 100%;
  height: 10%;
  background: #eee;
}



.line {
    
        width: 30px;
        height: 3px;
        background:#000000;
        margin: 5px;

}

.line.open {
    background:#ffffff;
}

.hamburger {
    position: relative;
    height: fit-content;
    cursor: pointer;
    left: 5%;
    top: 50%;
    z-index: 2;
    transition: translate(-5%, -50%);
}



.logo{
    position: relative;
    width:400px;
    height: 60px;
    left: 25%;
    top: 10%;
    transition: translate(-25%, -10%);
}

img {
    width:100%;
    height:100%;
}

#inbrand_form {
    width: 500px;
    margin-left: 30%;
    padding: 50px;
}

.Form-Dag-group{
    width: 100%;
    border: 1px solid #8d8d8daf;
    padding: 30px;
    border-radius:10px;
}

.header {
    margin-top: 1%;
    margin-bottom:1%;
}


.options {
    display: flex;
    flex-direction: column;
    height: auto;
}


.blue{
    color:#007BFF;
}

body {
    text-align: center;
}

 .option {
    margin: auto;
    margin-bottom:10px;
    background: linear-gradient(to right, #ffffff -3%, #b9d809 100%);
    padding: 20px;
    font-size: larger;
    text-align: right;
    color: #ffffff;
    justify-items: center;
    position: relative;
    width: 400px;
}
 .input-option {
     text-align: right;
    width: 400px;
    padding: 20px;
    font-size: larger;
    margin: auto;
    margin-bottom:10px;
    background: #ffffff;
    border: 3px solid #b9d809;
}

form {
    width:100%;
    justify-content: center;
}

.form {
    width:400px;
    margin-left: 30%;
    text-align: left;
}

.form_Header{
    display: flex;
}

.form_Header h2{
    flex: 1;
}

.form-check{
    display:flex;
}

label,input{
    flex:1;
}

.img-portal{
    margin: auto;
    margin-top: 30px;
    width: 80px;
    height: 60px;
    justify-items: center;
    position: relative;
}


.verify {
    display: flex;
}

.kadVerify{
    flex: 1;
}

.madVerify{
    flex: 1;
}

.form-check , button {
    margin: 25px;
    padding: 0;
}

.option a:hover {
    background-color: #007BFF;
    border-color: #007BFF;
}

@media only screen and (max-width: 600px) {
    .logo {
        width: 300px;
        height: 50px;
        left: 15%;
        top: 15%;
        transition: translate(-15%, -15%);
        
    }

    .form {
        margin-left: 10%;
    }
  }

  @media only screen and (max-width: 450px) {
    .logo {
        width: 200px;
        height: 30px;
        left: 5%;
        top: 5%;
        transition: translate(-5%, -5%);
        
    }

    .option {
        width: 100%;
        font-size: x-small;
    }

    .input-option {
        width: 100%;
    }
  }