/* CSS Document */

@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Zain:wght@200;300;400;700;800;900&display=swap');

/* wallpaper */
html{
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	}

#emf-logo {padding: 10px !important;}


/* -- Typography -- */


  /* Form title */
#emf-form-title {
  text-align: center;
}

#emf-container #emf-form-description /* description */
{
  text-align: center;
}

#emf-form { background:rgba(255,255,255,0.5);}

#emf-container .emf-field-grid-desc label.emf-label-desc {
    color: #000 !important;
    font-size: 130% !important;
    width: 98%;
 
}

 .emf-banding-head {
    font-size: 13px;
    font-weight: bold;}

 .emf-field-grid td {
    width: 25%;}
    input {
    padding: 1px 0;
    font-size: 110%;
}


label.emf-label-desc, div.emf-div-field label {
    font-family: Quicksand;
    color: rgb(51, 51, 51);
    font-size: 16px;
}
    
.emf-div-field input[type="text"], .emf-div-field select, .emf-div-field textarea {
	border-bottom: none;
	border-right: none;
	border-top: 1px solid #d6d7d9;
	border-left: 1px solid #d6d7d9;
	background: #fafafa !important;
	outline: 0;
	padding: 3px 5px !important;
}

.emf-div-field select, .emf-div-field textarea { width: 95%;}

.emf-div-field input[type="text"] {
	height: 30px;
}

.emf-input-w40 {width: 50px !important;}
.emf-input-w30 {width: 40px !important;}
.emf-input-w20 {width: 30px !important;}

/* -- Buttons -- */

#emf-container .emf-action-next /* next button */
{
}

#emf-container .emf-action-previous /* previous button */
{
}


#emf-container #submit_form /* submit button */
{
}

input[type=submit], .emf-action-next {
    color: #fff;
    background: #68676d;
    border: 1px solid #68676d;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    outline: none;
    cursor: pointer;
    padding: 10px 20px !important;
    border-radius: 30px;
    }
       
input[type=submit]:hover, .emf-action-next:hover { 
    background: #dfddde;;
    border: 1px solid #dfddde;
    color: #000;
    border-radius: 30px;
}

