/* 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: cover;
	}

#emf-logo {padding: 1px !important;}

#emf-form-title {
    text-align: left;
  }

  #emf-form-description {
    text-align: left;
  }


/* -- Typography -- */


    
.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: #2fbdc6;
    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;
    }
       
input[type=submit]:hover, .emf-action-next:hover { 
    background: #ffffff;
    border: 1px solid #2fbdc6;
    color: #2fbdc6;
}


element.style {
    font-weight: bold;
    color: #2fbdc6;
    font-size: 22px;
}