* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html , body {
    height: 100%;
    margin: 0;
    font-size: 16px;
    font-family: Lato sans-serif;
    font-weight: 400;
    line-height: 1.8em;
}
.pbg1 {
    background-image: url(css/image/pen.jpg);
    min-height: 150px;
    position: relative;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;

}
.ptext {
    position: absolute;
    top: 20%;
    width: 100%;
    text-align: center;
    color: black;
    font-size: 30px;
    font-weight: bold;
    padding: 20px;
   
}
.textbg {
    margin-right: 600px;
}
.bl {
    margin-left: 550px;
    font-size: 18px;
    color: darkblue;
    
}
.pbg2 {
    background-color: whitesmoke;
    min-height: 100%;
}
.apply-box {
    max-width: 950px;
    padding: 20px;
    background-color: white;
    margin: 0 auto;
    margin-top: 50px;
    border: 1px solid black;
   /*box-shadow: 3px 5px 5px rgba(1,1,1,0.2)*/
   
}
.pbg2 {
    margin-top: 168px;
}
input {
    font-size: 20px;
    border: 1px solid black;
    width: 100%;
}
button {
    font-size: 20px;
    margin-top: 20px;
    background-color: darkgoldenrod;
}
.apply-box h1 {
    color: darkgoldenrod;
}
/*.apply-box:hover,.apply-box2:hover {*/
/*    transform: scale(1.04);*/
/*    box-shadow: 3px 5px 5px rgba(1,1,1,0.2);*/
/*    transition: 0.2s ease-in-out;*/
    
}
.apply-box2 {
    max-width: 950px;
    padding: 20px;
    background-color: white;
    margin: 0 auto;
    margin-top: 50px;
   border: 1px solid black;
   /*box-shadow: 3px 5px 5px rgba(1,1,1,0.2)*/
   
   
}
.first {
    height: 30px;
    width: 252px;
    background-color: blue;
    text-align: center;
    color: white;
}
.second {
   height: 30px;
    width: 100%;
    background-color: darkgreen;
    color: white;
    text-align: center;
    text-transform: uppercase;
}
.head {
    display: flex;
}

.third ,.forth, .five, .six, .seven {
    background-color: skyblue;
    height: 30px;
    width: 200px;
    text-align: center;
}
.box, .box2, .box3, .box4, .box5 {
    display: flex;
}
.image ,img {
    height: 140px;
    width: 140px;
    position: relative;
    position: absolute;
    margin-top: -73px;
    margin-left: 366px;
    
}
.final {
   
    display: flex;
    
}

.final1 {
    height: 30px;
    width: 200px;
    background-color: skyblue;
    text-align: center;
    color: black;
}
.final2 {
    height: 30px;
    width: 100%;
    background-color: skyblue;
    color: black;
    text-align: center;
    text-transform: uppercase;
}
