.Hide {
  display: none !important;
}
.SimklLogin {
  font-family: "Open Sans", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Verdana, sans-serif;
  color: #FFF;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-flex-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  position: fixed;
  height: 100%;
  min-height: -webkit-fill-available;
  width: 100%;
  top: 0;
  z-index: 999;
  background-color: rgba(0, 0, 0, .5);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  overflow: auto;
  overflow-x: hidden;
}
.SimklLoginBg1, .SimklLoginBg3 {
  height: 100vh;
  height: 100dvh;
  left: 0;
  top: 0;
  position: absolute;
}
.SimklLoginBg1 {
  z-index: 2;
  width: 100vw;
  background: #20202f;
  background: -moz-linear-gradient(top, rgba(32, 32, 47, 1) 69%, rgba(11, 15, 18, 1) 100%);
  background: -webkit-linear-gradient(top, rgba(32, 32, 47, 1) 69%, rgba(11, 15, 18, 1) 100%);
  background: linear-gradient(to bottom, rgba(32, 32, 47, 1) 69%, rgba(11, 15, 18, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#20202f', endColorstr='#0b0f12', GradientType=0);
  opacity: 1;
}
.SimklLoginBg3 {
  opacity: 0;
  z-index: 4;
  width: 100vw;
  background-color: rgba(11, 15, 18, 1);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-animation: darktolight 3s forwards;
  animation: darktolight 3s forwards;
  transition: all;
}
@keyframes darktolight {
  0% {
    opacity: 1;
    transition: all;
  }
  100% {
    opacity: 0;
    transition: all;
  }
}
.SimklLoginBg4 {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 5;
  height: 40vh;
  width: 100vw;
  background: -moz-linear-gradient(top, rgba(24, 33, 32, 1) 0, rgba(24, 33, 32, 0) 100%);
  background: -webkit-linear-gradient(top, rgba(24, 33, 32, 1) 0, rgba(24, 33, 32, 0) 100%);
  background: linear-gradient(to bottom, rgba(24, 33, 32, 1) 0, rgba(24, 33, 32, 0) 100%);
  opacity: .4
}
.SimklLoginBgTitle {
  position: absolute;
  font-style: italic;
  font-size: .9em;
  right: 100px;
  bottom: 48px;
  z-index: 6;
  width: 100vw;
  color: #fff;
  text-align: right;
}
@media (max-width:991px) {
  .SimklLoginBgTitle {
    display: none;
  }
}
.SimklLoginContent, .SimklLoginContentEmailCreate {
  z-index: 6;
  padding: 5px;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
  -webkit-align-content: center;
  align-content: center;
  height: 100vh;
  height: 100dvh;
  width: 100vw;
  width: 100dvw;
  max-width: 355px;
}
@keyframes SimklLoginLogo {
  0% {
    opacity: 0;
    -webkit-transform: scale(1) translate(0, 200px);
    transform: scale(1) translate(0, 200px);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1) translate(0, 0);
    transform: scale(1) translate(0, 0);
  }
}
.SimklLoginLogo {
  width: 100%;
  text-align: center;
  padding-top: 12vh;
  padding-top: 12dvh;
}
.SimklLoginLogoLink {
  text-align: -webkit-center;
}
.SimklLoginContentEmailCreate .SimklLoginLogo {
  padding-top: 5vh;
  padding-top: 5dvh;
}
.SimklLoginSignup .SimklLoginLogo {
  opacity: 0;
  -webkit-animation: SimklLoginLogo 1.5s ease 0s forwards;
  animation: SimklLoginLogo 1.5s ease 0s forwards;
}
.SimklLoginLogo img {
  width: 57.34375vw;
  max-width: 355px;
}
.SimklLoginTextTable {
  display: table;
  width: 100%;
}
.SimklLoginSignup .SimklLoginTextTable {
  opacity: 0;
  -webkit-animation: SimklLoginLogo 1.5s ease 0s forwards;
  animation: SimklLoginLogo 1s ease .5s forwards;
}
.SimklLoginText {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  font-size: 2em;
  color: #fff;
  font-weight: 300;
  padding: 1vh 5px 5px;
  padding: 1dvh 5px 5px;
  height: 22vh;
  height: 25dvh;
  text-shadow: 0 0 15px rgba(0, 0, 0, .75);
}
.SimklLoginContentEmailCreate .SimklLoginText {
  padding-top: 1vh;
  padding-top: 1dvh;
  height: 10vh;
  height: 10dvh;
}
.SimklLoginText div {
  font-size: .5em;
  padding-top: 2vh;
  padding-top: 2dvh;
}
@keyframes SimklLoginBtn {
  0% {
    opacity: 0;
    -webkit-transform: scale(.5) translate(0, 200px);
    transform: scale(.5) translate(0, 200px);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.SimklLoginSignup .SimklLoginOrDiv,.SimklLoginSignup simkllogin-email {
  opacity: 0;
  -webkit-animation: SimklLoginLogo 1.5s ease 0s forwards;
  animation: SimklLoginBtn 1s ease 1.5s forwards;
}
simkllogin-sso {
  transition: all .2s;
}
.SimklLoginSignup simkllogin-sso {
  opacity: 0;
  -webkit-animation: SimklLoginLogo 1.5s ease 0s forwards;
  animation: SimklLoginBtn 1s ease 1s forwards;
}

.SimklLoginOr {
  text-align: center;
  font-size: .8em;
  color: rgba(255, 255, 255, .8);
  margin-bottom: .7vh;
  margin-bottom: .7dvh;
  margin-top: .4vh;
  margin-top: .4dvh;
}
.SimklLoginOr hr {
  width: 50px;
  border: 0;
  height: 1px;
  display: inline-block;
  margin: 0 10px 3px;
  background-color: rgba(255, 255, 255, .5);
}
.SimklLoginUnderBtn {
  font-size: .8em;
  text-align: center;
  color: rgba(215, 218, 223, .5);
  padding-top: 2vh;
  padding-top: 2dvh;
}
.SimklLoginUnderBtn a {
  color: #FFF
}
.SimklLoginEmailBlock {
  background: linear-gradient(to bottom, rgb(56 66 82 / 21%) 0, rgb(56 66 82 / 53%) 100%);
  box-shadow: 0 0 4px rgba(0, 0, 0, .72);
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  border-radius: 6px;
  width: 100%;
  text-align: center;
  vertical-align: middle;
  margin: auto;
  padding: 2vh;
  padding: 2dvh;
  box-sizing: border-box;
  border-color: transparent;
  border-width: 2px;
  border-style: solid;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}
.SimklLoginEmailBlockButton {
  width: 100%;
  box-shadow: 0 0 5px rgba(0, 0, 0, .65);
  cursor: pointer;
}
.SimklLoginEmailBlock div {
  width: 100%;
}
#SimklLoginCreateWithEmail .SimklLoginEmailBlock > div:nth-child(1), #SimklLoginCreateWithEmail .SimklLoginEmailBlock > div:nth-child(2), #SimklLoginWithEmail .SimklLoginEmailBlock > div:nth-child(1) {
  border-bottom: solid rgba(76, 85, 99, 1) 1px;
}
.SimklLoginEmailBlock input {
  background: 0 0;
  border-radius: 3px;
  transition: all .2s linear;
  font-family: "Helvetica Neue", "Open Sans", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Verdana, sans-serif;
  border-color: rgba(76, 85, 99, .82);
  border-width: 0;
  border-style: solid;
  box-sizing: border-box;
  width: 100%;
  padding: 15px 15px 15px 20px;
  color: #fff;
  font-size: 1.2em;
  font-weight: 400;
  text-align: left;
}
::-webkit-input-placeholder {
  color: rgba(255, 255, 255, .34);
  font-style: normal;
  font-weight: 400;
  font-weight: 200;
}
.SimklLoginEmailBlockButton {
  background: linear-gradient(to bottom, #5cb6e7 0, #317cd7 100%);
  box-sizing: border-box;
  text-align: center;
  padding: 10px;
  float: none;
  border-radius: 4px;
  margin-top: 20px;
  margin-bottom: 10px;
}
.SimklLoginEmailBlockButton:hover {
  background: linear-gradient(to bottom, #2bb3ed 0, #247cdf 100%);
}
.SimklLoginEmailBlockButton:active {
  box-shadow: inset 5px 5px 4px rgba(0, 0, 0, .65);
}
.SimklLoginEmailBlockButton div {
  box-sizing: border-box;
  font-size: 20px;
  color: #fff;
  text-shadow: 0 1px 0 rgba(0, 0, 0, .5);
  padding: 5px 10px;
  font-weight: 500;
  font-family: Arial, Helvetica, sans-serif;
}
.SimklLoginEmailForgot {
  padding: 1vh;
  padding: 1dvh;
  margin-top: 2vh;
  margin-top: 2dvh;
  font-size: .9em;
  box-sizing: border-box;
  text-align: center;
  cursor: pointer;
  opacity: .7;
}
.SimklLoginEmailForgot:hover {
  opacity: 1;
}
#SimklLoginWithEmail .SimklLoginEmailUnderBlock {
  font-size: .95em;
}
.SimklLoginEmailUnderBlock {
  padding: 3vh;
  padding: 3dvh;
  text-align: center;
  color: #bababa;
  text-shadow: 0 1px 0 rgba(0, 0, 0, .5);
}
.SimklLoginEmailUnderBlock span {
  color: #FFF;
  cursor: pointer;
}
#SimklLoginForgot .SimklLoginEmailBlock > div:nth-child(1) {
  box-sizing: border-box;
  font-size: .9em;
  padding: 2vh;
  padding: 2dvh;
}
.SimklLoginEmailCancel {
  color: #fff;
  text-shadow: 0 1px 0 rgba(0, 0, 0, .5);
  text-align: center;
  font-size: 1.4em;
  font-style: normal;
  font-weight: 400;
  font-weight: 100;
  padding: 2vh;
  padding: 2dvh;
  width: 20%;
  margin: auto;
  cursor: pointer;
  transition: all .4s;
}
.SimklLoginEmailCancel:hover {
  color: #0e98fc
}
.SimklLoginWarning .SimklLoginEmailBlock {
  border-color: #d90000;
  border-width: 2px;
  border-style: solid;
}
.SimklLoginWarning .SimklLoginWarningAboveBlock {
  position: relative;
  margin: auto;
  box-sizing: border-box;
  width: 90%;
  text-align: center;
  display: block;
}
.SimklLoginWarning .SimklLoginWarningAboveBlock .SimklLoginWarningText {
  position: absolute;
  background-color: #d90000;
  border-radius: 6px 6px 0 0;
  padding: 20px;
  bottom: 0;
  width: 100%;
  box-sizing: border-box;
  font-size: .9em;
}
@media only screen and (max-height:41.6875em) {
  .SimklLoginWarning .SimklLoginWarningAboveBlock .SimklLoginWarningText {
    font-size: .8em;
  }
}
@media only screen and (max-height:35.5em) {
  .SimklLoginWarning .SimklLoginWarningAboveBlock .SimklLoginWarningText {
    font-size: .7em;
  }
}
.SimklLoginWarning .SimklLoginEmailBlock input.SimklLoginWarningInput {
  background: rgba(217, 0, 0, .2);
}
.SimklLoginEmailLoading {
  display: none;
  margin-left: 0;
  margin-top: 0;
  margin-bottom: 0;
  width: 70px;
  text-align: center;
}
.SimklLoginEmailBlockButton.Active .SimklLoginEmailLoading {
  display: block;
}
.SimklLoginEmailBlockButton.Active .SimklLoginEmailBlockButtonText {
  display: none;
}
.SimklLoginEmailLoading > div {
  width: 18px;
  height: 18px;
  background-color: #6BDA9E;
  border-radius: 100%;
  display: inline-block;
  -webkit-animation: bouncedelay 1.4s infinite ease-in-out;
  animation: bouncedelay 1.4s infinite ease-in-out;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.SimklLoginEmailLoading .bounce1 {
  animation-delay: -.32s;
}
.SimklLoginEmailLoading .bounce2 {
  animation-delay: -.16s;
}
@-webkit-keyframes bouncedelay {
  0%, 100%, 80% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes bouncedelay {
  0%, 100%, 80% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@media (min-width:1124px) {
  .SimklLoginContentEmailCreate .SimklLoginLogo {
    padding-top: 12vh;
    padding-top: 12dvh;
  }
}
@media (max-width:1024px) {
  .SimklLoginText {
    font-size: 1.5em;
    max-height: 40vh;
    max-height: 40dvh;
    margin: auto;
  }
  .SimklLoginBtn.Facebook {
    height: 11vh;
    height: 11dvh;
  }
}
@media (max-width:420px) {
	.SimklLoginContent, .SimklLoginContentEmailCreate {
		    max-width: 320px;
	}
}
@media (max-width:370px) {
	simkllogin-sso, simkllogin-email-butons,simkllogin-email-desc {
		gap: 12px;
		padding-left: 16px;
		padding-right: 16px;
	}
	simkllogin-email-butons {
		flex-direction: column-reverse;
		flex: 1;
		padding-bottom: 32px
	}
	simkllogin-sso-google, simkllogin-sso-facebook, simkllogin-sso-apple, simkllogin-email-login, simkllogin-email-signup {
		min-height: 40px!important;
	}
}
@media (max-width:320px) {
  .SimklLoginBtn .abcRioButton {
    height: 50px;
    width: 143px;
  }
}
@media (max-height:630px) {
 .SimklLoginContent, .SimklLoginContentEmailCreate {
        overflow-y: auto;
	    overflow-x: hidden;
  }
}