.e_form input,textarea {
background-color: transparent !important;
border: solid 1px #cccccc !important;
}
.e_form select {
padding: 0.625em 0.4375em;
}
.e_form .birthday dd {
display: flex;
align-items: flex-end;
}
.e_form .birthday dd input{
width: 100px !important;
}
.e_form small {
font-weight: normal;
}
.e_form dt {
line-height: 110%;
margin-bottom: 10px;
}
.e_form .pre_info {
margin-bottom: 30px;
}
.e_form .submit-btn input {
width: 300px;
margin: 30px auto;
display: block;
background-color: #61CE70 !important;
color: white;
border-color: transparent !important;
}