#je-popuplogin {
    margin: 0;
    text-shadow: none!important
}

#je-popuplogin a.je_button, a.je_dropbtn {
    margin: 10px 0;
    text-decoration: none!important
}

#je-popuplogin input.je_button, #je-popuplogin a.je_button, #je-popuplogin .je_button, #je-popuplogin a.je_button span, a.je_dropbtn span {
    /*width: 160px;*/
    height: 36px;
    text-align: center;
    line-height: 40px;
    color: #ffffff !important;
    display: block;
    clear: both;
    /*border: 2px solid #75B00A !important;*/
    font-size: 14px;
    font-weight: 600;
    width: 40%;
    background-color: #44cf6c !important;
    border-radius: 5px;
    text-transform: uppercase;
}

.clicable {
    cursor: pointer
}

.btnRegistrati:hover {
    color: white;
    text-decoration: none;
}

;
#je-popuplogin a.je_button {
    padding: 0;
    cursor: pointer;
    display: inline-block;
    white-space: nowrap;
    nowhitespace: afterproperty;
    text-align: center;
}

#je-popuplogin a.je_button span {
    padding: 10px 15px;
    height: 40px;
    line-height: 40px
}

#je-popuplogin input.je_input {
    width: 100%
}

#je-popuplogin .link-options span {
    display: block;
    clear: both;
}

#je-popuplogin .link-options span a {
    line-height: 30px
}

#je-popuplogin .link-options span.je_pass a {
    float: left;
    text-decoration: underline;
    /*font-style: italic ;*/
    padding-bottom: 10px
}

#je-popuplogin .link-options span.je_user a {}

#je-popuplogin .link-options span.je_add a {
    height: 40px;
    width: 150px;
    background-color: #75b00a;
    line-height: 40px
}

#je-popuplogin .link-optionsregistration span {
    display: block;
    clear: both;
    font-weight: 900;
    padding: 5px;
    background-color: #75b00a;
    line-height: 40px;
    font-size: 14px;
}

#je-popuplogin .link-optionsregistration span a {
    line-height: 30px
}

#je-popuplogin .link-optionsregistration span.je_pass a {
    float: left;
    text-decoration: underline;
    /*font-style: italic ;*/
    padding-bottom: 10px
}

#je-popuplogin .link-optionsregistration span.je_user a {}

#je-popuplogin .link-optionsregistration span.je_add a {}

#je-popuplogin .je_hello {
    height: 40px;
    line-height: 40px;
    display: inline-block;
    margin-top: 15px;
}

#close_x {
    opacity: unset;
}

#je-popuplogin .je_check {
    display: inline-block;
    font-weight: normal;
}

#je_popupRow {
    padding-left: 10px;
    text-align: left;
    padding-bottom: 10px;
}

#je-popuplogin input[type="checkbox"] {
    display: inline;
    width: 20px;
    padding: 0;
    margin: 0;
    float: left
}

input[type="text"]:focus, input[type="password"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="tel"]:focus, textarea:focus {
    color: #000000;
    outline: none;
}

#je-popuplogin input[type="text"], #je-popuplogin input[type="password"], #je-popuplogin input[type="email"] {
    max-width: 100%;
    width: 100%;
    -moz-box-sizing: border-box;
    -webkit-appearance: none;
    -webkit-box-sizing: border-box;
    background: transparent;
    /*font-style: italic;*/
    border: 1px solid #ddd;
    box-sizing: border-box;
    color: #000000;
    display: block;
    padding: 0 10px;
    height: 40px;
    line-height: 40px;
    margin: 0 0 10px 0
}

#je-popuplogin button, #je-popuplogin input[type="button"], #je-popuplogin input[type="submit"] {
    border: transparent;
    cursor: pointer;
    display: inline-block;
    outline: none;
    position: relative;
    padding: 0px 15px;
    height: 40px;
    line-height: 30px;
    float: right;
}

#je-popuplogin .je_logged .je_button {
    top: 15px;
    right: 15px;
}

.jePUL {
    background: #fff;
    padding: 25px;
    height: auto;
    width: 400px;
    position: relative;
    display: none;
    border: 3px solid;
    border-radius: 5px;
    padding: 20px 20px 20px 20px;
    border-color: rgb(117, 176, 10);
    box-shadow: 0 1px 4px rgba(0, 0, 0, .2);
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, .2);
    -o-box-shadow: 0 1px 4px rgba(0, 0, 0, .2)
}

#close_x {
    width: 24px;
    height: 23px;
    overflow: hidden;
    line-height: 1000px;
    display: block;
    position: absolute;
    top: 5px;
    right: 5px;
    background: url(../img/close.png) 0 0 no-repeat;
    background-size: 15px 15px;
}

.login-box {
    float: left;
    width: 45%;
    display: inline-block;
    padding-left: 10px;
    padding-top: 10px;
    padding-right: 30px;
}

.login-title {
    font-size: 17px;
    font-weight: 900;
    padding-bottom: 10px;
    float: left;
    width: 100%;
    text-align: left;
}

.je_pretext {
    text-align: center;
    padding-bottom: 20px;
    padding-top: 20px;
}

.register {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 44%
}

.je_posttext {
    padding-bottom: 10px;
    text-align: left;
}

.login_button {
    /*float: left;*/
    color: #333333;
    /*text-transform: uppercase;*/
    text-decoration: none;
    /*padding-top: 12px;*/
    /*padding-left: 10px;*/
}

#loginButton116 {
    text-transform: uppercase;
}

#je-popuplogin {
    /* line-height: 35px;*/
    /*     margin-left: 10px;
 */
}

.btnRegistrati {
    background-color: #011c26;
    margin-bottom: 10px;
    margin-top: 15px;
    text-align: center;
    line-height: 36px;
    color: #ffffff;
    display: block;
    clear: both;
    border-radius: 5px;
    /*border: 2px solid #75B00A;*/
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    float: right;
    height: 40px;
    width: 40%;
    text-decoration: none;
}

.logout-style {
    height: 100px;
    padding: 10px !important;
}

.je_check {
    text-align: left;
}

#hrPopup {
    margin-top: 10px;
    border: 0;
    clear: both;
    display: block;
    width: 96%;
    background-color: #000000;
    height: 2px;
}