.ui.form {
    width: 100%;
    padding: 0;
    margin: 0 auto;
}
button, input, optgroup, select, textarea { font: normal !important; }
.column {
    padding: 5px !important;
}
.ui.form h2 {
    text-transform: uppercase;
    color: #fff;
}
.ui.form p {
    color: #fff;
}
.ui.modal {
    background: transparent url("wj.jpg") no-repeat center center;
    border-radius: 0;
    color: #000;
    display: none;
    padding: 20px;
    min-width: 400px;
    min-height: 320px;
    text-align: center;
    object-fit: fill;
    overflow-x: hidden;
    overflow-y: hidden;
}
.ui.modal::before {
    content: " ";
    z-index: 10;
    display: block;
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    background: rgba(255, 255, 255, 0.2);
}
.ui.modal form {
    z-index: 20;
}
.dimmer {
    opacity: 0.2;
    z-index: 999999 !important;
}
.b-close {
    cursor: pointer;
    font-family: verdana;
    font-size: 1em;
    font-style: bold;
    color: #fff;
    position: absolute;
    right: 10px;
    top: 5px;
    z-index: 999;
}
#EmmaSubmit {
    background: rgba(255, 255, 255, 0.9);
    border-radius: 0;
    border: 2px solid #fff;
    transition: background 0.5s ease;
    color: #000;
}
#EmmaSubmit:hover {
    color: #fff;
    border: 2px solid rgba(255, 255, 255, 0.1);
    background: rgba(255, 255, 255, 0.4);
    color: rgba(0, 0, 0, 0.6);
    ;
}
/* placeholder */

::-webkit-input-placeholder {
    text-align: left;
    color: #808080!important;
    font-size: 1em !important;
}
:-moz-placeholder {
    /* Firefox 18- */
    
    text-align: left;
    color: #808080!important;
    font-size: 1em !important;
}
::-moz-placeholder {
    /* Firefox 19+ */
    
    text-align: left;
    color: #808080!important;
    font-size: 1em !important;
}
:-ms-input-placeholder {
    text-align: left;
    color: #808080!important;
    font-size: 1em !important;
}