* {
    margin: 0;
    padding: 0;
}
body {
    background: url(../images/home/bg-header.jpg) fixed center;
    background-size: cover;
    background-repeat: no-repeat;
}
.wrapper-content {
    background: rgba(208, 55, 255, 0.6);
}
main {
    margin-top: 100px;
}
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 h2 {
    color: #000;
    font-weight: 600;
    font-size: 40px;
    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: 30px;
    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: 10px;
    border: none;
    background-color: #0054a5;
    padding: 18px;
    text-transform: uppercase;
}
.register-btn {
    width: 100%;
    height: auto;
    position: fixed;
    bottom: 80px;
}
.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: #fff;
    font-weight: 600;
    font-size: 20px;
    font-family: DB-Heavent-Cond;
    background: #449ea9;
    border: none;
    border-radius: 10px;
    padding: 18px;
    text-transform: uppercase;
}
.register-btn .container .row i {
    color: #fff;
    font-size: 14px;
}
.login-btn .container .row i {
    color: #fff;
    font-size: 14px;
}
#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: 10px;
    padding: 16px;
    font-size: 20px;
    background-color: #0054a5;
    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 15px;
}
.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: 0% auto 0% auto;
    max-width: 720px;
    border-radius: 10px;
    background-size: 100%;
    position: relative;
    z-index: 999;
    background: rgba(255, 255, 255, 0.6);
    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;
  margin: 10px;
  font-size: 20px;
 font-family: DB-Heavent-Cond;
}
.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;
}

.login-input{
    display: block;
    width: -webkit-fill-available !important;
    padding: 18px 40px;
    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 {
    position: relative;
}

.div_phone i, .div_pwd i{
    position: absolute;
    left: 15px;
    top: 26px;
    color: #000;
}
.div_pwd i{
  cursor: pointer;
}
#phone_number, #password, #password_register, #phone, #confirm_password{
  width: 100%;
  padding: 18px 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: 10px;
    padding: 16px;
    font-size: 20px;
    background-color: #0054a5;
    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;
}
.modal-content-signup {
    margin: 5% auto 0% auto;
    max-width: 720px;
    border-radius: 10px;
    background-size: 100%;
    position: relative;
    z-index: 999;
    background: rgba(255, 255, 255, 0.8);
    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;
}
button:hover {
    opacity: 0.8;
  }
  @media screen and (max-width: 991px) {
    span.psw {
        display: block;
        float: none;
      }
    .cancelbtn {
        width: 100%;
      }
    .modal-content-signup {
        margin: 5% auto 0% auto;
        width: 100%;
        border-radius: 10px;
      }
  }
  .div_phone, .div_pwd {
      position: relative;
  }
  .div_pwd i{
    cursor: pointer;
  }

