/* Login screen styling */

.login-background {
  /* background: rgb(64, 95, 197);
  background: -moz-linear-gradient(-45deg, rgb(64, 95, 197) 0%, rgb(77, 160, 255) 100%);
  background: -webkit-gradient(left top, right bottom, color-stop(0%, rgb(64, 95, 197)), color-stop(100%, rgb(77, 160, 255)));
  background: -webkit-linear-gradient(-45deg, rgb(64, 95, 197) 0%, rgb(77, 160, 255) 100%);
  background: -o-linear-gradient(-45deg, rgb(64, 95, 197) 0%, rgb(77, 160, 255) 100%);
  background: -ms-linear-gradient(-45deg, rgb(64, 95, 197) 0%, rgb(77, 160, 255) 100%);
  background: linear-gradient(135deg, rgb(64, 95, 197) 0%, rgb(77, 160, 255) 100%);*/
  background: var(--theme-color) !important;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#405fc5', endColorstr='#4da0ff', GradientType=1);
  height: 100vh;
}

.login-container {
  /*background-color: #ccc;*/
  width: 90%;
  /*padding: 100px;*/
  /*padding-bottom: 165px;*/
}

.login-content {
  padding-top: 10%;
  margin-right: 30px;
  /* color: white;
  font-size: 12px; */
  color: var(--color-white);
  font-size: var(--description-font-size);
}

.login-bar {
  height: 60px;
}

.login-form-container {
  background-color: #fff;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
}
.login-form-container-signup {
  background-color: #fff;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  padding: 20px;
  margin-top: 50px;
}

.signup-margin{
  margin-top: 300px;
}

.login-element {
  font-size: 14px;
}

.login-element label {
  /* font-weight: bold;*/
}

.login-element input {
  font-size: 14px;
  font-weight: normal;
}

.login-close-button {
  margin-right: 10px;
  margin-top: 5px;
}

.login-light-color {
  color: #b2b7c4;
  /*font-size: 12px;*/
}

.login-multi-color {
  /* color: #6c718b;
  font-size: 14px; */
  font-family: var(--feature-title-font-family);
  font-size: var(--feature-title-font-size);
  font-weight: var(--feature-title-font-weight);
  color: var(--inputtextfield-color);
}

.login-multi-color a {
  /* color: #4DA1FF; */
  color: var(--theme-color) !important;
}

.login-multi-color a:visited,
a:hover {
  /* color: #4DA1FF; */
  /* color: var(--theme-color) !important; */
}

.btn-link-social {
  display: inline-block;
  height: 50px;
  margin: 5px;
  padding: 16px 20px 0 20px;
  /*background: #4aaf51;*/
  font-size: 14px;
  font-weight: 200;
  line-height: 10px;
  color: #fff;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  width: 30%;
}

/*.btn-link:hover, .btn-link:focus, .btn-link:active { outline: 0; opacity: 0.6; color: #fff; }*/

.btn-link-social-linkedin {
  /* background: #3478A6; */
  background: var(--normalbutton-hover-backgroundcolor);
}

.btn-link-social-linkedin:focus,
.btn-link-social-linkedin:active,
.btn-link-social-linkedin:hover {
  outline: 0;
  opacity: 0.8;
  color: #fff;
}

.btn-link-social-twitter {
  /* background: #51BFF3; */
  background: var(--normalbutton-hover-backgroundcolor);
}

.btn-link-social-twitter:focus,
.btn-link-social-twitter:active,
.btn-link-social-twitter:hover {
  outline: 0;
  opacity: 0.8;
  color: #fff;
}

.btn-link-social-google-plus {
  /* background: #EB5A4E; */
  background: var(--color-red);
}

.btn-link-social-google-plus:focus,
.btn-link-social-google-plus:active,
.btn-link-social-google-plus:hover {
  outline: 0;
  opacity: 0.8;
  color: #fff;
}

.btn-link-social i {
  /*padding-right: 5px;*/
  vertical-align: middle;
  font-size: 16px;
  /*line-height: 20px;*/
}

.btn-social-login {
  width: 100% !important;
  text-transform: uppercase;
  /* font-family: Montserrat-Regular!important;
  font-size: 12px !important;
  background-color: #4DA1FF!important;
  color: #fff!important; */
  font-family: var(--description-font-family);
  font-size: var(--description-font-size);
  background-color: var(--theme-color);
  color: var(--color-white);
  letter-spacing: var(--description-letter-spacing);
}
.btn-social-login:hover {
  background: var(--normalbutton-hover-backgroundcolor);
  color: var(--color-white);
}
.btn-social-login:focus,
.btn-social-login:active {
  color: #ffffff;
}

.form-title {
  /* font-family: Montserrat-Regular;
  font-size: 16px;*/
  font-family: var(--font-family);
  font-size: var(--font-size16);
  font-weight: var(--font-weight-500);
  font-stretch: var(--font-stretch-normal);
  font-style: var(--font-style-normal);
  line-height: var(--line-height-1-31);
  letter-spacing: var(--letter-spacing-normal);

  color: var(--primary-text-color);
}
.top-buffer {
  margin-top: 30px;
}

.alert {
  padding: 10px;
  /*  background-color: #f44336; */
  background-color: var(--color-red);
  color: var(--color-white);
  opacity: 1;
  margin-bottom: 15px;
  float: left;
  position: absolute;
  width: 100%;
  left: 0px;
  z-index: 99;
  text-align: center;
  top: 0px;
}

