div#msg,
input#edMail,
button#btnSendMail,
div#resMsg {
    display: block;
    margin: 20px auto;
    text-align: center;
}

div#msg {
    font-size: 1.6rem;
    color: rgba(255, 69, 44, 1);
    line-height: 1.5;
}

div#resMsg {
    font-size: 1.6rem;
    line-height: 1.5;
}

input#edMail {
    border: none;
    border-bottom: 1px solid #94979C;
    margin-top: 10px;
    color: rgba(255, 255, 255, 1);
    background-color: transparent;
    line-height: 2;
    font-size: 1.6rem;
    border-radius: 0em;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    width: 50%
}

button#btnSendMail {
    color: #fff;
    background-color: rgba(255,69,44,1);
    border-color: rgba(255,69,44,1);
}
