* {
    margin: 0;
    padding: 0;
    font-family: sans-serif;
}

body {
    background-color: #000;
    background: url('/images/background/bg-1.jpg');
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
}


.main-background-video {
    position: fixed;
    width: 100%;
    height: auto;
    z-index: -100;
}

.logo {
    width: 120px;
    margin-top: 20px;
}

.box-card {
    margin-top: 90px;
    background: url('/images/background/bg_card1.png') no-repeat;
    background-size: 100% 100%;
    padding: 155px 150px;
    position: relative;
    z-index: 2;
    min-width: 650px;
}

.box-form {
    width: 530px;
    background: #0e2553;
    border-radius: 30px;
    padding: 30px 26px;
    box-sizing: border-box;
    border: 2px solid #7068dc;
    box-shadow: 0px 0px 4px #7068dc;
    position: relative;
}

.box-form-controller{
    margin-top: 30px;
}

.form-input {
    height: 50px;
    width: 100%;
    margin-top: 30px;
    line-height: 50px;
    border: 2px solid #9198ff;
    background: none;
    border-radius: 10px;
    color: #ffffff;
    padding-left: 2%;
    box-sizing: border-box;
    background: #0c0c0c;
}

.form-valid-input {
    height: 50px;
    width: 40%;
    margin-top: 30px;
    line-height: 50px;
    border: 2px solid #9198ff;
    background: none;
    border-radius: 10px;
    color: #ffffff;
    padding-left: 2%;
    box-sizing: border-box;
}

input::placeholder {
    color: rgba(255, 255, 255, .5);
}


.form-title {
    text-transform: uppercase;
    font-weight: bold;
    background-image: -webkit-linear-gradient(left, #83b9ff, #ae58ff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}



.pic-icon {
    padding-bottom: 30px;
    width: 100%;
}

.error-info {
    font-size: 20px;
    color: #e42709;
    letter-spacing: 2px;
    text-shadow: 0px 0px 10px #0b0908, 0px 0px 10px #0b0908, 0px 0px 10px #0b0908,
    0px 0px 10px #0b0908, 0px 0px 10px #0b0908;
}

.content-header{
    height: 110px;
    background: #18243a;
    border-bottom: #ac5aff solid 1px;
}

.content-footer {
    background: url('/images/background/bg_footer.png') no-repeat;
    background-size: cover;
    padding-top: 140px;
    min-height: 300px;
    margin-top: -60px;
    width: 100%;
}

.content-footer-text {
    display: inline-block;
    vertical-align: middle;
    font-size: 20px;
    line-height: 30px;
    color: #fff;
}

.content-label {
    font-size: 26px;
    text-transform: uppercase;
    font-weight: bold;
    background-image: -webkit-linear-gradient(left, #83b9ff, #ae58ff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.content-text {
    font-size: 26px;
    color:#fff;
}

.main-table td {
    padding-top: 20px;
    padding-bottom: 20px;
}


/* btn */
.btn-primary {
    background: linear-gradient(to left, #83b9ff, #ae58ff);
    color: #fff;
    font-size: 20px;
    text-align: center;
    border: none;
    letter-spacing: 5px;
}

.btn_submit {
    display: block;
    margin: 15px auto;
    background: linear-gradient(to left, #83b9ff, #ae58ff);
    width: 80%;
    color: #fff;
    line-height: 60px;
    font-size: 22px;
    text-align: center;
    border: none;
    letter-spacing: 5px;
    border-radius: 75px;
}

.btn_submit:hover {
    background: linear-gradient(to right, #83b9ff, #ae58ff);
}

/* verify Code */
#verifyCodeActual{
    max-width: 150px;
}

.captcha_img {
    margin-top: 30px;
}

/* server logo */
.adimg{
    max-width: 300px;
    max-height: 300px;
}

.content-card ul li {
    width: 386px;
    border: 2px solid #7068dc;
    border-radius: 15px;
    text-align: center;
    display: inline-block;
    background: #0e2553;
    vertical-align: top;
    padding: 20px 0;
    margin-right: 20px;
}

.text-primary {
    background-image: -webkit-linear-gradient(left, #84b7ff, #ac5aff);
    -webkit-background-clip: text;
    font-weight: bold;
    -webkit-text-fill-color: transparent;
}

.content-card ul li h4 {
    font-size: 16px;
    margin-top: 10px;
    color: #fff;
}


.input-group-text{
    margin-top: 30px;
    color: #ffffff;
    background-color:#0c0c0c;
    border: 2px solid #9198ff;
    border-right: 0px solid #000;
}


.custom-file-label {
    height: 40px;
    width: 100%;
    margin-top: 30px;
    border: 2px solid #9198ff;
    background: none;
    border-radius: 10px;
    color: #ffffff;
    padding-left: 2%;
    box-sizing: border-box;
    background: #0c0c0c;
}

.custom-file-label::after {
    color: #fff;
    background-color: #9198ff;
    border-color: #9198ff;
}
