*{
  margin: 0;
  padding: 0;
}

html, body{
  height: 100%;
}

main{
  display: flex;
  height: 100%;
}

.swal2-shown .swal2-height-auto{
	height: 100vh !important;
}

.left{
  width: 70%;
  background-color: #96E0DD;
  background-image: linear-gradient(43deg, #889af3 0%, #f084e9 46%, #e7ce9e 100%);
  background-image: url(../../img/PLANO_DE_FUNDO.png);
  background-repeat: no-repeat, repeat;
  background-position: center; /* Center the image */
  background-repeat: no-repeat; /* Do not repeat the image */
  background-size: cover;
}

.left > .container-informations{
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.left > .container-informations > .logo{
  display: flex;
}

.left > .container-informations > .logo > span{
  font-family: 'Nunito', sans-serif;
  font-weight: 600;
  font-size: 48px;
  margin-bottom: 0px;
  margin-right: 5px;
  color: rgb(255, 255, 255);
  text-align: center;
}

.left > .container-informations > h1{
  font-family: 'Nunito', sans-serif;
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 25px;
  padding: 0 100px;
  color: rgb(255, 255, 255);
}

.left > .container-informations > h6{
  font-family: 'Nunito', sans-serif;
  font-weight: 600;
  font-size: 22px;
  margin-bottom: 25px;
  color: rgb(255, 255, 255);
  padding: 0 15%;
}

.left > .container-informations > img{
  height: 350px;
  width: 350px;
}

.right{
  width: 30%;
}

.right > .container-login{
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.right > .container-login > h4{
  font-family: 'Nunito', sans-serif;
  font-weight: 600;
  font-size: 28px;
  margin-bottom: 25px;
}

.right > .container-login > form > .form-group{
  position: relative;
  margin-bottom: 20px;
}

.right > .container-login > form > .form-group > label{
  display: flex;
  margin-bottom: 5px;

  font-family: 'Nunito', sans-serif;
  font-weight: 600;
  font-size: 16px;
}

.right > .container-login > form > .form-group > input{
  display: flex;

  height: 30px;
  width: 275px;
  padding: 5px 15px;

  border: 1px solid rgb(216, 211, 211);
  border-radius: 10px;

  font-family: 'Nunito', sans-serif;
  font-weight: 400;
  font-size: 14px;
}

.right > .container-login > form > .form-group > input:focus{
  border: 1px solid rgb(32, 109, 209);
  border-radius: 10px;

  box-shadow: 0 0 0 0;
  outline: 0;
}

.right > .container-login > form > .form-group > i{
  position: absolute;
  top: 40px;
  right: 15px;

  color: rgba(41, 40, 39, 0.856);
  cursor: pointer;
}


.right > .container-login > form > .background-captcha{
  background-color: #9bdbf4;
  margin-bottom: 20px;
  padding: 10px;

  border-radius: 10px;

}

.right > .container-login > form > .background-captcha > .alert.alert-info > .btn-reload{
	border: 1px solid transparent;
  border-radius: 5px;
  background: #299df2;

  width: 70px;
  height: 32px;
  position: relative;
  top: -13px;

  cursor: pointer;
  transition: 0.8s;
}

.right > .container-login > form > .background-captcha > .alert.alert-info > .btn-reload:hover > i{
  transition: 0.8s;
  transform: rotate(45deg);
}

.right > .container-login > form > .background-captcha > .alert.alert-info > .btn-reload > i{
  color: white;
  transition: 0.8s;
}

.right > .container-login > form > .background-captcha > .alert.alert-info > input{
  display: flex;

  height: 15px;
  width: 88%;
  padding: 5px 15px;

  border: 1px solid rgb(255, 255, 255);
  border-radius: 10px;

  font-family: 'Nunito', sans-serif;
  font-weight: 400;
  font-size: 14px;
}

.right > .container-login > form > .background-captcha > .alert.alert-info > input:focus{
  border: 1px solid #55c5f1;
  border-radius: 10px;

  box-shadow: 0 0 0 0;
  outline: 0;
}

.right > .container-login > form > .btn-submit{
  background-image: linear-gradient(to right, #55c5f1 0%, #2196f3  51%, #95dfdc  100%);
}

.right > .container-login > form > .btn-submit{
  width: 100%;
  border: 1px solid transparent;
  padding: 10px;
  text-align: center;
  text-transform: uppercase;
  transition: 0.5s;
  background-size: 200% auto;
  box-shadow: 0 0 20px #eee;
  border-radius: 10px;

  font-family: 'Nunito', sans-serif;
  font-weight: 600;
  font-size: 16px;
  color: white; 

  cursor: pointer;
} 

.right > .container-login > form > .btn-submit:hover{
  background-position: right center;
  color: #fff;
  text-decoration: none;
}

.right > .container-login > form > .hr{
  margin-top: 10px;
  margin-bottom: 10px;

  display: flex;
  justify-content: center;
}

.right > .container-login > form > .hr > span{
  margin-top: 10px;
  margin-bottom: 10px;

  position: relative;
  display: inline-block;
  font-family: 'Nunito', sans-serif;
  font-weight: 300;
  color: rgb(172, 160, 160); 
  font-size: 1rem;    
}

.right > .container-login > form > .hr > span::before,
.right > .container-login > form > .hr > span::after {
content: "";
position: absolute;
top: 0.75em;
width: 3em;
height: 0.05em;
background-color: rgb(212, 207, 207);
left: -3.25em;
}
.right > .container-login > form > .hr > span::after {
left: initial;
right: -3.25em;
}

.right > .container-login > form > .container-social{
  display: flex;
  justify-content: center;
  text-align: center;
  
  color: white;
  font-size: 16px;
}

.right > .container-login > form > .container-social > .btn-google{
  width: 100px;
  background: rgb(219, 23, 23);
  margin-right: 5px;
  padding: 10px 0;

  border: 1px solid transparent;
  border-radius: 10px;

  transition: 0.8s;
  cursor: pointer;
}

.right > .container-login > form > .container-social > .btn-google:hover{
  box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
  transition: 0.8s;
}

.right > .container-login > form > .container-social > .btn-facebook{
  width: 100px;
  background: rgb(11, 136, 219);
  margin-left: 5px;
  padding: 10px 0;

  border: 1px solid transparent;
  border-radius: 10px;

  transition: 0.8s;
  cursor: pointer;
}

.right > .container-login > form > .container-social > .btn-facebook:hover{
  box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
  transition: 0.8s;
}

@media (max-width: 800px){
.left{
  display: none;
 }

 .right{
  width: 100%;
  padding: 25px;
 }
}

@media (max-width: 1020px){
.left{
  display: none;
 }

 .right{
  width: 100%;
 }
}

@media (min-width: 1366px){
  .left{
    width: 80%;
   }
  
   .right{
    width: 20%;
    padding: 25px;
   }
  }
  
