/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Sep 22 2021 | 14:18:57 */
.authPageContainer {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.authPageContainer h2 {
  text-transform: none !important;
}

.signUpContainer,
.varificationCodeContainer,
.signInContainer,
.ForgotPassContainer {
  width: 650px;
  box-shadow: 0px 4px 8px 0px #555;
  border-radius: 10px;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 40px;
}

.signUpContainer h1,
.varificationCodeContainer h1,
.signInContainer h1 {
  margin-top: 0px;
}

.signUpContainer input,
.varificationCodeContainer input,
.signInContainer input,
.ForgotPassContainer input {
  width: 100%;
  padding: 12px 20px;
  display: inline-block;
  border: 1px solid #ccc;
  box-sizing: border-box;
  border-radius: 6px;
}

.buttons button {
  padding: 15px 10px;
  margin: 8px 0;
  border: none;
  cursor: pointer;
  width: 100%;
  border-radius: 6px;
  background: #fff !important;
  border: solid 1px #dfdfdf !important;
  color: #555 !important;
}

.buttons {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 10px;
  width: 100%;
}

.backToLogin > a {
  text-decoration: none;
  color: #1da1f2;
}

.authFormBlueBtn {
  background: linear-gradient(#00bcd4 0%, #1da1f2 100%) !important;
  color: #fff !important;
}
#active {
  background: linear-gradient(#00bcd4 0%, #1da1f2 100%) !important;
  color: #fff !important;
}
.inputGroup {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 10px;
  width: 100%;
  vertical-align: middle;
  align-items: center;
}

.varificationCodeContainer,
.signUpContainer,
.ForgotPassContainer {
  display: none;
}

#forgotPassVeficationCode,
#newPassword,
#changePassBtn {
  display: none;
}

.socialSigininButtons {
  margin-top: 20px;
  width: 100% !important;
  display: flex;
  justify-content: center;
  align-items: center;
}

.socialSigininButtons span {
  font-size: 13px !important;
}

.socialbtn {
  border: solid 1px #555;
  padding: 10px;
  width: 100%;
  border-radius: 10px;
}

#fbLoginBtn {
  background: rgb(25, 119, 243);
  color: #fff;
}
#googleLoginBtn {
  min-width: 45% !important;
}
#googleLoginBtn:hover {
  background: #fff;
  color: #343a40;
}
.btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}

.btn-outline-dark {
  color: #343a40;
  background-color: transparent;
  background-image: none !important;
  border-color: #343a40 !important;
}

.btn {
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 400;
  text-align: center !important;
  white-space: nowrap;
  vertical-align: middle !important;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  text-decoration: none;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.inputGroup.success input {
  border-color: #2ecc71;
}
.inputGroup.error input {
  border-color: #e74c3c;
}
.inputGroup {
  background: #fff;
  border: 0px !important;
  box-shadow: 0 1px 1px rgb(0 0 0 / 4%);
  margin: 0px !important;
  padding: 0px !important;
  margin-bottom: 10px;
}
.inputGroup small {
  color: #e74c3c;
  font-family: Montserrat;
  font-style: normal;
  visibility: hidden;
  display: inline-block;
  margin-top: -10px;
}
.inputGroup.error small {
  visibility: visible;
}
#snackbar {
  visibility: hidden;
  max-width: 30%;
  min-width: 30%;
  background-color: #333;
  color: #fff;
  text-align: center;
  border-radius: 2px;
  padding: 16px;
  position: fixed;
  z-index: 1;
  left: 35%;
  top: 130px;
  font-size: 17px;
  border-radius: 10px;
}

#snackbar.show {
  visibility: visible;
  -webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
  animation: fadein 0.5s, fadeout 0.5s 2.5s;
}

@-webkit-keyframes fadein {
  from {
    top: 100;
    opacity: 0;
  }
  to {
    top: 130px;
    opacity: 1;
  }
}

@keyframes fadein {
  from {
    top: 100;
    opacity: 0;
  }
  to {
    top: 130px;
    opacity: 1;
  }
}

@-webkit-keyframes fadeout {
  from {
    top: 130px;
    opacity: 1;
  }
  to {
    top: 100;
    opacity: 0;
  }
}

@keyframes fadeout {
  from {
    top: 130px;
    opacity: 1;
  }
  to {
    top: 70;
    opacity: 0;
  }
}
.authContainer {
  position: relative;
  zoom: 1;
}
.authLoader {
  z-index: 1000;
  border: none;
  margin: 0px;
  padding: 0px;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background-color: #1da1f2;
  opacity: 0.6;
  cursor: wait;
  position: absolute;
  display: none;
}
.waitText {
  position: relative;
  top: 50%;
  left: 40%;
  color: white;
  font-size: 20px;
}
.confirmCodeLink{
  margin-left:20px;
}
@media only screen and (max-width: 670px) {
  .signUpContainer,
  .varificationCodeContainer,
  .signInContainer,
  .ForgotPassContainer {
    padding: 20px;
    width: 400px;
  }
}
@media only screen and (max-width: 481px) {
  .inputGroup {
    grid-template-columns: 1fr;
  }
  #snackbar {
    left: 15%;
    max-width: 70%;
    min-width: 70%;
  }
  .signUpContainer,
  .varificationCodeContainer,
  .signInContainer,
  .ForgotPassContainer {
    padding: 20px;
    width: 300px;
  }
}
@media only screen and (max-width: 320px) {
  .signUpContainer,
  .varificationCodeContainer,
  .signInContainer,
  .ForgotPassContainer {
    width: 250px;
  }
  .confirmCodeLink{
    margin:10px 0px;
    display:inline-block;
  }
}
