body {
    background: url(../images/login_bg.jpg) top center no-repeat #8FA2B1;
    background-size: cover;
}
body.site-sea {
    background: url(../images/sea/login_bg.jpg) top center no-repeat #8FA2B1;
    background-size: cover;
}
body.site-hh {
    background: url(../images/hh/login_bg.jpg) top center no-repeat #8FA2B1;
    background-size: cover;
}
body.site-isl {
    background: url(../images/isl/login_bg.jpg) top center no-repeat #8FA2B1;
    background-size: cover;
}
body.site-jfre {
    background: url(../images/jfre/login_bg.jpg) top center no-repeat #018ca3;
    background-size: cover;
}
@media only screen and (max-width: 960px) {
    body {
        background: url(../images/login_bg_mobi.jpg) top center no-repeat #8FA2B1;
        background-size: cover;
    }
    body.site-sea {
        background: url(../images/sea/login_bg_mobi.jpg) top center no-repeat #8FA2B1;
        background-size: cover;
    }
    body.site-hh {
        background: url(../images/hh/login_bg_mobi.jpg) top center no-repeat #8FA2B1;
        background-size: cover;
    }
    body.site-isl {
        background: url(../images/isl/login_bg_mobi.jpg) top center no-repeat #8FA2B1;
        background-size: cover;
    }
    body.site-jfre {
        background: url(../images/jfre/login_bg_mobi.jpg) top center no-repeat #018ca3;
        background-size: cover;
    }
    .loginPanel .logo {
        background-position-x: center !important;
    }
}
.wrapper {
    padding-top: 10%;
}
body img {
    width: 100%;
    max-width: 370px;
    margin: 0 auto;
    display: block;
}
.loginPanel {
    background: #fff;
    -webkit-box-shadow: 5px 5px 20px 0 rgba(0,0,0,.75);
    box-shadow: 5px 5px 20px 0 rgba(0,0,0,.75);
    padding: 20px 30px 45px;
    margin-top: 20px;
}
.loginPanel .logo {
    background: url(../images/login_logo.svg) left center no-repeat;
    background-size: auto;
    width: 100%;
    height: 96px;
    display: block;
    position: relative;
    left: -8px;
}
.site-sea .loginPanel .logo {
    background: url(../images/sea/login_logo.svg) left center no-repeat;
}
.site-hh .loginPanel .logo {
    background: url(../images/hh/login_logo.svg) left center no-repeat;
}
.site-isl .loginPanel .logo {
    background: url(../images/isl/login_logo.svg) left center no-repeat;
}
.site-jfre .loginPanel .logo {
    background: url(../images/jfre/login_logo.svg) left center no-repeat;
    max-height: 63px;
    left: 10px;
}
.loginPanel h2 {
    color: #4d4d4f;
    font-weight: bold;
    font-size: 1.3em;
    margin: 0;
    padding: 0 0 24px;
    letter-spacing: 1px;
}
.loginPanel input {
    margin: 38px 0 0;
    color: #333;
}
::placeholder,
.loginPanel input::placeholder,
.loginPanel input::-webkit-input-placeholder,
.loginPanel input:-ms-input-placeholder,
.loginPanel input::-moz-placeholder,
.loginPanel input:-moz-placeholder {
    color: #4d4d4f;
    opacity: 1;
}
.loginPanel label {
    color: #4d4d4f;
    font-weight: normal;
    font-size: 1.1em;
    padding: 6px 0 0;
}
.loginPanel input.btn {
    width: 100%;
    color: #fff;
    text-transform: none;
    font-weight: bold;
    font-size: 1.1em;
    margin-top: 25px;
    padding: 10px 0;

    background: #0071bc; /* Old browsers */
}
.site-isl .loginPanel input.btn {
    background: #c33150;
}
.site-jfre .loginPanel input.btn {
    background: #cb3939;
}
.loginPanel input.btn:hover {
    opacity: 0.9;
}

.checkbox input[type=checkbox] {
    opacity: 1;
    margin: 0 5px 0 0;
    position: relative;
    top: 1px;
}

.alert {
    color: #fff;
    font-size: 13px;
    margin-top: 20px;
}
button.close, button.close:hover, button.close:focus {
    color: #fff !important;
    opacity: 1;
    text-shadow: none;
}
button.close {
    opacity: .5;
}