@import url(//fonts.googleapis.com/css?family=Lato:300,400,700,300italic);

body{
    margin: 0px;
    padding: 0px;    
    font-family: Lato;
    background: #b194db;
    background-size: cover;
    height: 100vh;
}

.iwantthisform{
    display: block;
    width: 110px;
    height: 110px;
    position: absolute;
    top: 0px;
    right: 0px;
    background: url('../images/iwantthisform.png') top center no-repeat;
    z-index: 100;
}
#emf-logo{
    display: none;
}
#emf-form-shadows{
    display: none;
}
#emf-container{
    background: #b194db;
    width: 415px !important;
    margin: 80px 23%;
    border: none;
}
#emf-container-outer:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
#emf-container #emf-form-title{
    font-weight: 400;
    font-size: 50px;
    font-family: 'Lato', sans-serif;
    color:#fff;
    margin-top: 80px;
}
#emf-container #emf-form-description{
    font-weight: 300;
    margin: 0 0 15px;
}
#emf-container #emf-form-description .title-description{
    font-weight: 300;
    font-size: 23px;
    color: #fff;
}
#emf-container #emf-form-description .description-text{
    font-weight: 300;
    font-size: 16px;
    color: #564d6f;
    text-align: justify;
    margin-bottom: 50px;
}
#emf-container #emf-form-description .picture-app-store{
    width: 130px;
    height: 40px;
    background: url('../images/appstore-badge.png') top left no-repeat;
    display: block;
    float: left;
}
#emf-container #emf-form-description .picture-google-store{
    width: 130px;
    height: 40px;
    background: url('../images/googleplay-badge.png') top left no-repeat;
    display: block;
    float: left;
    margin-left: 20px;
}
#emf-container #emf-form-description .icons-and-price:after{
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}
hr{
    width: 100%;
    margin-top: 30px;
}
#emf-container .emf-head-widget{
    border: none;
}
#emf-form ul #emf-li-total{
    width: 80px;
    background: none;
    padding: 0px;
    position: absolute;
    top: 50%;
    left: 77%;
    border: 1px solid #564d6f;
    border-radius: 0px;
    
}
.emf-total table thead,
.emf-total table tbody,
.emf-total table tfoot th{
    display: none;
}
#emf-form table td{
    color: #fff;
    font-size: 25px;
    padding: 15px 3px;
}
#emf-container li label.emf-label-desc{
    font-size: 30px;
    font-weight: normal;
    color: #fff;
}
#emf-container li div.emf-div-field input{
    width: 100%;
    color: #fff;
    border: 1px solid #fff;
    padding: 10px;
    background: #c9b5e7;
}
#emf-container .emf-div-instruction{
    color: #564d6f !important;
    margin-top: 10px;
}
#emf-li-1{
    position: absolute;
    top: 0%;
    left: 120%;
}
#emf-li-1 .emf-div-field{
    width: 320px;
    height: 546px;
    background: url('../images/iphone-bg.png') top left no-repeat;
    padding: 141px 33px;
}
/* do not group these rules */
*::-webkit-input-placeholder {
    color: #564d6f;
}
*:-moz-placeholder {
    /* FF 4-18 */
    color: red;
}
*::-moz-placeholder {
    /* FF 19+ */
    color: red;
}
*:-ms-input-placeholder {
    /* IE 10+ */
    color: red;
}
#emf-li-post-button input{
    width: 150px;
    height: 45px;
    font-size: 25px;
    color: #fff;
    background: #564d6f;
    border: none;
}
#emf-li-post-button input:hover{
    cursor: pointer;
    background: #EC6AB1;
}


/*responsive design*/



@media screen and (max-width: 1700px) {
    #emf-container{
        margin: 80px 17%;
    }
}
@media screen and (max-width: 1400px) {
    #emf-container{
        margin: 80px 14%;
    }
}
@media screen and (max-width: 1200px) {
    #emf-container{
        margin: 80px 12%;
    }
}
@media screen and (max-width: 1100px) {
    #emf-container{
        margin: 80px 10%;
    }
}
@media screen and (max-width: 1040px) {
    #emf-container{
        margin: 0px;
    }
}
@media screen and (max-width: 900px) {
    #emf-container{
        margin: 0 auto;
    }
    #emf-li-1{
        position: inherit;
    }
    #emf-li-total{
        top: 22% !important;
    }
    #emf-li-post-button input{
        width: 100%;
    }
}
@media screen and (max-width: 430px) {
    #emf-container{
        width: 100% !important;
    }
    #emf-form ul #emf-li-total {
        left: 5%;
        top: 26% !important;
    }
    hr{
        margin-top: 90px;
    }
}
@media screen and (max-width: 353px) {
    #emf-form ul #emf-li-total {
        left: 5%;
        top: 29% !important;
    }

}
