.notification {
    position: fixed;
    left: initial;
    right: 24px;
    top: 50px;
    bottom: initial;
    z-index: 99999;
}

.passport-login-container {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    width: 100%;
    height: 100%;
}

.passport-login-box {
    position: absolute;
    display: block;
    border-radius: 8px;
    left: 50%;
    top: 50%;
    z-index: 10001;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-color: #fff;
    /*display: block;
    height: 520px;
    */
}

.passport-container-mini {
    height: 100%;
    min-height: 520px;
    background: none;
}

.passport-container {
    width: 100%;
    height: calc(100% - 140px);
    /*background: url() no-repeat 50%;*/
    background-size: cover;
    min-height: 600px;
    position: relative;
}

.passport-container .passport-container-inner .passport-main {
    position: relative;
    width: 410px;
    height: 468px;
    margin-top: 52px;
    float: right;
}

.alertMessageBg {
    position: fixed;
    _position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: #000;
    opacity: 0.5;
    -moz-opacity: 0.5;
    filter: alpha(opacity=50);
    z-index: 999997;
    display: block;
}

.alertMessageDivBorder {
    position: fixed;
    _position: absolute;
    width: 620px;
    height: 820px;
    left: 50%;
    top: 50%;
    margin: -410px -310px 0 -310px;
    background: #000;

    z-index: 999998;
    display: block;
}

.alertMessageDiv {
    position: fixed;
    _position: absolute;
    width: 600px;
    height: 800px;
    left: 50%;
    top: 50%;
    margin: -400px -300px 0 -300px;
    background: #fff;
    z-index: -0;
    display: block;
    font-size: 14px;
}

.alertMessageDiv img {
    width: 100%;
    height: 100%;
    display: block;
    overflow: hidden;
    box-sizing: border-box;
}

.modal_layer {
    position: fixed;
    background-color: rgba(0, 0, 0, 0.25);
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -0;
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
    transition: all 0.3s;
}

.modal_layer:target {
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
}

.modal_layer > div {
    width: 800px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    padding: 2em;
    background: #ffffff;
}

.modal_layer header {
    font-weight: bold;
}

.modal_layer h1 {
    font-size: 150%;
    margin: 0 0 15px;
}

.modal_layer_close {
    color: #aaa;
    line-height: 50px;
    font-size: 80%;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    width: 70px;
    text-decoration: none;
}

.modal_layer_close:hover {
    color: black;
}

.modal_layer div:not(:last-of-type) {
    margin-bottom: 15px;
}
