.movie-desc * {
  font-size: 11px !important;
  text-align: justify !important;
}

.slides-form {
  max-width: 600px;
  margin: 0 auto;
}

.form-actions {
  width: 100%;
  display: flex;
  max-width: 600px;
  margin: 0 auto;
  padding: 5px 28px;
}
.form-actions > span {
  display: inline-flex;
  justify-content: flex-start;
  flex: 1;
}
.form-actions a {
  color: #ffffff;
  font-size: 16px;
}

.login-btn {
  margin-top: 4px;
  height: 54px;
}

.social-login {
  max-width: 300px;
  margin: 50px auto 0;
}
.social-login .fb-btn {
  display: flex;
  text-align: center !important;
  background: linear-gradient(to right, #ff2e1c, #ff798e, #ff2e1c);
  color: #ffffff;
  padding: 10px;
  border-radius: 5px;
  text-decoration: none;
  margin-top: 20px;
  justify-content: center;
}
.social-login .soc-title {
  margin-top: 30px;
  position: relative;
  padding-left: 40px;
  padding-right: 40px;
  margin-bottom: 20px;
  color: #f1f2f3;
}
.social-login .soc-title::before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  width: 25px;
  height: 1px;
  background: #ff2e1c;
}
.social-login .soc-title::after {
  content: "";
  position: absolute;
  right: 0;
  top: 8px;
  width: 25px;
  height: 1px;
  background: #e66176;
}

[class^=ti-], [class*=" ti-"] {
  font-family: "themify" !important;
}

.litem .price.free {
  background-color: #0aaa41 !important;
}

.vm--modal {
  border-radius: 10px !important;
  overflow: hidden;
  background: transparent !important;
  display: flex;
  align-items: center;
}

.login-modal {
  background: #36393F;
  height: 100%;
  width: 100%;
  display: flex;
}
@media (max-width: 768px) {
  .login-modal {
    flex-direction: column;
  }
}
.login-modal-form {
  width: 60%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
}
@media (max-width: 768px) {
  .login-modal-form {
    width: 100%;
    height: 60vh;
    padding-bottom: 20px;
  }
}
.login-modal-form h2 {
  font-size: 28px;
  margin-bottom: 0;
}
.login-modal-form small {
  font-size: 14px;
  margin-bottom: 30px;
}
.login-modal-form form {
  display: flex;
  flex-direction: column;
  width: 100%;
  align-items: center;
  text-align: left;
}
.login-modal-form form input {
  height: 40px;
  width: 100%;
  margin-right: 0 !important;
  max-width: 400px !important;
  background-color: #232529 !important;
  color: rgba(255, 255, 255, 0.8) !important;
}
.login-modal-form form input:focus, .login-modal-form form input:active {
  background-color: #232529 !important;
}
.login-modal-form form input:-webkit-autofill,
.login-modal-form form input:-webkit-autofill:hover,
.login-modal-form form input:-webkit-autofill:focus,
.login-modal-form form input:-webkit-autofill:active {
  -webkit-transition: background-color 50000s ease-in-out 0s, color 5000s ease-in-out 0s;
  transition: background-color 50000s ease-in-out 0s, color 5000s ease-in-out 0s;
}
.login-modal-form form button {
  height: 40px;
  width: 100%;
  max-width: 400px;
  margin-top: 30px;
}
.login-modal-form form a {
  width: 100%;
  margin-top: 10px;
  margin-bottom: 20px;
  max-width: 400px;
}
.login-modal-form form label {
  width: 100%;
  margin-top: 10px;
  max-width: 400px;
  text-transform: uppercase;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.75);
}
.login-modal-form .msg {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.8);
  margin-top: 5px;
}
.login-modal-form .msg.error {
  color: #ff4757;
}
.login-modal-form .msg.success {
  color: #0aaa41;
}
.login-modal-qr {
  width: 40%;
  background: #1e2024;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 0 30px;
  height: 100%;
  position: relative;
}
@media (max-width: 768px) {
  .login-modal-qr {
    width: 100%;
    height: 40vh;
  }
  .login-modal-qr .qr-info {
    font-size: 14px !important;
  }
}
.login-modal-qr .qr-wrap {
  width: 100%;
  text-align: center;
  display: flex;
  justify-content: center;
}
.login-modal-qr .qr-wrap-inner {
  background: #fff;
  padding: 10px;
  border-radius: 8px;
}
.login-modal-qr .qr-info {
  color: rgba(255, 255, 255, 0.9);
  margin: 30px 0 0;
  font-size: 16px;
  text-align: center;
  font-weight: 600;
}
.login-modal-qr .qr-info strong {
  color: #ff4757;
}
.login-modal .close-modal {
  text-decoration: none;
  position: absolute;
  top: 15px;
  right: 15px;
  border-radius: 50%;
  height: 30px;
  width: 30px;
  display: inline-flex;
  border: solid 1px #556fff;
  align-items: center;
  justify-content: center;
}
.login-modal .close-modal i {
  color: #556fff;
}

.landing-actions {
  display: flex;
  justify-content: center;
}
.landing-actions a {
  width: 120px !important;
  text-decoration: none;
  border-radius: 24px;
  height: 48px;
  display: inline-flex;
  align-items: center;
  text-align: center;
  justify-content: center;
}
.landing-actions .spacer {
  width: 20px;
}
