#ctDocCheckLoginWrapper {
    position: absolute;
    width: 100%;
    height: 400px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 65px;
}

#ctDocCheckLoginBox {
    position: absolute;
    z-index: 99;
    background: #888887;
    width: 567px;
    height:400px;
    opacity: 0.7;
    margin: 0 auto;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

#ctDocCheckLogin {
    position: absolute;
    z-index: 100;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

#ctDocCheckLogin iframe {
    margin: 0 auto;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
}
        
@media screen and (max-width:567px)
{
    #ctDocCheckLoginBox {
    position: absolute;
    z-index: 99;
    background: transparent;
    width: 100%;
    height:400px;
    opacity: 0.7;
    margin: 0 auto;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
}