html, body {
  height: 100vh;
  margin: 0;
  padding: 0;
}

body{
  background: linear-gradient(132.17deg, #2EA1E2 14.93%, #0947A5 80.83%);
  /* background-image: url("../images/bgFull.jpg"); */
  display: flex;
  justify-content: center;
  align-items: center;

  height: 100%;
}

.main{
  width: 100%;
  height: 100%;

  margin: 0;
  padding: 0;
}

.fileira{
  width: 100%;
  height: 100%;

  display: flex;
  justify-content: center;
  align-items: center;

  margin: 0;
  padding: 0;
}

.bgLeft{
  background-color: #007bff;
  background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.6)), url("../images/bg-SGSS3.png");
  background-repeat: no-repeat;
  background-size: cover;

  width: 100%;
  height: 100%;

  /* border-radius: 10px 0 0 10px; */

  display: flex;
  align-items: flex-end;
  padding-bottom: 20px;
}

.bgLeft > .container > span{
  color: #fff;
  font-family: 'Poppins';
  font-size: 14px;
}

.bgLeft > .container > span > p > h12{
  font-weight: bold;
}

.bgRight{
  display: flex;
  justify-content: center;
  align-items: center;

  background-color: #fff;
  height: 100%;
  width: 100%;
  /* border-radius: 0 10px 10px 0; */
}

.bgRight > form{
  padding: 25px;
}

.bgRight > form > .logoGroup{
  display: flex;
  align-items: center;
  flex-direction: column;

  margin: 30px 0;
}

.bgRight > form > .logoGroup > span{
  font-family: 'Bai Jamjuree', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 15px;

  color: rgba(29, 26, 26, 0.91);
}

.bgRight > form > .formGroup{
  margin: 30px 0;
}

.bgRight > form > .formGroup > label{
  font-family: 'Poppins', sans-serif;
  font-size: 12px;
  font-weight: 600;

  margin-bottom: 0.5px;
}
.input,
.bgRight > form > .formGroup > .input{
  border-radius: 10px;
  font-family: 'Poppins', sans-serif;

  font-size: 14px;
}

.eyeGroup{
  display: flex;
  justify-content: flex-end;
  margin-right: 10px;
  height: 0;
}

.bi-eye-fill, .bi-eye-slash-fill{
  position: relative;
  top: -30px;
  cursor: pointer;
}

#captcha{
  border-radius: 10px;
  margin: 30px 0;
  padding: 0px;

  /* background: #007bff; */
  /* border: 1px solid #F4F4F4; */
}

#Imageid{
  border-radius: 7px;
}

.btn-grad {
  background-image: linear-gradient(to right, #007bff 0%, #348AC7  51%, #007bff  100%)
}

.btn-grad {
  padding: 10px 5px;
  text-align: center;
  transition: 0.5s;
  background-size: 200% auto;
  color: white;            
  box-shadow: 0 0 20px #eee;
  border-radius: 8px;
  display: block;
  text-transform: uppercase;

  font-family: 'Poppins';
  font-size: 14px;
 }

 .btn-grad:hover {
   background-position: right center;
   color: #fff;
   text-decoration: none;
 }

.btn-reload {
  background-image: linear-gradient(to right, #007bff 0%, #348AC7  51%, #007bff  100%)
}

.btn-reload {
  text-align: center;
  text-transform: uppercase;
  transition: 0.5s;
  background-size: 200% auto;
  color: white;            
  box-shadow: 0 0 20px #eee;
  border-radius: 10px;
}

.btn-reload:hover {
  background-position: right center;
  color: #fff;
  text-decoration: none;
}

.ForgotPassword,
.ForgotPassword > a{
  margin: 30px 0;
  font-family: 'Poppins';
  font-size: 14px;
}

/* Responsivo */

@media only screen and (max-width: 992px) {

  .bgLeft {
    display: none;
  }

  .bgRight {
    border-radius: 10px;
    min-width: 410px;
    margin: 40px;

    height: 550px;
  }
}

/* @media only screen and (max-width: 994px) {

  .main{
    display: flex!important;
    justify-content: center!important;
    align-items: center;
    align-content: center;

  }

  .row{
    height: auto!important;
  }

  .bgRight {
    border-radius: 10px;
    min-width: 380px;
    max-width: 380px;
    margin: 40px;
    height: 600px;

    height: auto!important;

  }
}
 */

