﻿#login {
  font-size: 0.875rem;
  color: white;
  background-color: black;
  background: url(../images/login-bg.jpg) no-repeat;
  background-size: cover;
  min-height: 100vh;
}

.form {
  margin: 0;
  padding: 10px;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  max-width: 450px;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-color: rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 6px 2px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
}

@media (max-width: 575.98px) {
  .form {
    top: 0;
    left: 0;
    height: 100%;
    max-width: none;
    border-radius: 0;
    -ms-transform: none;
    transform: none;
  }
}
input[type=text], input[type=password] {
  width: 100%;
  padding: 12px 20px;
  margin: 8px 0;
  display: inline-block;
  border: 1px solid #ccc;
  box-sizing: border-box;
}

/*
.forgot-btn {
    background-color: var(--bs-secondary);
    color: white;
    padding: 14px 20px;
    margin: 8px 0;
    border: none;
    cursor: pointer;
    width: 100%;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.forgot-btn:hover {
    opacity: 0.8;
}

.login-btn {
    background-color: var(--bs-green);
    color: white;
    padding: 14px 20px;
    margin: 8px 0;
    border: none;
    cursor: pointer;
    width: 100%;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.login-btn:hover {
    opacity: 0.8;
}*/
span.psw {
  float: right;
  padding-top: 16px;
}

.form-holder {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.form-holder .form-content {
  position: relative;
  text-align: center;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  padding: 10px;
}
.form-holder .form-content .form-items {
  border: 3px solid #fff;
  padding: 40px;
  display: inline-block;
  width: 100%;
  min-width: 540px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  text-align: left;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.form-holder .form-content h3 {
  color: #fff;
  text-align: left;
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 5px;
}
.form-holder .form-content h3.form-title {
  margin-bottom: 30px;
}
.form-holder .form-content h3 p {
  color: #fff;
  text-align: left;
  font-size: 17px;
  font-weight: 300;
  line-height: 20px;
  margin-bottom: 30px;
}
.form-holder .form-content input[type=text], .form-holder .form-content input[type=password], .form-holder .form-content input[type=email], .form-holder .form-content select {
  width: 100%;
  padding: 9px 20px;
  text-align: left;
  border: 0;
  outline: 0;
  border-radius: 6px;
  background-color: #fff;
  font-size: 15px;
  font-weight: 300;
  color: #8D8D8D;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin-top: 16px;
}
.form-holder .form-content textarea {
  position: static !important;
  width: 100%;
  padding: 8px 20px;
  border-radius: 6px;
  text-align: left;
  background-color: #fff;
  border: 0;
  font-size: 15px;
  font-weight: 300;
  color: #8D8D8D;
  outline: none;
  resize: none;
  -webkit-transition: none;
  transition: none;
  margin-bottom: 14px;
}
.form-holder .form-content textarea:hover, .form-holder .form-content textarea:focus {
  border: 0;
  background-color: #ebeff8;
  color: #8D8D8D;
}

.form-content label, .was-validated .form-check-input:invalid ~ .form-check-label, .was-validated .form-check-input:valid ~ .form-check-label {
  color: #fff;
}

.form-control.is-invalid, .was-validated .form-control:valid {
  background: white;
}

.validation-summary-errors ul {
  padding: 0;
  margin: 1rem 0;
}
.validation-summary-errors ul li {
  list-style-type: none;
  border: 1px solid #ccc;
  border-radius: 0.25rem;
  position: relative;
  padding: 10px;
  padding-left: 50px;
  background-color: #fff;
  color: #000;
  text-align: left;
  margin-bottom: 0.5rem;
}
.validation-summary-errors ul li:before {
  content: url(../images/zap.svg);
  border: 1px solid #ccc;
  border-radius: 0.25rem 0 0 0.25rem;
  padding: 7px;
  background-color: #dc3545;
  width: 40px;
  height: calc(100% + 2px);
  position: absolute;
  left: -1px;
  top: -1px;
}

.btn-primary {
  background-color: #6C757D;
  outline: none;
  border: 0px;
  box-shadow: none;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
  background-color: #495056;
  outline: none !important;
  border: none !important;
  box-shadow: none;
}

.form-content textarea {
  position: static !important;
  width: 100%;
  padding: 8px 20px;
  border-radius: 6px;
  text-align: left;
  background-color: #fff;
  border: 0;
  font-size: 15px;
  font-weight: 300;
  color: #8D8D8D;
  outline: none;
  resize: none;
  -webkit-transition: none;
  transition: none;
  margin-bottom: 14px;
}

.form-content textarea:hover, .form-content textarea:focus {
  border: 0;
  background-color: #ebeff8;
  color: #8D8D8D;
}

.mv-up {
  margin-top: -9px !important;
  margin-bottom: 8px !important;
}

.invalid-feedback {
  color: #ff606e;
}

.valid-feedback {
  color: #2acc80;
}

.invalid-tooltip {
  top: -5px;
  left: 30%;
  width: 70%;
}

.run-animation {
  -webkit-animation: seconds 1s forwards;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-delay: 2s;
  animation: seconds 1s forwards;
  animation-iteration-count: 1;
  animation-delay: 2s;
}

@-webkit-keyframes seconds {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes seconds {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
