.lightbox {
    display: none;
    text-indent: -200em;
    background: #000;
    opacity: 0.4;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 5;
}

.form_modalwindow {
    width: 100%;
    max-width: 250px;
    margin: auto;
}

/*
.form_modalwindow input {
    display: inline-block;
    width: 100%;
}


.form_modalwindow input[type=text],
input[type=password] {
    padding: 8px;
    width: calc(100% - 18px);
    margin-top: 2px;
    margin-bottom: 2px;
    background: rgb(255, 255, 255);
    border: 1px solid rgb(218, 218, 218);
    color: #000000;
}

.form_modalwindow input[type=submit] {
    padding: 8px;
    margin: 2px auto 2px auto;
    background: #61697D;
    border: none;
    border-radius: 2px;
    color: #FFFFFF;
    transition: background 0.3s ease-out;
    cursor: pointer;
}

.form_modalwindow input[type=submit]:hover {
    background: #6D768C;
}
*/

.imgresponsive {
    max-width: 100%;
    height: auto;
    display: block;
    margin: auto;
}

.modalDialog {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    overflow: auto;
    position: fixed;
    background: rgba(41, 41, 41, 0.6);
    z-index: 200;
    -webkit-transition: opacity 400ms ease-in;
    -moz-transition: opacity 400ms ease-in;
    transition: opacity 400ms ease-in;
    pointer-events: none;
}


.modalDialog p {
    font-family: Arial, Helvetica, sans-serif;
}

.modalDialog1 {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 200;
    cursor: default;
}

.modalDialog:target {
    opacity: 1;
    margin-top: 0px;
    visibility: visible;    
    pointer-events: auto;
}

.modalDialog > div {
    z-index: 300;
    line-height: 0px;
    padding: 0px;
    font-size: 14px;
    background: #0c131d;
    text-align: center;
    width: calc(100% - 0em);
    max-width: 900px;
    position: relative;
    margin: calc(5% + 5em) auto;
    -webkit-box-shadow: 0px 0px 6px 1px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 6px 1px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 6px 1px rgba(0,0,0,0.75);
}

.modalPW{
    max-width: 1000px !important;
}

.close {
    opacity: 1 !important;
    position: absolute;
    max-width: 120px;
    top: 0px;
    right: 0px;
    padding: 1em 1em;
    outline: none;
    border: none;
    color: #ffffff !important;
    background: #0c131d;
    -webkit-transition-delay: 0s;
    -webkit-transition-timing-function: ease;
    transition-duration: 0.5s;
    transition-delay: 0s;
    transition-timing-function: ease;
    line-height: 15px;
    -webkit-transition-duration: 0.5s;
    border-radius: 0px 0px 0px 18px;
    text-shadow: none !important;
    border-left: 1px solid #1bb5a1;
}

a.close {
    font-size: 17px;
    
    text-decoration: none;
}

a.close:hover {
    color: #00ffaf !important;
    text-shadow: none !important;
}

.close:hover {
    border-left: 1px solid rgba(0, 255, 243, 0.59);
}
