body.has-active-modal {
  overflow: hidden;
}


.auth-modal.show-modal:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgb(32 33 42 / 40%);
}


.auth-modal {
    margin: auto;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 2000;
    visibility: hidden;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    display:none;
}

.show-modal {
  visibility: visible;
  display:block;
}

.auth-modal-overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  visibility: hidden;
  top: 0;
  left: 0;
  z-index: 1000;
  opacity: 0;
  background: #0d1c23;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

.show-modal ~ .auth-modal-overlay {
  opacity: 1;
  visibility: visible;
}

.auth-modal-content {
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
    opacity: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    display: flex;
    justify-content: center;
    align-items: center;
    height:100%;
}

.show-modal~ .auth-modal-overlay {
  background-color: #0d1c23;
}

.auth-modal-content h3,
.auth-modal-content {
  background: transparent;
}

.show-modal .auth-modal-content {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}



/* login */
.image-background{
	background-size: cover;
    background-repeat:none;
    background-position:center;
}
.image-background{
	position: relative;
}
.logo-bar{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	padding: 50px 35px 0 35px;
}
.logo-bar img {
    border-radius: inherit!important;
}


.auth-modal-left{
	display: flex;
	align-items: center;
	justify-content: flex-end;
	padding-right: 10px;
	min-height: 100%;
}

.auth-modal-text{
	color: #fff;
	font-weight: 800;
}
.auth-modal-text .auth-modal-title{
	font-size: 54px;
	color: #fff;
	font-weight: 800;
	margin: 0 0 0 0;
}
.auth-modal-text p{
	font-size: 24px;
	color: #fff;
	font-weight: 800;
	margin: 0 0 10px 0;
}
.auth-modal-text ul{
	list-style: none;
	margin: 48px 0 0 0;
}
.auth-modal-text ul li{
	padding: 0 0 0 50px;
	font-size: 21px;
	line-height: 44px;
	position: relative;
}
.auth-modal-text ul li::before{
	content: "";
	width: 21px;
	height: 21px;
	background-image: url('https://dev.filmstro.com/wp-content/plugins/simple_auth0_login/assets/check-icon.png');
	background-size: cover;
	position: absolute;
	top: 15px;
	left: 0;
}


.auth-modal-form{
    padding: 40px 55px 45px 55px;
	background-color: #fff;
	border-radius: 15px;
	margin: 0 0 0 auto;
	max-width: 448px;
	width: 100%;
    transform: scale(0.8) translateX(40px);
    opacity: 0;
    visibility: hidden;
    transition: all .4s ease;
    display: none;
}

.auth-modal-form.activating{
    display:block;
}

.auth-modal-form.active{
   opacity: 1;
   visibility:visible;
   transform: scale(1);
   display:block;
}

.auth-modal-form.deactivating {
    transform: scale(.5);
    opacity: 0;
}

.auth-modal-form h2{
	font-size: 22px;
	font-weight: 800;
	color: #0f1113;
	text-align: center;
}
.auth-modal-form h3,.auth-modal-form h4{
	font-size: 16px;
	margin: 5px;
	color: #0f1113;
	text-align: center;
}
.google-btn{
	width: 100%;
	background-color: #fff;
	border-radius: 100px;
	border: 1px solid #0f1113;
	display: block;
	font-size: 16px;
	color: #0f1113;
	text-align: center;
	font-weight: 600;
	padding: 7px 10px;
}
.google-btn img{
	display: inline-block;
	margin: -1px 5px 0 0;
}


.login-part{
	margin: 29px 0 21px 0;
	display: block;
	position: relative;
}
.login-part::before{
	content: "";
	width: 100%;
	height: 1px;
	background-color: #626871;
	position: absolute;
	top: 9px;
	left: 0;
}
.auth-modal-form h4{
	background-color: #fff;
	padding: 0 20px;
	margin: 0 auto;
	margin-bottom: 0;
	color: #626871;
	font-weight:  600;
	position: relative;
	display: table;
}

