@import url('https://fonts.googleapis.com/css?family=Lato:400,900|Roboto');
@import url('https://fonts.googleapis.com/css?family=Montserrat:400,700,800');

* {

}
body{
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
    padding: auto;

}

.sk-circle {
  margin: 10px auto;
  width: 28px;
  height: 28px;
  position: relative;
}

.sk-circle .sk-child {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.sk-circle .sk-child:before {
  content: '';
  display: block;
  margin: 0 auto;
  width: 15%;
  height: 15%;
  background-color: #333;
  border-radius: 100%;
  -webkit-animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
          animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
}
.sk-circle .sk-circle2 {
  -webkit-transform: rotate(30deg);
      -ms-transform: rotate(30deg);
          transform: rotate(30deg); }
.sk-circle .sk-circle3 {
  -webkit-transform: rotate(60deg);
      -ms-transform: rotate(60deg);
          transform: rotate(60deg); }
.sk-circle .sk-circle4 {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg); }
.sk-circle .sk-circle5 {
  -webkit-transform: rotate(120deg);
      -ms-transform: rotate(120deg);
          transform: rotate(120deg); }
.sk-circle .sk-circle6 {
  -webkit-transform: rotate(150deg);
      -ms-transform: rotate(150deg);
          transform: rotate(150deg); }
.sk-circle .sk-circle7 {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg); }
.sk-circle .sk-circle8 {
  -webkit-transform: rotate(210deg);
      -ms-transform: rotate(210deg);
          transform: rotate(210deg); }
.sk-circle .sk-circle9 {
  -webkit-transform: rotate(240deg);
      -ms-transform: rotate(240deg);
          transform: rotate(240deg); }
.sk-circle .sk-circle10 {
  -webkit-transform: rotate(270deg);
      -ms-transform: rotate(270deg);
          transform: rotate(270deg); }
.sk-circle .sk-circle11 {
  -webkit-transform: rotate(300deg);
      -ms-transform: rotate(300deg);
          transform: rotate(300deg); }
.sk-circle .sk-circle12 {
  -webkit-transform: rotate(330deg);
      -ms-transform: rotate(330deg);
          transform: rotate(330deg); }
.sk-circle .sk-circle2:before {
  -webkit-animation-delay: -1.1s;
          animation-delay: -1.1s; }
.sk-circle .sk-circle3:before {
  -webkit-animation-delay: -1s;
          animation-delay: -1s; }
.sk-circle .sk-circle4:before {
  -webkit-animation-delay: -0.9s;
          animation-delay: -0.9s; }
.sk-circle .sk-circle5:before {
  -webkit-animation-delay: -0.8s;
          animation-delay: -0.8s; }
.sk-circle .sk-circle6:before {
  -webkit-animation-delay: -0.7s;
          animation-delay: -0.7s; }
.sk-circle .sk-circle7:before {
  -webkit-animation-delay: -0.6s;
          animation-delay: -0.6s; }
.sk-circle .sk-circle8:before {
  -webkit-animation-delay: -0.5s;
          animation-delay: -0.5s; }
.sk-circle .sk-circle9:before {
  -webkit-animation-delay: -0.4s;
          animation-delay: -0.4s; }
.sk-circle .sk-circle10:before {
  -webkit-animation-delay: -0.3s;
          animation-delay: -0.3s; }
.sk-circle .sk-circle11:before {
  -webkit-animation-delay: -0.2s;
          animation-delay: -0.2s; }
.sk-circle .sk-circle12:before {
  -webkit-animation-delay: -0.1s;
          animation-delay: -0.1s; }

@-webkit-keyframes sk-circleBounceDelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
            transform: scale(0);
  } 40% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes sk-circleBounceDelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
            transform: scale(0);
  } 40% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}


.spinner {
    margin: 100px auto 0;
    width: 70px;
    text-align: center;
  }
  
  .spinner > div {
    width: 18px;
    height: 18px;
    background-color: #333;
  
    border-radius: 100%;
    display: inline-block;
    -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
    animation: sk-bouncedelay 1.4s infinite ease-in-out both;
  }
  
  .spinner .bounce1 {
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s;
  }
  
  .spinner .bounce2 {
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;
  }

  .main-div, .loggedin-div{
    width: 20%;
    margin: 0px auto;
    margin-top: 150px;
    padding: 20px;
    display: none;
}
  
  @-webkit-keyframes sk-bouncedelay {
    0%, 80%, 100% { -webkit-transform: scale(0) }
    40% { -webkit-transform: scale(1.0) }
  }
  
  @keyframes sk-bouncedelay {
    0%, 80%, 100% { 
      -webkit-transform: scale(0);
      transform: scale(0);
    } 40% { 
      -webkit-transform: scale(1.0);
      transform: scale(1.0);
    }
  }

