@import "/static/assets/css/variables.css";

@media(max-width:1200px){
  .green-hook, .blue-hook {
    display:none;
  }
  .logo-hook{
    position: relative !important;
    z-index:5 !important;

    top: auto !important;
    bottom: auto !important;
    left: auto !important;
    right: auto !important;
    padding:1rem !important;
    margin-bottom: 1rem !important;
    border-radius: 40px !important; 
  }
  .title-hook {
    left: 0 !important;
  }
  .img-logo {
    width:100% !important;
    height:auto !important;
    margin:0 !important;
  }
}


html,
body {
  height: 100%;
  font-family: 'Lato', sans-serif !important;
  color: white;
}


body {
  background-color: var(--green);
  background-image: url('/static/assets/img/bg2.jpg');
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
body::before {
  content: "";
  background-color: white;
  background-size: cover;
  background-position: center;
  position: absolute;
  top: 0;
  bottom:0;
  left:0;
  right:0;
  opacity: 0.16;
  z-index: -5;
}
body main {
  width: 100%;
  height: 100%;

}

.menu-shadow {
  box-shadow: 6px 6px 10px -7px rgba(0, 0, 0, 0.6);
}
.form-signin {
  position: relative;
  width: 100%;
  max-width: 330px;
  margin: auto;
  background: var(--main-blue);
  border-radius: 60px;
  padding: 5.5rem 2rem;
}

.form-signin .checkbox {
  font-weight: 400;
}


.form-signin .form-floating:focus-within {
  z-index: 2;
}

.form-signin input[type="email"] {
  margin-bottom: 10px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.form-signin input[type="password"] {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.form-control{
  border-radius: 40px !important;
  border: 4px solid var(--main-blue);
  padding-left: 1.4rem !important;

}
.form-item input, .form-item select, .form-item textarea{
  font-size: 20px;
}

.log-btn {
  color: var(--dark-green);
  font-weight: bold;
  font-size: 20px;
  padding: 0.5rem 2rem;
  border-radius: 50px;
  text-align: center;
  min-width: 180px;
  background: white;
  transition: all 0.2s ease;
}

.log-btn:hover {
  cursor:pointer;
  background: var(--rgb);
  color: white;
}

.input-checkbox{
  width: 20px;
  height: 20px;
}

.label-text {
  font-size:16px;
  font-weight: bold;
  color: white;

}

.floating-label {
  font-family: 'Lato', sans-serif !important;
  font-weight: bold;
  padding-left: 1.5rem !important;
  color: var(--dark-green);
}

.logo-hook {
  content:"";
  position: absolute;
  padding: 2.5rem 5rem 1.5rem 5rem;
  background: white;
  bottom:25px;
  left:-450px;
  z-index: 0; 
  border-radius:50px;
}
.title-hook {
  content:"";
  position: absolute;
  padding: 1rem 3.5rem 0.9rem 3.5rem;
  background: white;
  top:-20px;
  left:-150px;
  background: var(--light-green);
  width: 330px;
  z-index: 3;
  border-radius:60px;
}

.title1 {
  color: white;
  font-weight:bold;
  font-size: 35px;
  text-align: center;
}

.green-hook {
  background: none;
  position:absolute;
  width:260px;
  height:170px;
  border-radius:50px;
  border: 10px solid var(--light-green);
  bottom:160px;
  left:-380px;
  z-index: -4;
}
.blue-hook {
  background: none;
  position:absolute;
  width:260px;
  height:180px;
  border-radius:50px;
  border: 10px solid var(--main-blue);
  top:78px;
  right:-112px;
  z-index: -2;
}

.text-logout {
  font-family: 'Lato', sans-serif !important;
  color: white;
  font-size: 20px;
  font-weight: bold;
}