#forget{
	z-index: 21;
	opacity: 0;
}
#login{
	z-index: 22;
}
#toforget:target ~ #forget,
#tologin:target ~ #login{
	z-index: 22;
	-webkit-animation-name: flipInX;
	-moz-animation-name: flipInX;
	-ms-animation-name: flipInX;
	-o-animation-name: flipInX;
	animation-name: flipInX;
	-webkit-animation-delay: .1s;
	-moz-animation-delay: .1s;
	-o-animation-delay: .1s;
	-ms-animation-delay: .1s;
	animation-delay: .1s;
	display: block;
}
#toforget:target ~  #login,
#tologin:target ~  #forget{
	-webkit-animation-name: flipInX;
	-moz-animation-name: flipInX;
	-ms-animation-name: flipInX;
	-o-animation-name: flipInX;
	animation-name: flipInX;
	display: none;
}

/** the actual animation, credit where due : http://daneden.me/animate/ ***/
.animate{
	-webkit-animation-duration: 1.5s;
	-webkit-animation-timing-function: ease;
	-webkit-animation-fill-mode: both;

	-moz-animation-duration: 1.5s;
	-moz-animation-timing-function: ease;
	-moz-animation-fill-mode: both;

	-o-animation-duration: 1.5s;
	-o-animation-timing-function: ease;
	-o-animation-fill-mode: both;

	-ms-animation-duration: 1.5s;
	-ms-animation-timing-function: ease;
	-ms-animation-fill-mode: both;

	animation-duration: 1.5s;
	animation-timing-function: ease;
	animation-fill-mode: both;
}
html,
body {
  height: 100%;
}

body {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  padding-top: 40px;
  padding-bottom: 40px;
  font-family: 'Poppins', sans-serif;
  background: #111118;

    z-index: -1;
}
.icon-back svg{
	box-sizing: content-box !important;
    background: #fff;
    border-radius: 100px;
    height: 10px;
    width: 10px;
    padding: 0;
	float: left;
    top: 14px;
    right: 14px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.1);
    color: #333;
    z-index: 100;
    border: 6px solid #fff;
    cursor: pointer;
    line-height: 0;
}
*:focus {
    outline: none;
   }
.form-signin {
  width: 100%;
  max-width: 320px;
  padding: 15px;
  margin: 0 auto;
  transition: transform 0.6s, opacity 0.6s;
  transition-delay: 0.5s;
  box-shadow: 0 0 15px 4px #111118;
}

.top-div{
    padding: 11px;
    color: #333;
    background: rgba(255, 255, 255, 0.96);
    border-radius: 5px 5px 0 0;
}
.top-div p{
    font-family: 'Poppins', sans-serif;
    padding: 0px;
    margin: 15px 0px 0px 0px;
    font-size: 16px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    padding: 0 10px;
    line-height: 30px;
}
.top-div img{
    width: 80px;
}
.middle-div{
    padding: 20px;
    background: #fff;
}
.input-group-text{
    border: 1px solid #f1f1f1;
    position: relative;
    background: #f1f1f1;
}
.input-group-text i{
    font-size: 15px;
}
.input-group input{
    border: 1px solid #f1f1f1;
}
.forget-link{
    font-size: 13px;
    color: rgba(0,0,0,0.87);
    cursor: pointer;
    margin-bottom: 0;
}
.forget-link-email{
	color: rgba(0,0,0,0.87);
    cursor: pointer;
    margin-bottom: 0;

}
.bottom-div{
    border: 0;
    padding: 14px;
    display: block;
    box-sizing: border-box;
    width: 100%;
    overflow: hidden;
    border-radius: 0 0 5px 5px;
    transition: 0.2s ease-in-out;
    color: #fff;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    background-color:rgb(194, 20, 28)
}
.button-login{
    background:none;
    font-size:24px;
    border: none;
    color: #fff;
}
.middle-inner{
    padding-top: 20px;
    padding-bottom: 20px;
}
 .auth0-lock-input-block {
    position: relative;
    margin-bottom: 15px;
}

.auth0-lock.auth0-lock .auth0-lock-input-wrap.auth0-lock-input-wrap-with-icon {
    padding-left: 40px;
}
.auth0-lock.auth0-lock, .auth0-lock.auth0-lock * {
    box-sizing: initial;
}
.auth0-lock.auth0-lock.auth0-lock-opened {
    opacity: 1;
    pointer-events: auto;
}
.auth0-lock.auth0-lock {
    font-family: "Avenir Next", Avenir, -apple-system, BlinkMacSystemFont, Roboto, Helvetica, sans-serif;
    text-rendering: optimizeLegibility;
    pointer-events: none;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    right: 0;
    z-index: 1000000;
}
.auth0-lock.auth0-lock .auth0-lock-input-wrap {
    border-radius: 3px;
    border: 1px solid #f1f1f1;
    position: relative;
    background: #f1f1f1;
    transition: border-color 0.8s;
}
.auth0-lock.auth0-lock .auth0-lock-input-wrap.auth0-lock-input-wrap-with-icon {
    padding-left: 40px;
}
.auth0-lock.auth0-lock .auth0-lock-input-block {
    margin-bottom: 10px;
}
.auth0-lock.auth0-lock .auth0-lock-input-wrap .auth0-lock-icon.auth0-lock-icon-box, .auth0-lock.auth0-lock .auth0-lock-input-wrap .auth0-lock-custom-icon.auth0-lock-icon-box {
    width: 12px;
    height: 14px;
    top: auto;
    bottom: 14px;
    left: 14px;
}
.auth0-lock.auth0-lock svg {
    background-color: transparent;
}
 .auth0-lock-input-wrap {
    border-radius: 3px;
    border: 1px solid #f1f1f1;
    position: relative;
    background: #f1f1f1;
    transition: border-color 0.8s;
}
.auth0-lock-input-wrap-with-icon {
    padding-left: 12px;
}

 .auth0-lock-input {
    border: 0;
    padding: 4px 10px;
    right: 0;
    height: 40px;
    font-size: 10.5px;
    width: 90%;
    border-radius: 0 2px 2px 0;
    box-sizing: border-box;
    position: relative;
    color: rgba(0,0,0,0.87);
    margin-left: 5px;

}
.auth0-lock.auth0-lock .auth0-lock-form {
    animation: fadeIn 0.2s;
    padding: 20px;
}
.forgot-password{
    margin-top: 12px;
}
.forgot-password-link {
    margin: 0;
    padding:0;
}
.forgot-password a:hover,.forgot-password-link a:hover{
text-decoration: none;
}
.forgot-form{
    display: none;
}
.forgot-text{
    font-size: 11px;
    line-height: 1.8;
    text-align: center;
    margin-top: 0;
    margin-bottom: 15px;
    color: rgba(0,0,0,0.54);
}

.auth0-global-message-error {
    background: #ff000c;
}
.auth0-global-message {
    color: #fff;
    text-align: center;
    padding: 10px;
    line-height: 1.8;
    font-size: 10px;
    font-weight: 600;
    text-transform: uppercase;
}

