* {
    margin: 0;
    padding: 0;
}

body {
    line-height: normal !important;
}

body:before {
    content: "";
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -10;
    background: url(../images/home/bg-header.jpg) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.wrapper-content {
    background: rgba(208, 55, 255, 0.6);
}

header {
    position: fixed;
    width: 100%;
    height: auto;
    top: 0;
    z-index: 998;
}

header .container {
    max-width: 500px;
    height: auto;
    margin: 0 auto;
    display: flex;
    padding: 5px;
}

header .container .logo {
    width: 90%;
}

header .container .logo img {
    position: relative;
    width: 190px;
    height: 57px;
}

header .container .login {
    display: flex;
    float: right;
    right: 10px;
    position: relative;
    margin-top: 10px;
    cursor: pointer;
}

header .container .km {
    width: 30px;
    height: 30px;
    float: left;
    position: relative;
    top: 3px;
    margin-left: 10px;
    cursor: pointer;
}

header .container span {
    color: #000;
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    display: flex;
    position: relative;
    top: 8px;
    left: 5px;
}

header .container .login i {
    color: #fff;
    font-size: 14px;
}

header .container .login .flag {
    width: 25%;
    vertical-align: middle;
}

header .container .login .btn1 {
    color: #fff;
    text-align: center;
    font-size: 14px;
    font-family: DB-Heavent-Cond;
    border-radius: 50px;
    margin-left: 10px;
    width: 80px;
    height: 35px;
    line-height: 35px;
}

.description {
    width: 100%;
    height: auto;
    position: fixed;
    bottom: 200px;
}

.description .container {
    max-width: 500px;
    height: auto;
    margin: 0 auto;
    padding: 20px;
}

.description .container img {
    width: 200px;
    display: none;
}

.description .container h2 {
    color: #fff;
    font-weight: 600;
    font-size: 50px;
    font-family: DB-Heavent-Cond;
    line-height: 20px;
    text-align: center;
}

.description .container span {
    color: #000;
    font-weight: 500;
    font-size: 20px;
    font-family: DB-Heavent-Cond;
    line-height: 100%;
    text-align: center;
    width: 100%;
    display: block;
}

.login-btn {
    width: 100%;
    height: auto;
    position: fixed;
    bottom: 150px;
}

.login-btn .container {
    max-width: 500px;
    height: auto;
    margin: 0 auto;
}

.login-btn .container .row {
    cursor: pointer;
}

.login-btn .container .row button {
    width: 100%;
    display: block;
    margin-left: auto;
    margin-right: auto;
    color: #fff;
    font-weight: 600;
    font-size: 20px;
    font-family: DB-Heavent-Cond;
    border-radius: 50px;
    border: none;
    background: #000;
    padding: 10px;
    text-transform: uppercase;
}

.register-btn {
    width: 100%;
    height: auto;
    position: fixed;
    bottom: 90px;
}

.register-btn .container {
    max-width: 500px;
    height: auto;
    margin: 0 auto;
}

.register-btn .container .row {
    cursor: pointer;
}

.register-btn .container .row button {
    width: 100%;
    display: block;
    margin-left: auto;
    margin-right: auto;
    color: #000;
    font-weight: 600;
    font-size: 20px;
    font-family: DB-Heavent-Cond;
    border: none;
    background: none;
    border-radius: 50px;
    padding: 10px;
    text-transform: uppercase;
    border: 2px solid #cc2b32;
}

#myVideo {
    position: fixed;
    min-width: 100%;
    min-height: 100%;
    right: 0;
    bottom: 0;
}

/* -------------------Login-------------- */
#confirm-login-btn {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    color: #fff;
    border: none;
    border-radius: 50px;
    padding: 10px;
    font-size: 20px;
    background: #000;
    font-family: DB-Heavent-Cond;
    font-weight: 600;
    text-transform: uppercase;
}

#confirm-login-btn i {
    font-size: 16px;
}

.cancelbtn {
    width: auto;
    padding: 10px 18px;
    background-color: #0000b3;
}

/* Center the image and position the close button */
.imgcontainer-msg {
    border-radius: 10px;
    text-align: center;
    margin: 0px 0 18px 0;
    position: relative;
    margin-bottom: 0px !important;
    background-color: #008F6B;
}

.container-msg {
    padding: 10px 10px;
}

.container-msg p {
    text-align: center;
    font-size: 14px;
    color: rgb(100, 100, 100);
}

.container-msg h2 {
    text-align: center;
    font-size: 25px;
    color: rgb(56, 56, 56);
}

span.psw {
    float: right;
    padding-top: 16px;
}

.modal-login {
    display: block;
    position: fixed;
    z-index: 999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.4);
    padding-top: 60px;
}

.modal-login-content {
    margin: 5% auto 0% auto;
    max-width: 720px;
    border-radius: 10px;
    background-size: 100%;
    position: relative;
    z-index: 999;
    background-color: rgba(255, 255, 255, 30%);
    backdrop-filter: saturate(125%) blur(10px);
}

.close {
    position: absolute;
    right: 25px;
    top: 0;
    color: #000;
    font-size: 35px;
    font-weight: bold;
}

.form-element label {
    color: #fff;
    font-size: 18px;
    font-family: DB-Heavent-Cond;
}

.close:hover,
.close:focus {
    color: red;
    cursor: pointer;
}

