.RodapeHomeLogin{
    width: 210px;
    margin: 0px;
    padding: 0px;
    height:auto;
}

fieldset{
    margin: 0px;
    border:none !important
}

.login-content-screen {
    background-color: #F5F5F5;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    line-height: 14px;
    font-weight: 400px;
}

.login-content-screen {
    display: flex;
    height: 100vh;
    width: 100vw;
}

.left-container, .right-container {
    flex: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.left-container {
    flex-direction: column;
}

.right-container {
    background-color: #121B4F;
    color: #FFFFFF;
    border-radius: 200px 0px 0px 0px; 
}

.right-container h1 {
    text-transform: uppercase;
    font-size: 40px;
    font-weight: 900;
    line-height: 48px;
}

.login-description p:first-child {
    font-size: 24px;
    line-height: 28px;
    font-weight: 300;
    margin-bottom: 40px;
    position: relative;
}

.login-description p:first-child strong {
    font-weight: 500;
}

.login-description p:first-child::before {
    content: '';
    position: absolute;
    border-left: 10px solid #EF3E30;
    left: -30px;
    height: 56px; 
}

.login-description {
    margin-left: 30px;
}

.login-description strong {
    font-weight: 900;
}

.login-description p:not(:first-child){
    margin-bottom: 25px;
    font-size: 16px;
    line-height: 19px;
}

.login-description-container {
    max-width: 366px;
}

.login-form-content {
    min-width: 300px;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.login-form-title {
    color: #23338A;
    font-size: 20px;
    line-height: 24px;
    margin: 40px auto 0 auto;
    font-weight: 700;
}

.forgot-password {
    margin-top: 10px;
    text-align: center;
    font-weight: 500;
}

.forgot-password, .forgot-password:visited {
    color: #23338A;
}

.forgot-password:link, .forgot-password:visited {
    text-decoration: none;
}

.button-tag {
    margin-top: 20px;
}

.logo-container {
    align-self: center;
    min-width: 225px;
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: space-between;
}

.logo-left {
    align-self: center; 
}

.logo-right {
    position: relative;
}

.logo-right::before {
    content: '';
    position: absolute;
    border-left: 1px solid #DEE0E4;
    right: 100px;
    height: 100%; 
}

.input-group-password {
    border-left: none;
}

/* Chrome, Safari, Edge, Opera */
input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}