.LogoCenter {
    width: 425px;
    height: 245px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 360px;
    margin: auto;
}

.footer {
    bottom: 0;
    right: 360px !important;

}
#captchaContainer .preview{
    color: #FFFFFF;
    width: 100%;
    text-align: center;
    height: 40px;
    line-height: 40px;
    letter-spacing: 8px;
    border: 1px dashed #FFFFFF;
    font-family: "monospace";
    font-size: 20px;
}
#captchaContainer .preview span{
    display: inline-block;
    user-select: none;
}
#captchaContainer .captcha-form{
    display: flex;
}
#captchaContainer .captcha-form input{
    width: 100%;
    padding: 8px;
    border: 1px solid #888;
}
#captchaContainer .captcha-form .captcha-refresh{
    width: 40px;
    border: none;
    outline: none;
    background-color: #87e2ff;
    color: #eee;
    cursor: pointer;
}