.sign-up-container{
    display: none;
    flex-direction: column;
    align-items: stretch;
    max-width: 420px;;
    margin-left: auto;
    margin-right: auto;
    margin-top: 16px;
}



.sign-up-container>img {
    
    height: 2em;
    width: 2em;
    margin:2em auto .5em;
    font-family: 'Montserrat', sans-serif;
    font-weight: 900;
    font-size: 2em;
    color: rgba(0, 0, 0, 0.932);
    
   
}

.sign-up-container>* {
   
    margin: 7px 0;
    text-align: center; 
    justify-content: center;
    
}

.sign-up-google {
    margin-left: 42px;
    margin-right:42px;
    background-color: rgba(255, 255, 255, 0);
    border:none;
    padding: 0px 6px;
    font-family: 'Montserrat', sans-serif !important;
    font-weight: 500;
    margin-bottom: 5px;
    font-size: 1em;  
    height: 40px;  
    display: flex;
    flex-direction: row;
    justify-content: stretch;
    align-items: center;
    border: 1px solid rgb(240, 240, 240);
    border-radius: 8px;
    
   
    
    
}
.sign-up-google span{
    margin: auto;
    
}

.sign-up-google div{
    margin: auto;
    height:30px;
    width: 0;
    margin-right:0px;
}

.sign-up-google  img {
    height:26px;
    margin-left:10px;
   
}

.f-color{
    background-color: #1977F3;
    color: #ffffff;
}

.or {
  margin: 12px auto 12px auto;
}


.sign-up-form {
  z-index: 0;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    margin-bottom: 0em;
    
}

.sign-up-form span {
  display: flex;
  align-items: stretch;
  margin-left: 42px;
  margin-right:42px;
  height: 36px; 
  background-color: rgb(251, 251, 251);
  border: 1px solid rgb(240, 240, 240);
  border-radius: 0px;
  z-index: 2;
}

input {
    align-items: stretch;
    z-index: 0;
    border: none;
    outline: none;
    background-color: transparent;
    padding-left: 20px;
    margin-right: auto;
    width: 300px;
}

.margin span{
  margin-bottom: 8px;
}
input:required {
    box-shadow:none;
}


.password{
  margin-top: 8px !important; 
  position: relative;
}

.password-signup{
  position: relative;
}

.show-password-signup{
  position: absolute;
  right: 20px;
  height: 24px;
  width: 24px;
  top: 50%;
  opacity: .6;
  margin-top: -14px;
  bottom: 50%;
}

.show-password{
  position: absolute;
  right: 10px;
  height: 24px;
  width: 24px;
  top: 50%;
  opacity: .6;
  margin-top: -14px;
  bottom: 50%;
}


.show-password:hover{
  opacity: 90%;
  
} 

.email-forgotpassword {
  display: flex;
  margin-bottom: 18px;
  height: 40px;
  margin-left: 42px;
  margin-right: 42px;

}

