*{
    margin: 0;
    padding: 0;
}
body{
    background-color: white;
}
.Navigation .wrapper{
    border-bottom: solid #dae6e060 4px;
    background-color: #fff;
    max-width: 100%;
    max-height: 19vh;
    display: flex;
    justify-content: space-between;
    padding-left: 10px;
    padding-right: 10px;
}
.ministry-logo img{
    max-width: 140px;
    max-height: 100%;
    float: right;
}
.afan-logo img{
    max-width: 230px;
    max-height: 100%;
    
}
.background-img{
    height: 80vh;
    width: 100%;
    background-image: url(../images/2.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    opacity: .9;
    margin-top: 5rem;
}
.overlay-content{
    position: absolute;
    left: 50%;
    transform: translate(-50%);
    width: 97%;
    height: 70vh;
    background-color: #ffffffa5;
    margin-top: 1rem;
    margin-bottom: 2rem;
}
.element{
    position: absolute;
    top: 30%;
    left: 50%;
    transform: translate(-50%, -15%);
    z-index: 1;
    width: 90%;
    box-shadow: 0px 0px 10px rgba(0,0,0,02);
    border-radius: 10px;
    background-color: #fff;
    margin-top: 1rem;
}
.element form{
    position: relative;
    padding: 10px;
}
.title-header{
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    padding: 10px;
    text-align: center;
    background-color: green;
    color: #fff;
}
.title-header h2{
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: large;
}
.verify-btn{
    padding: 10px;
    border-radius: 5px;
    background-color: green;
    border: none;
    font-size: large;
    color: #fff;
}
#details-section input{
    text-transform: uppercase;
}


.label-disable{
    font-size: large;
    font-weight: 500;
}

table{
    border-collapse: collapse;
    width: 100%;
}
table th{
    border: solid #000 2px;
    padding: 10px;
    text-align: left;
}