#eml-form {
    margin-top: 5px;
    margin-bottom: 20px;
}

#eml-form .result{
    font-size: 12px;
    padding: 8px;
    color: #333333;
    float: right;
}

#eml-form .field .control {
    margin-top: 10px;
}

#eml-form .field .control input {
    padding-left: 30px;
}

#eml-form .field .control:before {
    position: absolute;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 16px;
    line-height: 32px;
    color: #575757;
    content: '\e605';
    font-family: 'luma-icons';
    margin: 0 0 0 8px;
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
}

#eml-form .field-note {
    font-size: 11px;
    padding: 5px;
    color: #575757;
}

#eml-form .field-error {
    margin: 10px 0px 15px 5px;
}

#eml-form label.label {
    margin: 0 0 20px;
    color: #333333;
    font-weight: 300;
    font-size: 2.6rem;
}

#eml-form button {
    margin-top: 10px;
}

.emlcard a.action.delete:before{
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 14px;
    line-height: 15px;
    color: #757575;
    content: '\e604';
    font-family: 'luma-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
}

.eml-info-card{
    padding-left: 2px;
}

.eml-info-row:before{
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 14px;
    line-height: 15px;
    color: #172175;
    content: '\e60c';
    font-family: 'luma-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
}

.eml-card a.checker:before{
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 14px;
    line-height: 15px;
    color: #172175;
    content: '\e60c';
    font-family: 'luma-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
}

.eml-card div.checker-info{
    font-size: 11px;
    color: #575757;
}

img.whyeml{
    width: 150px;
    padding: 30px;
    border: 2px solid #ddd;
    background-color: white;
}