@import url("https://fonts.googleapis.com/css2?family=Quicksand:wght@300;400;500;600;700&display=swap");
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Quicksand", sans-serif;
}
/* .body 
{
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 100vh;

} */
.body {
  background: #000;
  position: absolute;
  width: 100vw;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2px;
  flex-wrap: wrap;
  overflow: hidden;
}
.body::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(#000, #2196f3, #000);
  animation: animate 5s linear infinite;
}
@keyframes animate {
  0% {
    transform: translateY(-100%);
  }
  100% {
    transform: translateY(100%);
  }
}
.body span {
  position: relative;
  display: block;
  width: calc(6.25vw - 2px);
  height: calc(6.25vw - 2px);
  background: #efe890;
  z-index: 2;
  transition: 1.5s;
}
.body span:hover {
  background: #2196f3;
  transition: 0s;
}

.body .signin {
  position: absolute;
  width: 400px;
  background: #52ebff;
  z-index: 1000;
  padding: 40px;
  border-radius: 25px;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.9);
  left: 50%;
  top: 57%;
  transform: translate(-50%, -50%);
}
.body .signin .content {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 30px;
}
.body .signin .content h2 {
  font-size: 30px;
    color: #5d5d5d;
    font-weight: 600;
    text-transform: uppercase;
}
.body .signin .content .form {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 25px;
}
.body .signin .content .form .inputBox {
  position: relative;
  width: 100%;
}
.body .signin .content .form .inputBox input {
  position: relative;
  width: 100%;
  background: #356ba2;
  border: none;
  outline: none;
  padding: 10px 7.5px;
  border-radius: 4px;
  color: #fff;
  font-weight: 500;
  font-size: 1em;
  color: white;
}
/* .body .signin .content .form .inputBox .label {
  position: absolute;
  left: 0;
  padding: 15px 10px;
  font-style: normal;
  color: #ffffff;
  transition: 0.5s;
  pointer-events: none;
}
.signin .content .form .inputBox input:focus ~ .label,
.signin .content .form .inputBox input:valid ~ .label {
  transform: translateY(-7.5px);
  font-size: 0.8em;
  color: #fff;
} */
.signin .content .form .links {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.signin .content .form .links a {
  color: #00565f;
  font-weight: 800;
  text-decoration: none;
  font-size: 14px;
}
.signin .content .form .links a:nth-child(2) {
  color: #2196f3;
  font-weight: 600;
}
.signin .content .form .inputBox input[type="submit"] {
  padding: 5px;
  background: #00565f;
  color: #ffffff;
  font-weight: 600;
  font-size: 20px;
  letter-spacing: 0.05em;
  cursor: pointer;
}
input[type="submit"]:active {
  opacity: 0.6;
}
@media (max-width: 900px) {
  section span {
    width: calc(10vw - 2px);
    height: calc(10vw - 2px);
  }
}

@media (max-width: 600px) {
  section span {
    width: calc(20vw - 2px);
    height: calc(20vw - 2px);
  }
}
.header_login {
  background-color: #356ba2;
  color: #fff;
  padding: 10px 0;
  z-index: 999;
  /* position: fixed; */
  top: 0;
  width: 100%;
}

.container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.left-side {
  display: flex;
}

.left-side img {
  margin-right: 10px;
}

.right-side {
  font-size: 1.2em;
  font-weight: bold;
}
.header_span {
  background: none;
  /* width: 100%; */
  height: auto;
}
.align-item-center {
  align-items: center;
}
.text-align-end {
  text-align: end;
}

/*Forgot password*/


.bg {
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: radial-gradient(circle at 30% 86%, rgba(255, 255, 255, 0.03) 0%, rgba(255, 255, 255, 0.03) 8%, transparent 8%, transparent 92%), radial-gradient(circle at 55% 100%, rgba(255, 255, 255, 0.03) 0%, rgba(255, 255, 255, 0.03) 8%, transparent 8%, transparent 92%), radial-gradient(circle at 40% 75%, rgba(255, 255, 255, 0.03) 0%, rgba(255, 255, 255, 0.03) 6%, transparent 6%, transparent 94%), radial-gradient(circle at 7% 99%, rgba(255, 255, 255, 0.03) 0%, rgba(255, 255, 255, 0.03) 6%, transparent 6%, transparent 94%), radial-gradient(circle at 69% 76%, rgba(255, 255, 255, 0.03) 0%, rgba(255, 255, 255, 0.03) 6%, transparent 6%, transparent 94%), radial-gradient(circle at 2% 35%, rgba(255, 255, 255, 0.03) 0%, rgba(255, 255, 255, 0.03) 6%, transparent 6%, transparent 94%), radial-gradient(circle at 14% 48%, rgba(255, 255, 255, 0.03) 0%, rgba(255, 255, 255, 0.03) 6%, transparent 6%, transparent 94%), radial-gradient(circle at 28% 87%, rgba(255, 255, 255, 0.04) 0%, rgba(255, 255, 255, 0.04) 4%, transparent 4%, transparent 96%), radial-gradient(circle at 65% 14%, rgba(255, 255, 255, 0.04) 0%, rgba(255, 255, 255, 0.04) 4%, transparent 4%, transparent 96%), radial-gradient(circle at 51% 36%, rgba(255, 255, 255, 0.04) 0%, rgba(255, 255, 255, 0.04) 4%, transparent 4%, transparent 96%), radial-gradient(circle at 6% 93%, rgba(255, 255, 255, 0.04) 0%, rgba(255, 255, 255, 0.04) 4%, transparent 4%, transparent 96%), linear-gradient(135deg, #17e9ad, #1d18d0);
}

.forgotPasswordform {
  width: 100%;
  max-width: 400px;
  background: rgba(255, 255, 255, 0.09);
  backdrop-filter: blur(10px);
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  border-left: 1px solid rgba(255, 255, 255, 0.2);
  box-shadow: 5px 5px 30px rgb(0 0 0);
  border-radius: 3px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 20px 10px;
}
.forgotPasswordform h1 {
  font-size: 20px;
  background: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(10px);
  /* border-top: 1px solid rgba(255, 255, 255, 0.2); */
  /* border-left: 1px solid rgba(255, 255, 255, 0.2); */
  /* box-shadow: 5px 5px 30px rgba(0, 0, 0, 0.2); */
  margin-top: 0px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  color: #fff;
  padding: 15px;
  text-align: center;
}
.forgotPasswordform form {
  padding: 15px;
}
.forgotPasswordform form .btn {
  background: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(10px);
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  border-left: 1px solid rgba(255, 255, 255, 0.2);
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  color: #fff;
  border: 2px solid #ffffff6b;
}
.forgotPasswordform form .btn:hover, .forgotPasswordform form .btn:focus {
  background: rgba(255, 255, 255, 0.1);
  box-shadow: none;
}
.forgotPasswordform form .form-control:focus {
  border-color: #ced4da;
  box-shadow: 5px 5px 30px rgba(0, 0, 0, 0.2);
}
.forgotPasswordform .copyright {
  text-align: center;
  color: rgba(255, 255, 255, 0.65);
}
.forgotPasswordform .form-control {
  background: rgba(255, 255, 255, 0.9);
}

.forgotPasswordform .form-floating:focus-within {
  z-index: 2;
}
.forgotPasswordform input[type="text"] {
  margin-bottom: -1px;
  border-radius: 15px;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.forgotPasswordfield 
{
margin-bottom: 30px;
}
.backLoginPassword:hover 
{
  color:white;
}
.togglePassword 
{
  height: auto !important;
    /* width: 30px !important; */
    width: auto !important;
    padding: 0 10px;
    align-items: center;
    display: flex !important;
    justify-content: center;
    background-color: #003b77 !important;
}
#toggleIcon 
{
  
  color: white!important;
}
.card-front {
  width: 100%;
  height: 100%;
  background-color: #2a2b38;

  background-image: url(../img/bg/2.png);
  background-position: 0 0;

  background-repeat: repeat;

  background-size: cover;

  position: absolute;
  border-radius: 6px;
  left: 0;
  top: 0;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  animation: backgroundMove 7s linear infinite;

}
@keyframes backgroundMove {
  0% {
      background-position: 0 0;
  }

  100% {
      background-position: 100% 100%;
  }
}
.body .signin .content .form .inputBox input:active,
.body .signin .content .form .inputBox input:focus {
  position: relative;
  width: 100%;
  background: #356ba2!important;
  border: none;
  outline: none;
  padding:10px 7.5px;
  border-radius: 4px;
  color: #fff;
  font-weight: 500;
  font-size: 14px;
  color: black;
}

.body .signin .content .form .inputBox input:focus {
  background-color: #00458b !important;
  color: #ffffff !important;
}
.label 
{
  font-size: 14px;
  color:black;
  font-weight: 600;
}
