
.halfScreen{
    width: 50vw;
    height:100vh;
    
}

#orangebkg{
    background-image: linear-gradient(rgb(255, 128, 0) 0%, rgb(255, 180, 0) 100%);
    text-align: center;
    align-content: center;
}

#formComponents{
    display: grid;
     justify-content: center;
    align-content: center;
    
    align-items: center;
}

#menuLogin{
    justify-items: center;
    align-content: center;
}
.inputBarDiv{

    background-color: rgb(231, 230, 231) ;
    width: 350px;
    border-radius: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
    border: solid transparent 2px;
}



.inputDiv{
    background-color: rgb(231, 230, 231) ;
    border: none;
    height: 48px;
    width: 250px;
    margin-right: 10px;
    outline:none
}



.graySubText{
    font-size: 14px;
    color: #333333;
   
}

.graySubText.inputError{
    color: red;
}

.graySubText.inputError::before{
    content: "⚠ Credenciais inválidas! - Por favor, ";  
    color: red;
    font-size: 14px;
}

.inputBarDiv img{
    vertical-align: middle;
    margin-left: 20px;
    margin-right: 7px;
    

}

.inputBarDiv.inputError{
    border: 2px solid red;
}


.littleTitle{
    font-weight: bold;
    color: rgb(255, 128, 0);
    font-size: 28px;
    margin-bottom: 20px;
     justify-content: center;
    text-align: center;
}

.littleTitle img {
    vertical-align: middle
}

#entrarTittleLogin{
    margin-right: 10px;
    margin-bottom: 20px;
    justify-content: center;
}

#forgetPassword{
    margin-top: 10px;
    font-size: 14px;
    text-justify: right;
}

#menuForm{
    justify-content: center;
    justify-items: center;
}

.orangeGradientBtn{
    background-image: linear-gradient(to left, rgb(255, 128, 0) 0%, rgb(255, 180, 0) 100%);
    font-size: 17px;
    padding: 15px 140px;
    border: none;
    color: white;
    border-radius: 10px;

    
}

.whiteOrangeBorderBtn{

    background:
      linear-gradient(white, white) padding-box,
      linear-gradient(to left, rgb(255, 128, 0), rgb(255, 180, 0)) border-box;

    border: 2px solid transparent;
    border-radius: 10px;

    font-size: 17px;
    padding: 15px 120px;
    color: rgb(255, 128, 0);
    margin-top: 25px;

}

#botoesLogin{
    margin-top: 20px;
    text-align: center;
}

#rightLogo{
    display: none;
    justify-items: center;
    text-align: center;
    margin-bottom: 30px
}
#rightLogo img{
    width: 300px;
    
}

@media screen and (max-width: 850px) {
    #orangebkg{
        display: none;
    }

    #menuLogin{
        width: 100vw;
    }
    #rightLogo{
    display: flex;
}
}