body {
  font-family: "Josefin Sans";
  font-size: 48px;
}
.overflow-hidden {
  overflow: hidden;
}

.card {
  border: none;
}

.card-body {
  padding: 0px;
}

button {
  cursor: pointer;
}
span.version {
  position: absolute;
  bottom: -2.5px;
  left: 17.5px;
  font-size: 1rem;
  color: white;
}

img#logo {
  width: 120px;
}

img#circle-1 {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

img#circle-2 {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

img.qr {
  width: 50%;
  border-radius: 10px;
  background: white;
}

div.qr-content {
  position: absolute;
  top: 50%;
  left: 15%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
}

div#background {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  overflow: hidden;
}

div#background > img {
  height: 100%;
  width: 100%;
  filter: blur(8px) brightness(0.5);
  -webkit-filter: blur(8px) brightness(0.5);
  -webkit-transform: blur(8px) brightness(0.5);
  transform: scale(1.1);
  object-fit: cover;
}

div#content {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  overflow-x: hidden;
}

input.form-control {
  -webkit-appearance: none;
  border-radius: 25px;
  border-color: #f2f6fc;
  background: #f2f6fc;
  padding: 22.5px 45px 22.5px 45px;
}

input.form-control:focus {
  border-color: #f2f6fc;
  background: #f2f6fc;
}

span.input-icon {
  position: absolute;
  left: 32.5px;
  top: 11.25px;
  font-size: 18px;
  height: 100%;
  color: #bbbbbb;
  margin-top: auto;
  margin-bottom: auto;
}

i.fa-user {
  padding-left: 1px;
}

::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #bbbbbb !important;
  font-weight: 300;
  /* Firefox */
}

h5#welcome {
  font-weight: 400;
}

.text-grey {
  color: #969696;
}

.text-white {
  color: white;
}

a#forget-password {
  font-size: 15px;
  float: right;
  padding-right: 5px;
}

button#sign-in {
  border-radius: 25px;
  border-color: #feb208;
  background: #feb208;
  color: #505050;
  height: 47px;
  font-size: 1.25rem;
  /* padding-left: 45px; */
  /* font-size: 25px; */
}

a#sign-up {
  font-size: 15px;
  color: #505050;
}

span.invalid-feedback {
  font-size: 12px;
  margin: 0px;
  padding-left: 10px;
}

/* khin */
.card-content{
  display: flex;
  flex-direction: row-reverse;
  background-image: url('/svg/login-bg-1.svg');
  background-size: cover;
  /* background-position: center bottom, left top; */
}
.card-content>.qr-bg{
  background-image: url('/svg/login-bg-2.svg');
  background-size: cover;
  background-position: center bottom;
}
.qr-content-2>.qr-bg{
  background-image: url('/svg/login-bg-2.svg');
  background-size: cover;
}

.login-text::before{
  content: "";
    height: 50%;
    display: block;
    border-left: 5px solid #a69b9b;
    position: absolute;
    left: 0;
    top: 45%;
    transform: translateY(-50%);
}

.text_field{
  border: transparent;
  border-bottom: 0.5px solid #6f8293;
  border-radius: 0px;
  background-color: white!important;
}
.text_field:focus{
  border-color: transparent;
  box-shadow: none!important;
  border-bottom: 2px solid #2354b2;
  background-color: white!important;
}
.text-field-div>.parsley-error:focus{
  border: transparent!important;
  border-bottom: 1px solid #ff5b57!important;
  box-shadow: none!important;
}
.text_field_label{
  padding-bottom: 0px;
}
.form-control:focus{
  box-shadow: 0 0 0 4px rgb(27 84 136 / 20%);
}
input{
  background-color: white!important;
}

@media only screen and (max-width: 576px){
  .card-content{
    flex-direction: row;
  }
  .card-content{
    background-position: center bottom;
  }
  a#sign-up, h5#welcome{
    color: white;
  }
  .login-text>h1{
    color: white;
  }
}

@media only screen and (max-width: 768px){
  .card-content>.qr-bg{
    background-position: right bottom;
  }
}