.alertsuccess {
  padding: 10px;
  background-color: #4caf50;
  color: var(--color-white);
  opacity: 1;
  margin-bottom: 15px;
  float: left;
  position: absolute;
  width: 100%;
  left: 0px;
  z-index: 99;
  text-align: center;
  top: 0px;
}

.alert.success {
  background-color: #4caf50;
}
/*.alert.info {background-color: #2196F3;}*/
.alert.info {
  background-color: var(--theme-color);
}

.alert.warning {
  background-color: #ff9800;
}

.closebtn {
  margin-left: 15px;
  color: var(--color-white);
  font-weight: bold;
  float: right;
  font-size: 22px;
  line-height: 20px;
  cursor: pointer;
  transition: 0.3s;
}

.closebtn:hover {
  color: black;
}

.reset-form-container {
  background-color: #fff;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  width: 350px;
  padding: 20px;
  text-align: left;
  position: relative;
}
.add-eventcard {
  cursor: pointer;
  background: #dee3e7;
  overflow: hidden;
  height: 215px;
  margin: 10px;
  box-shadow: 1px 1px 10px #00000047;
  border-radius: 2px;
  text-align: center;
  color: #6c718b;
  transition: all 0.2s ease-in-out;
}
.add-eventcard-button {
  color: #818a9154;
  font-size: 50px;
  line-height: 215px;
}
.eventcard {
  cursor: pointer;
  overflow: hidden;
  /* height: 215px; */
  margin: 10px;
  box-shadow: 1px 1px 10px #00000047;
  border-radius: 2px;
  transition: all 0.2s ease-in-out;
  background: #ffffff;
}
.eventcard:hover {
  transform: scale(1.05);
}
.eventcard .eventdetails {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  /* height: 50px; */
  background: #ffffff;
  padding-top: 10px;
  padding-left: 20px;
  padding-right: 20px;
}

.login-footer {
  width: 100%;
  height: 10%;
  position: absolute;
  bottom: 0;
  padding: 10px;
  text-align: left;
}

.eventify-credit{
  color: #475467;
  font-family: 'Inter', sans-serif; 
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  text-align: left;
}

.login-heading {
  font-family: 'Inter', sans-serif; 
  font-size: 5vw;
  font-weight: 600;
  line-height: 44px;
  letter-spacing: -0.02em;
  text-align: left;
  color: #101828;
}

.login-supporting-text{
  color: #475467;
  font-family: 'Inter', sans-serif; 
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-align: left;
}

.eventify-text {
  /* margin-top: 10%; */
  margin-bottom: 10%;
}

.no-account-text{
  color: #475467;
  font-family: 'Inter';
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  text-align: left;
}

.custom-btn-link {
  display: inline-flex; 
  align-items: center; 
  font-size: 14px; 
  font-weight: 600; 
  color: #007bff; 
  text-decoration: none; 
  background-color: transparent; 
  border: none;
  padding: 4px 8px; 
  cursor: pointer; 
  transition: color 0.3s;
  line-height: 20px;
  text-align: left;
}

.custom-btn-link:hover {
  color: #0056b3; 
}

.custom-btn-link:focus {
  outline: none; 
}


/* Background gradient for the right section */
.custom-bg-gradient {
  background: linear-gradient(45deg, #101828 0%, #475467 100%);
}

.custom-forgot-btn {
  display: inline-flex; 
  align-items: end; 
  font-size: 14px; 
  font-weight: 600; 
  color: #007bff; 
  text-decoration: none; 
  background-color: transparent; 
  border: none; 
  padding: 4px 8px; 
  cursor: pointer; 
  transition: color 0.3s; 
}

.custom-forgot-btn:hover {
  color: #0056b3; 
}

.btn-sign-in-text {
  font-family: 'Inter', sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  text-align: left;
}

.loginpage-text {
  color: #FFFFFF;
  font-family: 'Inter', sans-serif;
  font-size: 6vw; 
  font-weight: 500;
  line-height: 8vw; 
  letter-spacing: -0.02em;
  text-align: left;
  margin-left: 5%;
  margin-right: 5%;
}

.loginpage-supporting-text {
  color: #EAECF0;
  font-family: 'Inter', sans-serif;
  font-size: 2.5vw; 
  font-weight: 500;
  line-height: 3vw; 
  text-align: left;
  margin-left: 5%;
  margin-right: 5%;
}



@media (min-width: 768px) {
  .login-heading {
    font-size: 32px;
    line-height: 40px;
  }

  .loginpage-text{
    font-size: 48px;
    line-height: 60px;
    margin-left: 12%;
    margin-right: 12%;
  }

  .loginpage-supporting-text{
    font-size: 18px;
    line-height: 28px;
    margin-left: 12%;
    margin-right: 12%;
  }
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
  .login-heading {
    font-size: 36px;
    line-height: 44px;
  }

  .loginpage-text{
    font-size: 54px;
    line-height: 72px;
    margin-left: 15%;
    margin-right: 15%;
  }

  .loginpage-supporting-text{
    font-size: 18px;
    line-height: 28px;
    margin-left: 15%;
    margin-right: 15%;
  }
}


@media (min-width: 300px) and (max-width: 1025px) {
  .add-eventcard {
    height: 230px !important;
  }
  .eventcard {
    height: 230px !important;
  }
}
