@import url('https://fonts.googleapis.com/css?family=Quicksand:400,500,700');

html, body{
    height: 100%; 
    margin: 0;
    padding: 0;
    font-family: 'Quicksand' !important ;
}

.wrapper{
    display: flex;
    flex-direction: column;
    min-height: 100%;
}

main {
    flex-grow: 1;        
}

h1{
    color: #36454F;
}

.required{
    color:red;
}

label{
    font-size: 14px;
}

#label{
    font-size: 8px;
}

p{
    font-size: 11px;
    font-weight: bold;
}


button{
    display: inline-block;
}

.child-input {
    margin-bottom: 10px;
    margin-right: 10px; 
}
.child-label {
    font-weight: bold;
    display: block;
    margin-bottom: 5px;
}

.living-with-select {
    margin-top: 5px;
}

.container-upload{
    width: 1100px;
    height: 120px;
    background-color: white;
    border: 1px solid #9C9C9C;
    padding: 20px;
    text-align: center;
    font-family: Arial, sans-serif;
    margin: 50px auto; 
}
    
#upload_button{  
    background-color:#02355c;
    color: white;
    padding: 0.5rem;
    font-family: sans-serif;
    border-radius: 0.3rem;
    cursor: pointer;
    margin-top: 1rem;
    font-size: 13px;
}

.form-control{
    height: 30px;
    font-size: 15px;
    font-weight: 500;
}

.form-control.select-custom-height {
    height: 31px !important;
}
 
@media all and (max-width:700px){
	.container-upload {
		height: 150px;
        width: 90%;
	}
}

@media all and (max-width: 1200px) and (min-width: 700px){
	.container-upload {
		height: 150px;
        width: 90%;
	}
}

.btn.btn-success.btn-circle {
    background-color: #004AAD#FEEB5D;
    color: black; 
    border-color: #004AAD;
}


.stepwizard-step p {
    margin-top: 0px;
    color: black;
    font-weight: bold;
}

.stepwizard-row {
    display: table-row;
}

.stepwizard {
    display: table;
    width: 100%;
    position: relative;
    margin-bottom: 30px;
    margin-top: 180px;
}

.stepwizard .btn.disabled, .stepwizard .btn[disabled], .stepwizard fieldset[disabled] .btn {
    opacity:1 !important;
    color:black;
}

.stepwizard-row:before {
    top: 14px;
    bottom: 0;
    position: absolute;
    content:" ";   
    height: 1px;
    background-color: #ccc;
    z-index: 0;
}

.stepwizard-step {
    display: table-cell;
    text-align: center;
    position: relative;
}

  .btn-success {
    background-color: #007bff !important; 
    border-color: #007bff !important;     
    color: #fff !important;              
}

.btn-success:hover,
.btn-success:focus {
    background-color: #0069d9 !important; 
    border-color: #0062cc !important;
    color: #fff !important;
}
.step-btn {
  width: 50px;       
  height: 50px;       
  line-height: 50px;  
  padding: 0;         
  font-weight: bold;
  font-size: 1rem;
}

.step p {
  font-size: 0.8rem;
  margin-top: 0.5rem;
}

@media (max-width: 576px) {
  .step-btn {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 0.9rem;
  }
}
.form-row {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    align-items: center;
}

.form-control.children {
    width: 200px;
}

.form-control-children h3 {
    font-size: 15px;
    margin-right: 30px; 
}

.form-control-children select {
    width: 150px;
    height: 35px;
}

.error-message {
    color: red;
    font-size: 10px;
    margin-top: 5px;
}
.spinner {
    display: none;
    margin: auto;
    border: 4px solid rgba(0, 0, 0, 0.1);
    border-radius: 50%;
    border-top: 4px solid #3498db;
    width: 60px;
    height: 60px;
    animation: spin 2s linear infinite;
}

#emailError_, #passwordError, #mobileError{
    display: none;
    color: red;
    font-size: 9px;
}

.panel-heading{
    font-size: 12px;
    background-color: #004AAD;
}

#mobileError, #emailError{
    display: none; 
    color: red; 
    font-size: 13px;
}

#fathersBday #mothersBday #spouseBday{
    font-size: 13px;
}

.note{
    font-size:11px; color:red
}

.password{
    font-size: 10px;
}

.required{
    color: red;
}