.loader-forgotpassword {
  border: 16px solid #f3f3f3; /* Light grey */
  border-top: 16px solid #3498db; /* Blue */
  border-radius: 50%;
  display: flex;
  margin-bottom: 18px;
  margin-top: 18px;
  height: 40px;
  width: 40px;
  margin-left: 42px;
  margin-right: 42px;
  animation: spin 2s linear infinite;
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

.forgot-passcode{
    text-align: end;
    margin-inline-end: 40px;
    padding-top: .2em;
    padding-bottom: .2em;
    font-size: 12px !important;
}

.create-new-account{
    margin: 0 40px;
    font-size: 1em;
    font-family: 'Montserrat', sans-serif;
    font-size: 12px !important;
    margin-bottom: 8px;
    text-align: start;
    padding-left: 5px;
}


.confirm {

  color: white;
  border-radius: 8px;
  margin-left: 42px;
  margin-right: 42px;
  font-size: 1em;
  background-color: #24cb3f !important;
  color: white;
  
  border:none;
  padding:0 32px;
  margin-bottom: 8px;
  margin-top: 14px;
 
  align-items: center; 
  justify-content: center;
  height: 36px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;

}

.btn-create-new-account {
  box-shadow: 0 0 0 transparent !important;
  color: rgb(255, 59, 59);
  border-radius: 10px;
  margin-left: 42px;
  margin-right: 42px;
  font-size: 1em;
  background-color: #4c5675 !important;
  color: white;

  border:none;
  padding:0 32px;
  margin-bottom: 8px;
  margin-top: 0px;
  align-items: center; 
  justify-content: center;
  height: 36px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;

}

.privacy {
    margin-left: 42px;
    margin-right:42px;
    font-family: 'Montserrat', sans-serif;
    font-size: .8em;
    margin-bottom: 2em;

}

/* The snackbar - position it at the bottom and in the middle of the screen */
#snackbar {
    visibility: hidden; /* Hidden by default. Visible on click */
    min-width: 250px; /* Set a default minimum width */
    margin-left: -125px; /* Divide value of min-width by 2 */
    background-color: #333; /* Black background color */
    color: #fff; /* White text color */
    text-align: center; /* Centered text */
    border-radius: 2px; /* Rounded borders */
    padding: 16px; /* Padding */
    position: fixed; /* Sit on top of the screen */
    z-index: 1; /* Add a z-index if needed */
    left: 50%; /* Center the snackbar */
    bottom: 30px; /* 30px from the bottom */
  }
  
  /* Show the snackbar when clicking on a button (class added with JavaScript) */
  #snackbar.show {
    visibility: visible; /* Show the snackbar */
    /* Add animation: Take 0.5 seconds to fade in and out the snackbar. 
    However, delay the fade out process for 2.5 seconds */
    -webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
    animation: fadein 0.5s, fadeout 0.5s 2.5s;
  }
  
  /* Animations to fade the snackbar in and out */
  @-webkit-keyframes fadein {
    from {bottom: 0; opacity: 0;} 
    to {bottom: 30px; opacity: 1;}
  }
  
  @keyframes fadein {
    from {bottom: 0; opacity: 0;}
    to {bottom: 30px; opacity: 1;}
  }
  
  @-webkit-keyframes fadeout {
    from {bottom: 30px; opacity: 1;} 
    to {bottom: 0; opacity: 0;}
  }
  
  @keyframes fadeout {
    from {bottom: 30px; opacity: 1;}
    to {bottom: 0; opacity: 0;}
  }



  a{
    margin-left: 42px;
      margin-right:42px;
      font-family: 'Montserrat', sans-serif;
      font-size: .8em;
      margin-bottom: 2em;
      color: blue;
  }
  
  a:link {
    
    background-color: transparent; 
    text-decoration: none;
  }
  
  a:visited {
    color: pink;
    background-color: transparent;
    text-decoration: none;
  }
  
  a:hover {
    color: red;
    background-color: transparent;
    cursor: pointer;
  }
  
  
  .modal {
    z-index: 1;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    opacity: 0;
    visibility: hidden;
    transform: scale(1.1);
    transition: visibility 0s linear 0.25s, opacity 0.25s 0s, transform 0.25s;
  }

  .modal-create_account {
    z-index: 1;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    opacity: 0;
    visibility: hidden;
    transform: scale(1.1);
    transition: visibility 0s linear 0.25s, opacity 0.25s 0s, transform 0.25s;
  }

  .modal-content {
    z-index: 1;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: white;
    padding: 1rem 1.5rem;
    width: 24rem;
    border-radius: 0.1rem;
  }
  .close-button {
    float: right;
    width: 1.5rem;
    line-height: 1.5rem;
    text-align: center;
    cursor: pointer;
    border-radius: 0.25rem;
    background-color: rgb(255, 255, 255);
  }

  .close-button-new-account {
    float: right;
    width: 1.5rem;
    line-height: 1.5rem;
    text-align: center;
    cursor: pointer;
    border-radius: 0.25rem;
    background-color: rgb(255, 255, 255);
  }

  .close-button:hover {
    background-color: darkgray;
  }

  .close-button-new-account:hover {
    background-color: darkgray;
  }

  .show-modal {
    opacity: 1;
    visibility: visible;
    transform: scale(1.0);
    transition: visibility 0s linear 0s, opacity 0.25s 0s, transform 0.25s;
  }

  .carousel-control.left, .carousel-control.right {
    background-image:none !important;
    filter:none !important;

 }

 .carousel{
   display: flex !important;
   flex-direction: column;
   align-items: center;

 }

 .arrow{
    width:100%;
    margin-top:300%;
    justify-self: center;
   align-self: center;
 }

  


