@import url('https://fonts.googleapis.com/css2?family=Battambang&family=Dangrek&family=Preahvihear&family=Suwannaphum&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Koulen&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: 'Battambang', sans-serif;
    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: #fff;
    font-weight: 600;
    font-size: 26px;
    font-family: "Koulen", sans-serif;
    line-height: 30px;
}
.description .container img {
    width: 80%;
    display: block;
    margin-right: auto;
}
.description .container span {
    color: #000;
    font-weight: 500;
    font-size: 14px;
    font-family: 'Battambang', sans-serif;
    line-height: 25px;
}
.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: 14px;
    font-family: 'Battambang', sans-serif;
    border-radius: 50px;
    background-color: #03426d;
    border: none;
    padding: 10px;
}
.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;
    font-family: 'Battambang', sans-serif;
    background: none;
    border: none;
    background-color: rgba(0, 0, 0, 0.6);
    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: 10px;
    font-size: 14px;
    background-color: #03426d;
    border: none;
    font-family: 'Battambang', sans-serif;
    font-weight: 600;
}
#confirm-signup-btn{
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    color: #fff;
    border: none;
    border-radius: 50px;
    padding: 10px;
    font-size: 14px;
    background-color: #03426d;
    border: none;
    font-family: 'Battambang', sans-serif;
    font-weight: 600;
}
button:hover {
    opacity: 0.8;
  }
  .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%;
  }
  .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: 16px;
    font-family: 'Battambang', sans-serif;
  }
  .form-element label {
    color: #fff;
    font-size: 14px;
    font-family: 'Battambang', 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: 10px;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  }
  input[type=text]::placeholder {
      color: #000;
      font-size: 12px;
      font-family: 'Battambang', sans-serif;
  }
  input[type=password]::placeholder {
      color: #000;
      font-size: 12px;
      font-family: 'Battambang', sans-serif;
  }
  .form-element {
      padding:15px;
      padding-top: 10px !important;
      margin-top: 10px;
      background-color: rgb(0 0 0 / 30%);
      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: 10px !important
      }
  }
  .div_phone, .div_pwd {
      position: relative;
  }

  .div_phone i, .div_pwd i{
      position: absolute;
      left: 15px;
      top: 20px;
      color: #745135;
  }
  .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;
  }
  button:hover {
    opacity: 0.8;
  }
  .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%;
  }
  .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: 'Battambang', sans-serif;
  }
  .form-element label {
    color: #fff;
    font-size: 14px;
    font-family: 'Battambang', 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.25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  }
  input[type=text]::placeholder {
      color: #000;
      font-size: 12px;
      font-family: 'Battambang', sans-serif;
  }
  input[type=password]::placeholder {
      color: #000;
      font-size: 12px;
      font-family: 'Battambang', sans-serif;
  }
  .form-element{
      padding:15px;
      padding-top: 10px !important;
      margin-top: 10px;
      background-color: rgb(0 0 0 / 30%);
      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;
  }
  .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)}
  }
  @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: 10px !important
      }
  }
  .div_phone, .div_pwd {
      position: relative;
  }

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