.middle-msg {
    padding: 10px 15px !important;
    padding-top: 15px !important;
    text-align: center;
}

.login-input {
    display: block;
    width: -webkit-fill-available !important;
    padding: 10px;
    outline: none;
    border: 1px solid #aaa;
    margin-top: 5px;
    border-radius: 10px;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

input[type=text]::placeholder {
    color: #000;
    font-size: 18px;
    font-family: DB-Heavent-Cond;
}

input[type=password]::placeholder {
    color: #000;
    font-size: 18px;
    font-family: DB-Heavent-Cond;
}

.form-element {
    padding: 0 15px;
    /* padding-top: 10px !important; */
    border-radius: 10px;
}

button[type=submit] {
    padding: 25px 35px;
    font-size: 25px;
    font-weight: 600;
    color: #222;
    background: #f5f5f5;
    border: none;
    outline: none;
    cursor: pointer;
    border-radius: 10px;
}


/* Add Zoom Animation */
.animate {
    -webkit-animation: animatezoom 0.6s;
    animation: animatezoom 0.6s
}

@-webkit-keyframes animatezoom {
    from {
        -webkit-transform: scale(0)
    }

    to {
        -webkit-transform: scale(1)
    }
}

@keyframes animatezoom {
    from {
        transform: scale(0)
    }

    to {
        transform: scale(1)
    }
}

.div_phone,
.div_pwd,
.div_name {
    position: relative;
}

.div_phone i,
.div_pwd i,
.div_name i {
    position: absolute;
    left: 15px;
    top: 20px;
    color: blue;
}

.div_phone i,
.div_pwd i,
.div_pass_code i,
.div_name i {
    position: absolute;
    left: 15px;
    top: 20px;
    color: #00451a;
}

.div_pwd i {
    cursor: pointer;
}

#phone_number,
#password,
#password_register,
#phone,
#confirm_password {
    width: 100%;
    padding: 12px 40px;
    margin: 8px 0;
    display: inline-block;
    border: 1px solid #ccc;
    box-sizing: border-box;
}

#video-login1 {
    display: block;
    position: fixed;
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
}

/* ------------------Register---------------- */
#confirm-signup-btn {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    color: #fff;
    border: none;
    border-radius: 50px;
    padding: 10px;
    font-size: 20px;
    background: #000;
    font-family: DB-Heavent-Cond;
    font-weight: 600;
    text-transform: uppercase;
}

/* Extra styles for the cancel button */
.cancelbtn {
    width: auto;
    padding: 10px 18px;
    background-color: #0000b3;
}

/* Center the image and position the close button */
.imgcontainer-msg {
    border-radius: 10px;
    text-align: center;
    margin: 0px 0 18px 0;
    position: relative;
    margin-bottom: 0px !important;
    background-color: #008F6B;
}

.container-msg {
    padding: 10px 10px;
}

.container-msg p {
    text-align: center;
    font-size: 14px;
    color: rgb(100, 100, 100);
}

.container-msg h2 {
    text-align: center;
    font-size: 25px;
    color: rgb(56, 56, 56);
}

.modal-content-signup {
    margin: 5% auto 0% auto;
    max-width: 720px;
    border-radius: 10px;
    background-size: 100%;
    position: relative;
    z-index: 999;
    background-color: rgba(255, 255, 255, 30%);
    backdrop-filter: saturate(125%) blur(10px);
}

.close {
    position: absolute;
    right: 25px;
    top: 0;
    color: #000;
    font-size: 35px;
    font-weight: bold;
}

.middle-msg h3 {
    text-align: center;
    color: #000;
    font-size: 24px;
    font-family: DB-Heavent-Cond;
    text-transform: uppercase;
}

.form-element label {
    color: #000;
    font-size: 18px;
    font-family: DB-Heavent-Cond;
}

.close:hover,
.close:focus {
    color: red;
    cursor: pointer;
}

.middle-msg {
    padding: 10px 15px !important;
    padding-top: 15px !important;
    text-align: center;
}

.select-menu {
    width: auto;
    margin: 15px 15px;
}

.select-menu .select-btn {
    display: flex;
    height: 40px;
    background: #fff;
    padding: 10px;
    font-size: 18px;
    font-weight: 400;
    border-radius: 50px;
    align-items: center;
    cursor: pointer;
    justify-content: space-between;
    color: #000;
    font-family: DB-Heavent-Cond;
    text-align: center;
}

.select-btn i {
    font-size: 25px;
    transition: 0.3s;
}

.select-menu.active .select-btn i {
    transform: rotate(-180deg);
}

.select-menu .options {
    position: relative;
    padding: 10px;
    margin-top: 10px;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
    display: none;
    max-height: 300px;
    overflow-y: scroll;
}

.select-menu.active .options {
    display: block;
}

.options .option {
    display: flex;
    height: 40px;
    cursor: pointer;
    padding: 0 16px;
    border-radius: 8px;
    align-items: center;
    background: #f2f2f2;
    margin-top: 10px;
}

.options .option:hover {
    background: #F2F2F2;
}

.option i {
    font-size: 25px;
    margin-right: 12px;
}

.option .option-text {
    font-size: 18px;
    color: #333;
    margin-left: 20px;
    font-family: DB-Heavent-Cond;
}

.sBtn-text {
    text-align: center;
    display: block;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}