
body{
    height: 100vh;
    font-family: 'Exo 2', Arial, Sans-serif;
    font-weight: 400;
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: url('/assets/images/hands.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: scroll;
    background-position: center top;
}
#auth{
    display: flex;
    justify-content: center;
    width: 100%;
    max-width: 800px;
}

#auth #auth-left{
    border: 1px solid white;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: #14243cf5;
    border-radius: 30px;
    width: 550px;
    min-width: 320px;
    height: auto;
    max-height: fit-content;
    position: relative;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 1.8);
    transform: translateZ(10px);
}
#auth #auth-left .auth-title{
    color: white;
    font-size:2rem;    
    margin-bottom: 0;
}
#auth #auth-left .auth-subtitle{
    margin-top: 10px;
    color:#a8aebb;
    font-size:1.2rem;
    line-height:2.5rem
}
#auth #auth-left .auth-logo{
    background: whitesmoke;
    display: flex;
    flex-direction: column;
    align-items: center;
    height: auto;
    margin-top: 1rem;
    padding-top: 1rem;
    margin-bottom:1rem;
    border-radius: 10px;
    box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.3);
    max-width: 226.14px;
}
#auth #auth-left .auth-logo img{
    height: auto;
    width: 50%;
    min-width: 20%;
    background: transparent ;
    margin-bottom: 0%;
}
@media screen and (max-width:767px){
    #auth #auth-left{
        padding:5rem
    }
}
@media screen and (max-width:576px){
    #auth #auth-left{
        padding:5rem 3rem
    }
}
body.theme-dark #auth-right{
    background:linear-gradient(90deg,#2d499d,#3f5491)
}
 
.input .form-contro {
    background-color: transparent;
}

.auth-title-0 {
    font-size: 3rem;
  margin-top: 0%;
}

.auth-span {
    color: #ec7c04;
}

div.mt-5 {
    display: flex;
    align-items: center;
}
div.mt-5 a {
    background-color: transparent;
    border-color:white;
}

div.mt-5 a:hover {
    background-color: hsl(221, 12%, 30%);
    border: #ec7c04 1px solid;
}

div.text-center a {
    color: #a8aebb;
}

div.text-center a:hover {
    color:#ffff;
}


.copy-foot {
    position: absolute; 
    bottom: 20px; 
    left: 50%; 
    transform: translateX(-50%);
    width: 100%; 
    text-align: center; 
  }
  
  .copy-foot img {
      max-width: 100px; 
      height: auto;
  }

  div.row {
    display: flex;
    flex-direction: column;
    margin-bottom: 3rem !important;
  }

div.row .receber-senha{
    color: white;
}

.w-100 {
    background-color: hsl(31, 100%, 47%);
    width: 350px !important;
}

.btn-info {
    background-color: transparent;
    border: solid white 1px;
}

.btn-info:hover {
    background-color: hsl(221, 12%, 30%);
    border: #ec7c04 1px solid !important;
}

.form-check-input:hover {
    background-color: hsl(221, 12%, 30%);
    border: #ec7c04 1px solid !important;
}