html {
    background: #000;
}

a {
    text-decoration: none;
}

body {
    overflow: auto;
    margin: 0;
    padding: 0;
}

.modal-signup .join-form {
    margin: 0 auto;
    overflow: hidden;
    font-size: 12px;
    width: 100%;
    max-width: 90%;
}

.modal-signup .join-form td {
    color: #fff;
}

.modal-signup .join-form td {
    padding: 5px 8px;
}

.modal-signup .join-form span {
    display: block;
    margin-top: 5px;
    margin-left: 0;
}

.modal-signup .text01 {
    text-align: center;
    background: rgba(30, 30, 30, 0.3);
    color: #fff !important;
    font-weight: bold;
    text-align: right;
    padding-left: 5px;
}

.modal-signup input[type='text'], 
.modal-signup input[type='password'], 
.modal-signup select {
    border: none;
    color: #fff;
    font-size: 12px;
    padding: 2px 5px;
    line-height: 32px;
    height: 32px;
    transition: 0.2s;
    vertical-align: middle;
    border-radius: 0px;
    border: solid 1px #2782f2;
    background: #000;
    width: 100%;
    box-sizing: border-box;
}

.modal-signup select {
    height: 32px;
    line-height: 32px;
}

.modal-signup input[type='text']:focus, 
.modal-signup input[type='password']:focus, 
.modal-signup select:focus, 
.modal-signup textarea:focus {
    outline: none;
    color: #fff;
    border: 1px solid #2782f2;
}

.modal-signup .container {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border: 1px solid #1f1f1f;
    width: 90%;
    max-width: 500px;
    max-height: 90vh;
    overflow-y: auto;
    box-shadow: 0px 0px 10px #2956ff, 0px 0px 30px #0306d4;
    background: #00000088;
    backdrop-filter: blur(10px);
    padding: 15px;
}

.modal-signup .btn-join {
    background-color: #30790f;
    color: #fff;
    border-radius: 4px;
    border: none;
    width: 100px;
    height: 40px;
    line-height: 40px;
    box-sizing: border-box;
    font-size: 12px;
    font-weight: bold;
    text-decoration: none;
    cursor: pointer;
    transition: 0.2s;
}

.modal-signup .btn-cancle {
    background-color: #a10101;
    color: #fff;
    border-radius: 4px;
    border: none;
    width: 100px;
    height: 40px;
    line-height: 40px;
    box-sizing: border-box;
    font-size: 12px;
    font-weight: bold;
    text-decoration: none;
    cursor: pointer;
    transition: 0.2s;
}

.modal-signup .btn-join:hover, 
.modal-signup .btn-cancle:hover {
    opacity: 0.6;
}

.modal-signup label {
    display: block;
    text-align: left;
    width: 100%;
    padding-right: 0;
    font-size: 13px;
    font-weight: bold;
    margin-bottom: 5px;
}

.modal-signup label .fa {
    color: #ff5400;
    margin-left: 5px;
    margin-bottom: 5px;
    font-size: 10px;
}

.modal-signup .fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

@-webkit-keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

.modal-signup .btn-zone {
    text-align: center;
    padding-top: 15px;
    margin-top: 15px;
    border-top: solid 1px #444;
}

.modal-signup .video-bg {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    overflow: hidden;
}

.modal-signup .btn-zone a, 
.modal-signup .btn-zone button {
    border: none;
    color: white;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    text-transform: uppercase;
    cursor: pointer;
    width: 48%;
    font-size: 12px;
    font-weight: bold;
    color: #fff;
    height: 42px;
    line-height: 42px;
    box-sizing: border-box;
    vertical-align: middle;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    color: #ffffff;
    margin: 2px;
}

.modal-signup .btn-zone a:hover, 
.modal-signup .btn-zone button:hover {
    filter: brightness(1.2)
}

.modal-signup .video_bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.modal-signup .umMovie {
    visibility: visible;
    margin: auto;
    min-width: 100%;
    min-height: 100%;
    margin-top: -50px;
}

.modal-signup .video_filter {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.modal-signup .border {
    background: #2782f2;
}

.modal-signup .fill {
    background: #0f0f0f;
}

.modal-signup .btn_signup {
    width: 100%;
    height: 42px;
    line-height: 42px;
}

.modal-signup .gender-arr01 {
    display: inline-block !important;
    position: relative;
    margin-left: 0 !important;
}

.modal-signup .gender-dot {
    position: absolute;
    right: 5px;
    top: 6px;
    margin-top: 0 !important;
    font-size: 14px;
}

.modal-signup .modal-close {
    position: absolute;
    font-size: 30px;
    right: 10px;
    top: 10px;
    color: #2782f2;
    z-index: 9;
    transform: rotate(0deg);
    transition: 0.5s;
    cursor: pointer;
}

.modal-signup .modal-close:hover {
    color: #2782f2;
    transform: rotate(360deg);
}

.modal-signup .modal_content {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    backdrop-filter: blur(5px);
    top: 0;
    left: 0;
    z-index: 99999;
    overflow-y: auto;
}

.modal-signup {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 99998;
}

