#DLbigGenerator{
    width: 90%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}



.dlgenerator input {
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #F6F1E9;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
}

.inputformframe {
    width: 60%;
}
#resultDiv{
    width: 30%;
}
#resultDiv textarea{
    width: 90%;
}
.inputformbody {
    width: 90%;
}


#first3info {
    display: flex;
    justify-content: space-between;
    margin-bottom: 3%;
}
#DOBflex{
    display: flex;
    justify-content: space-between;
    width: 30%;
    margin-bottom: 3%;
}
#DOBdiv label{
    color: #716d66;
}
.sexFlex{
    display: flex;
    width: 30%;
    justify-content: space-between;
    margin-bottom: 3%;

}
#submit{
    color: white;
}
.copyField {
    width: 7%;
    margin-left: 1%;
}
.copyField img{
    width: 90%;
}
.copyIMG{
    cursor: pointer;
}
.copyFlex{
    display: flex;
    align-items: center;
}
.FirstName,.MiddleInitial,.LastName,#GenderDiv,#DOBdiv{
    color: 716d66;
}


@media only screen and (max-width: 700px) {
    .inputformframe {
        width: 100%;
    }
    #DLbigGenerator{
       flex-direction: column;
       align-items: flex-start;
       width: 100%;
    }
    #first3info{
        flex-direction: column;
        width: 100%;
    }
    .sexFlex{
        flex-direction: column;
    }
    .mobile-none{
        display: none;
    }
    #DOBflex{
        width: 90%;
    }
    #resultDiv {
        width: 100%;
    }
  }

  @media only screen and (max-width: 1600px) {
    #DLbigGenerator {
        width: 90%;
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
        flex-direction: column;
    }
    .copyField {
        width: 10%;
    }
  }