/* 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;
    
}

#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-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: #fff !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: #e1af5d;
    border: 1px solid #fff;
    font-family: "Segoe UI",Roboto;
    font-size: 25px;
    font-weight: 500;
    text-align: center;
    outline: none;
    cursor: pointer;
    padding: 12px 20px !important;
    border-radius: 5px;
    }
       
input[type=submit]:hover, .emf-action-next:hover { 
    background: #ffffff;
    border: 1px solid #e1af5d;
    color: #e1af5d;
    border-radius: 5px;
}