.auth-modal-form-inner label.form-label{
	font-size: 14px;
	color: #0f1113;
	margin: 0 0 -11px 10px;
	padding: 0 7px;
	display: table;
	background-color: #fff;
	z-index: 1;
	position: relative;
}
.auth-modal-form-inner .form-group{
	margin-bottom: 20px;
}
.auth-modal-form-inner .form-control{
	background-color: #fff;
	border-radius: 10px;
	border: 1px solid #0f1113;
	font-size: 16px;
	color: #0f1113;
	padding-left: 20px;
	text-align: left;
	height: 46px;
}
.auth-modal-form-inner .form-control:focus{
	border-color: #2a6cfa;
}
.auth-modal-form-inner .form-control:focus label{
	color: #2a6cfa;
}

.auth-modal .login-btn{
	background: #ed4865!important;
	width: 100%;
	color: #fff;
	font-size: 15px;
	border: none;
	margin-top: 15px;
    border-radius:100px;
}
.loginform-text p{
	margin: 15px 0 0 0;
	color: #777c85;
	font-size: 14px;
	text-align: center;
}
.loginform-text p a{
	color: #0f1113;
	font-weight: 600;
}

button.modal-close {
    position: absolute;
    top: 20px;
    right: 20px;
    color: white!important;
    background: transparent!important;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 0;
    cursor: pointer;
    font-size: 20px;
    z-index: 9999;
}

.auth-modal-form-header {
    margin-bottom: 30px;
}


div#login-status {
  padding: 5px;
  margin-top:5px;
}



@media screen and (max-width:1100px) {
  .auth-modal-text .auth-modal-title {
      font-size: 40px;
  }

  .auth-modal-content .container {
      max-width: 95%;
  }

  .auth-modal-left {
      justify-content: center;
  }
}
@media screen and (min-width:768px) and (max-width:1099px) {
  .auth-modal-text .auth-modal-title {
    font-size: 35px;
}

.auth-modal-text ul {
    margin-top: 10px;
    padding-left: 10px;
}

.auth-modal-text ul li {
    padding-left: 40px;
    font-size: 20px;
    line-height: 20px;
    margin-bottom: 10px;
}

.auth-modal-text ul li::before {
    width: 15px;
    top: 0;
}

.auth-modal-left {
    align-items: baseline;
}
}
@media screen and (max-width:768px) {
  .auth-modal-text .auth-modal-title {
    font-size: 22px;
  }
  .auth-modal-text p{
    font-size: 16px;
  }

.auth-modal-text ul {
    margin-top: 0;
    display: none;
}

.auth-modal-text ul li {
    line-height: 20px;
    padding-left: 30px;
    font-size: 20px;
    margin-bottom: 3px;
}

.auth-modal-text ul li::before {
    content: none;
}

.auth-modal-text {
    text-align: center;
}

.auth-modal-form {
    /* max-width: 100%; */
    margin: 0 auto;
    padding:40px 20px;
}
.logo-bar{
  /* padding-top: 30px; */
  /* display: none; */
}

}

.back-to-login{
  color: #0f1113!important;
  font-weight: 600!important;
  cursor:pointer!important;
}


.login-parent.show-form-only {}

.login-parent.show-form-only .auth-modal-left-col {
    display: none;
}

.login-parent.show-form-only .auth-modal-right-col {
    margin: 0 auto;
}

.login-parent.show-form-only .back-to-login {
    display: none;
}

[data-modal-type="#signup-modal"] #signup-modal-list{
  display:block;
}

[data-modal-type="#signup-modal"] #login-modal-list{
  display:none;
}

[data-modal-type="#login-modal"] #signup-modal-list{
  display:none;
}

[data-modal-type="#password-reset-modal"] #signup-modal-list{
  display:none;
}

[data-modal-type="#login-modal"] #login-modal-list{
  display:block;
}
[data-modal-type="#password-reset-modal"] #login-modal-list{
  display:block;
}


.mobile-auth-logo{
  display: none;
}

@media screen and (max-width:560px) {
  .auth-modal-content{
    flex-wrap: wrap;
  }
  a.desktop-auth-logo {
    display: none;
  }

  a.mobile-auth-logo {
    display: block;
    width: 30px;
    margin-left: 10px;
  }
  .logo-bar{
    padding: 10px;
    position: relative;
  }
  body.has-active-modal {
    overflow: initial!important;
  }
  .auth-modal-overlay{
    pointer-events: none;
  }
  .auth-modal-content{
    overflow: auto;
  }
  .auth-modal-text{
    display: none!important;
  }

  .logo-bar {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

button.modal-close {
    top: initial;
    position: relative;
}

}