

form {
    margin-bottom: 20px;
}

label {
    display: block;
    margin-bottom: 5px;
}

input,
select {
    width: 100%;
    padding: 8px;
    margin-bottom: 10px;
}

button {
    padding: 10px 20px;
    background-color: #007bff;
    color: #fff;
    border: none;
    cursor: pointer;
}

button:hover {
    background-color: #0056b3;
}

#mrzOutput {
    font-family: monospace;
    white-space: pre;
}
#dobContainer{
    display: flex;
}

/* ------mine */
#mrzForm input,#mrzForm select {
    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;
}
.containerMRZ {
    max-width: 90%;
    display: flex;
    justify-content: space-between;
    margin-top: 2%;
}
 #mrzForm{
    width: 45%;
}
.FirstRow, .SecondRow {
    display: flex;
    justify-content: space-between;
}
.FifthRow {
    display: flex;
    justify-content: space-between;
}
#passportNumber, #personalNumber{
    width: 100%;
}
.passNumbercontainer ,.labelCont2{
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 45%;
}
.labelCont{
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 30%;
}
.ThirdRow{
    display: flex;
    justify-content: space-between;
}
.labelCont3{
    width: 45%;
}
.SexFlex {
    display: flex;
    justify-content: space-between;
    width: 50%;
}
.SexFlexLittle {
    display: flex;
    align-items: center;
}
.mrz-generate{
    margin-top: 5% ;
}
.mrzResult{
    width: 45%;
}
#mrzTextarea{
    width: 90%;
}
/* ------------------- */

label {
    width: 100%;
    color: #716d66;
    font-weight: bold;
}

.copyField {
    width: 5%;
    margin-left: 1%;
}
.copyField img{
    width: 90%;
}
.copyIMG{
    cursor: pointer;
}