/* Sign Up */

/*create variable for font size and colors*/
:root {
  --color-green: #a0d407;
}

.signup-main {
  display: flex;
  /* height: 100%; */
  /*background-color: var(--color-green);*/
  /* background-image: url("../images/image.jpeg"); */
  /* background-repeat: no-repeat;
    background-position: center;
    background-size: cover; */
  min-width: 320px;
  height: calc(100vh - 70px);
  padding-left: 10px;
  padding-right: 10px;
}
.signup-main-left {
  /* width: 50%; */

  flex: 1;
  /* flex: 0 1 50%; */
  /* background: #A0D401; */
  /* background-size: cover;
    padding: 50px;
    /*border-radius: 0px 20px 20px 0px;*/
  justify-content: center;
  display: flex;
  align-items: center;
  /* border: 1px solid black; */
}
.signup-main-left div {
  margin: 0px 20px;
  background-image: url("../images/image.jpeg");
  width: 600px;
  height: 700px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  filter: drop-shadow(0 0 2px rgb(255, 255, 255));
}
.signup-main-right {
  /* width: 50%; */
  display: flex;
  flex: 1;
  /*background: #ffffff;*/
  /* padding: 50px; */
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.signup-options {
  display: flex;
  /* justify-content: center;*/
  align-items: center;
  /* background-color: rgba(222, 222, 222, 0.455);
     */
  background-color: rgba(255, 255, 255, 0.95);
  border-radius: 20px;
  /*height: 80%;*/
  width: 70%;
  flex-direction: column;
  flex-shrink: 0;
  padding-top: 40px;
  padding-bottom: 40px;
  padding-left: 20px;
  padding-right: 20px;
  min-width: 320px;
  max-width: 500px;
  /* -webkit-box-shadow: 0px 0px 10px 18px rgba(66, 68, 90, 0.05);
    -moz-box-shadow: 0px 0px 10px 18px rgba(66, 68, 90, 0.05);
    box-shadow: 0px 0px 10px 18px rgba(66, 68, 90, 0.05); */
  /* border-radius: 20px;
background: linear-gradient(45deg, #f5ffd936, #ffffff);
box-shadow:  21px -21px 29px #d1d1d1,
             -21px 21px 29px #ffffff; */

  /* border-radius: 20px;
 background: #ffffff;
 box-shadow: 20px 20px 60px #bebebe,
               -20px -20px 60px #ffffff; */

  -webkit-box-shadow: 0px 0px 58px -35px rgba(66, 68, 90, 1);
  -moz-box-shadow: 0px 0px 58px -35px rgba(66, 68, 90, 1);
  box-shadow: 0px 0px 58px -35px rgba(66, 68, 90, 1);
}

.signup-right-logo {
  align-self: center;
  width: 40%;
  height: 100px;
  border-radius: 10px;
  /* margin-bottom: 20px; */
  top: 10px;
}

.signup-options-text {
  font-size: 1.5rem;
  /* background-color: rgb(255, 255, 255); */
  width: 100%;
  /* margin-left: 15rem; */

  /* margin-bottom: 20px; */
  align-self: flex-start;
  /* margin-left: 40px; */
  /* margin-bottom: 10px; */
  margin-top: 10px;
  margin-bottom: 20px;
}
.signup-options-text-welcome {
  /* font-size: larger;
  font-weight: bold; */
  font-size: 1.7rem;
    font-weight: 200;
  /* margin-bottom: 10px; */
}

.signup-options-text-p {
  font-size: medium;
}

.signup-button-div {
  display: flex;
  flex-direction: column;
  width: 100%;
  align-items: center;
}
.signup-button {
  font-size: 1rem;
  /* font-family:Arial; */
  width: 75%;
  height: 50px;
  border: 1px solid #323a42;

  color: rgb(0, 0, 0);
  /* border-color:#83c41a; */
  font-weight: bold;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  /*background:rgba(177, 224, 23, 1);*/
  /* background: #313A42; */
  margin-bottom: 10px 0px;
}

.signup-button:hover {
  transition: 0s;
  background: var(--color-green);
  color: white;
}

.signup-crowdsnap {
  font-size: 1.5rem;
  font-weight: bold;
  padding: 15px 35px;
  border: 0;
  border-radius: 10px;
  margin-bottom: 20px;
  background-color: #fafafa;
}

.crowdsnap-sign-in-button {
  background-color: #ffffff; /* CrowdSnap blue color */
  border: 1px solid #323a42;
  border-radius: 10px;
  /*padding: 10px 20px;*/
  /* padding: 1rem; */
  padding: 1rem 0.5rem;
  font-size: 1rem;
  font-weight: 400;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80%;
  margin-top: 10px;
  margin-bottom: 10px;
  flex-wrap: wrap;
  /*width: 400px;*/
  /*margin-bottom: 20px;*/
}

.crowdsnap-sign-in-button span {
}

.crowdsnap-sign-in-button:hover {
  border-radius: 10px;
  background: #ffffff;
  box-shadow: 5px 5px 14px #909090, -8px -8px 14px #f4fae4;
}

.crowdsnap-logo {
  width: 100px;
  height: 20px;
  margin-right: 10%;
}

.divider {
  font-size: 1rem;
  display: flex;
  align-items: center;
  margin-top: 50px;
  margin-bottom: 50px;
  width: 100%;
}

.divider::before,
.divider::after {
  flex: 1;
  content: "";
  padding: 1px;
  background-color: #434343;
  margin: 5px;
}

.signup-options-inputs {
  display: flex;

  /*justify-content: center;*/
  /*background: #ffffff;*/
  align-items: center;
  flex-direction: column;
  width: 100%;
  margin-bottom: 20px;
}

/* From Uiverse.io by alexruix */
.input-group {
  display: flex;
  /*align-items: center;*/
  /*align-self: center;*/
  justify-content: center;
  position: relative;
  margin-bottom: 30px;
  width: 100%;
  /*background: #880909;*/
}

/*.input {*/

/*  width: 70%;*/
/*  border: solid 1.5px #9e9e9e;*/
/*  border-radius: 1rem;*/
/*  background: none;*/
/*  padding: 1rem;*/
/*  font-size: 1rem;*/
/*  color: #313A42;*/
/*  transition: border 150ms cubic-bezier(0.4,0,0.2,1);*/
/*}*/

.user-label {
  position: absolute;
  left: 15%;
  /*left: 0;*/
  color: #232323;
  pointer-events: none;
  transform: translateY(1rem);
  transition: 150ms cubic-bezier(0.4, 0, 0.2, 1);
}

/*.input:focus, input:valid {*/
/*    outline: none;*/
/*    border: 1.5px solid #313A42;*/
/*}*/

/*.input:focus ~ label, input:valid ~ label {*/
/*    transform: translateY(-50%) scale(0.8);*/
/*    background-color: #F4FAE4;*/
/*    border-radius: 5px;*/
/*    padding: 0 .2em;*/
/*    color: #313A42;*/
/*}*/
.signup-form {
  width: 100%;
}

.asd {
  width: 70%;
}








@media (max-width: 700px) {
  .signup-main-left {
    display: none;
  }
  .signup-main-right {
    padding: 5px;
  }
  .signup-options {
    padding: 5px;
    width: 50%;
    /* background-color: rgba(241, 241, 241, 0.9); */
  }
}
