body{
    background-color: #eee;
}
.container {
display: flex;
box-sizing: content-box;
}
h3{
margin: 0%;
}
form{
    margin-top: 25px;
    height: 200px;
}
.box1{
background-color: darkslategray;
    box-shadow: 0px 0px 10px 0px red;
    box-shadow: inset 0px 0px 10px 0px #fff;
    width: 350px;
    margin-right: 50px;
    height: 450px;
    border:solid 2px #000;
    border-radius: 10px;
    overflow: hidden;
}



.box2{
    box-shadow: 10px 10px 10px 0px red;
    box-shadow: inset 0px 0px 10px 0px #fff;
    background-color: #e9c7c7;
    width: 340px;
    margin-right: 50px;
    height: 450px;
    border:solid 2px #000;
    border-radius: 10px;
    overflow: hidden;}


.title{
    border: 2px solid #000;
    background-color: #000;
    color: #fff;
    padding: 8px;
    font-size: 20px;
    text-align:center
}
.fields{
padding: 8px 16px;
height: auto;
display: flex;
justify-content:space-between;
}
#phto{
width: 80px;
height: 90px;
border:2px solid #000;
margin-left: 130px;
margin-top: 10px;
}

.fields > label{
text-align: right;
font-size: 10pxpx;
padding-block: 5PX;
padding: auto;

}
.btn{
background-color: #fff;
border: 2px solid #000;
cursor: pointer;
text-align:center;
font-size:medium;
margin-right: 50px;
box-shadow: 0px 0px 10px 0px #fff;
}
.kaalu{
    color: red;

}
.print{
background-color: #6adada;
border:bl 2px  #000;
cursor: pointer;
text-align:center;
margin-top: 10PX;
height: 50px;
width: 100px;
font-size:medium;
margin-bottom: 30px;
margin-left: 120px;
box-shadow: 0px 0px 10px 0px #000;
}
#Submit{
    margin-left: 30px;
}

@media print{ 
.box1{
    display: none;
}
.print{
    display: none;
}
}
