* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body {
  font-family: 'Roboto', sans-serif;
}
/*=============================
HEADDING
=================================*/
.headding {
  display: flex;
}
.heading-left {
  display: flex;
  flex: 2 1 31rem
}
.heading-right {
  display: flex;
  flex: 1 1 8rem
}
/*=============================
end HEADDING
=================================*/
.main-container {
  max-width: 800px;

}
.from-table {
  background-color: #F1F1F2;
  padding: 1rem;
}
.header {

}
.head {
  text-align: center;
  margin-top: 3rem;
}
.head h1 {
  font-weight: bold;
  text-transform: uppercase;
}
.head h4 {
  font-weight: 600;
  color: #2F61A4;
}
.head p {
  margin: 0;
  font-size: 14px;
}
.photo {
  margin-top: 1.5rem;
  border: 2px solid #cdcdcd;
}


.dob-field label {
  display: block;
  text-align: center;
}
.section-from {
  /* background-color: #F1F1F2; */
}
.dob-from {
  border: none;

  /* margin-bottom: 0.5rem; */
  text-align: right;
  padding: 1rem;
  background-color: #f1f1f2;
}
.dob-from input
 {
  font-family: "Roboto", sans-serif;
  border: solid 1px #89a6bb;
  padding: 0.5rem;
  height: 25px;
  -webkit-appearance: none;
}
.dob-from p {
  text-align: center;
}

.date-field {
  width: 30px;
  text-align: center;
}


.dob-field {
  display: inline-block;
  margin-right: 5px;
  margin-left: 5px;
}
table {
  width: 100%;
}
table tr td {
  font-size: 14px;
}
.table td, .table th {
  border-top: none;
  font-size: 14px;
}
.table-border {
  border: 1px solid #000;
}
.s-btn, .s-btn:link, .s-btn:visited {
    text-decoration: none;
    padding: 8px 40px;
    display: inline-block;
    border-radius: 100px;
    transition: all 0.2s;
    cursor: pointer;
    border: 2px solid #423E99;
    color: #000;
    background-color: #f8f9fa;
    font-size: 14px;
    
}
.s-btn:hover {
  background: #fff;
            border: 3px solid white;
            transition: .3s ease all;
        
}
