#logMask {
    display: none;
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    background: #3e3e3ec9;
    transition: .3s
}

#logMask #logBox {
    display: none;
    background-color: #FFF;
    color: #076873;
    width: 20%;
    left: 40%;
    top: 40%;
    position: absolute;
    padding: 2em 15px 1em;
    right: 0;
    height: auto;
    z-index: 100;
    border: 5px solid #6CAF57;
    transition: .3s
}

#logMask #logBox button {
    padding: 0 1.25em
}

#logMask #logBox form {
    margin: 0
}

#logMask #logBox p {
    font-size: 13px;
    display: flex;
    justify-content: space-evenly;
    align-items: center
}

#logMask #logBox a {
    clear: both;
    float: none;
    text-decoration: none
}

#logMask #logBox .xClose {
    position: absolute;
    right: 1em;
    top: .5em;
    font-size: 12px;
    color: #333
}

#logMask #logBox .lField {
    height: 1.5em !important;
    width: 200px !important;
    margin-bottom: .5em
}

#logMask #logBox #logOptions {
    margin-top: .5em
}

#logMask #logBox #closeMe {
    color: #666;
    position: absolute;
    right: .5em;
    top: .5em
}