@import url('https://fonts.googleapis.com/css2?family=Battambang:wght@300&family=Koulen&family=Moulpali&family=Roboto&display=swap');
* {
    margin: 0;
    padding: 0;
}
body {
    background: url(../images/home/bg-home.jpg) center fixed;
    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: 'Roboto', sans-serif;
    border-radius: 50px;
    margin-left: 10px;
    width: 130px;
    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: #fff;
    font-weight: 600;
    font-size: 30px;
    font-family: 'Roboto', sans-serif;
    line-height: 10px;
    text-align: center;
    text-transform: uppercase;
}
.description .container span {
    color: #fff;
    font-weight: 500;
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    line-height: 30px;
}
.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;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    border-radius: 50px;
    border: none;
    background: linear-gradient(45deg, #33dddd, #006a90);
    padding: 15px !important;
}
.login-btn .container .row button:hover {
    background-color: #0e3a59;
}
.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: #fff;
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
    font-family: 'Roboto', sans-serif;
    background: none;
    border: 1px solid #fff;
    border-radius: 50px;
    padding: 10px;
}
#confirm-login-btn{
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    color: #fff;
    border: none;
    border-radius: 50px;
    padding: 15px;
    background: linear-gradient(75deg, #17497d, #0d87b7);
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
    text-transform: uppercase;
}
.cancelbtn {
  width: auto;
  padding: 10px 18px;
  background-color: #0000b3;
}
.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%;
    background: rgba(241, 241, 241, 0.3);
    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: #fff;
  margin: 10px;
  font-size: 14px;
  font-family: 'Roboto', sans-serif;
}
.form-element label {
  color: #fff;
  font-size: 14px;
  font-family: 'Roboto', sans-serif;
}

.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: 0.70rem;
  font-family: 'Roboto', sans-serif;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
input[type=text]::placeholder {
    color: #000;
    font-size: 12px;
    font-family: 'Roboto', sans-serif;
}
input[type=password]::placeholder {
    color: #000;
    font-size: 12px;
    font-family: 'Roboto', sans-serif;
}
.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)}
}

/* Change styles for span and cancel button on extra small screens */
@media screen and (max-width: 991px) {
  span.psw {
      display: block;
      float: none;
    }
  .cancelbtn {
      width: 100%;
    }
  .modal-login-content {
      width: 95%;
      margin: 5% auto 0% auto;
      border-radius: 10px;
    }
    button[type=submit]{
        padding: 15px !important
    }
}
.div_phone, .div_pwd {
    position: relative;
}

.div_phone i, .div_pwd i{
    position: absolute;
    left: 15px;
    top: 20px;
    color: #0096c3;
}
.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;
}
#confirm-signup-btn{
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    color: #fff;
    border: none;
    border-radius: 50px;
    padding: 15px;
    background: linear-gradient(75deg, #17497d, #0d87b7);
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
    text-transform: uppercase;
}
.cancelbtn {
    width: auto;
    padding: 10px 18px;
    background-color: #0000b3;
}
.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-content-signup {
    margin: 5% auto 0% auto;
    max-width: 720px;
    border-radius: 10px;
    background-size: 100%;
    background: rgba(241, 241, 241, 0.3);
    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: #fff;
  font-size: 16px;
  font-family: 'Roboto', sans-serif;
}
.form-element label {
  color: #fff;
  font-size: 14px;
  font-family: 'Roboto', sans-serif;
}

.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: 0.70rem;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
input[type=text]::placeholder {
    color: #000;
    font-size: 12px;
    font-family: 'Roboto', sans-serif;
}
input[type=password]::placeholder {
    color: #000;
    font-size: 12px;
    font-family: 'Roboto', sans-serif;
}

.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)}
}

/* Change styles for span and cancel button on extra small screens */
@media screen and (max-width: 991px) {
  span.psw {
      display: block;
      float: none;
    }
  .cancelbtn {
      width: 100%;
    }
  .modal-content-signup {
      margin: 5% auto 0% auto;
      width: 95%;
      border-radius: 10px;
    }
    button[type=submit]{
        padding: 15px !important
    }
}
.div_phone, .div_pwd {
    position: relative;
}

.div_phone i, .div_pwd i{
    position: absolute;
    left: 15px;
    top: 20px;
    color: #0096c3;
}
.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;
}
