*, *::before, *::after {
  box-sizing: border-box;
}

* {
  margin: 0;
  padding: 0;
}

.pf-v5-c-login {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0;
    margin: 0;
    background-color: #004999;
    background-image: url('../img/bg-login.png');
    background-repeat: no-repeat;
    background-position: top;
    background-size: contain;
}

.pf-v5-c-login__main-header {
    padding: 0;
    justify-items: center;
}
.pf-v5-c-title {
    display: flex;
  margin-bottom: 46px;
}
.pf-v5-c-login__container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0;
    max-width: 350px;
}

.pf-v5-c-login__main {
    background-color: transparent;
    box-shadow: none;
    width: 100%;
}

.pf-v5-c-login__main-body {
    margin: 0;
    padding: 0;
}

.pf-v5-c-form__group-label {
    display: none;
}

.pf-v5-c-input-group__item > .pf-v5-c-form-control {
    background-color: transparent;
    border: 0;
}

.pf-v5-c-input-group {
    margin: 0;
    padding: 0;
    background-color: rgba(232, 246, 254, 0.35);    
    border-radius: 41px;
    border: 1px solid #87B1FF;
}
 
.pf-v5-c-button {
    margin: 0;
    padding: 0;
    color: white;
}

.pf-v5-c-button:after {
    margin: 0;
    padding: 0;
    content: none;
}

.pf-v5-c-button.pf-m-primary {
    background-color: #78B52C;
    height: 45px;
    border-radius: 41px;
    font-weight: bold;
    border: 0;
}

.pf-v5-c-button.pf-m-control {
    background-color: transparent;
    color: white;
    padding: 10px;
    font-size: 26px;
    padding-right: 18px;
}

.pf-v5-c-form-control {
    background-color: rgba(232, 246, 254, 0.35);    
    border-radius: 41px;
    height: 60px;
    border: 1px solid #87B1FF;
}

.pf-v5-c-form-control:after {
    border: 0;
}

.pf-v5-c-form-control:before {
    border: 0;
}

.pf-v5-c-form-control input {
    width: 100%;
    height: 100%;
    border-radius: 41px;
    padding: 18px;
    font-weight: bold;
    color: white;
}

.pf-v5-c-form-control input::placeholder {
    color: #ffffff50;
    
}

.logo-colabore {
    width: 230px;
    margin: auto;
}

.pf-v5-c-form__actions {
    margin-block-end: 0;
    margin-block-start: 0;
    margin-inline-end: 0;
    margin-inline-start: 0;
}

.pf-v5-c-button.pf-m-secondary {
    background-color: white;
    border-radius: 41px;
    padding: 12px;
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.pf-v5-c-button.pf-m-secondary > img {
    height: 28px;
    margin: auto;
}   

.pf-v5-c-login__main-footer-band {
  border-block-start: none;
}

.pf-v5-c-login__main-footer-band-item{
    color: white !important;
}

.logo-prefeitura {
    display: flex;
    justify-content: center;
    margin-top: 90px;
}


.logo-prefeitura > img{
    width: 180px
}

.pf-v5-c-helper-text__item-text,
.pf-v5-c-helper-text__item-text a,
.pf-v5-c-helper-text__item-text a:link,
.pf-v5-c-helper-text__item-text a:visited {
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: underline;
    color: #ffffff;
}

.pf-v5-c-helper-text__item-text a:hover {
    text-decoration: underline;
    font-weight: bolder;
    color: #ffffff;
}

@media (min-width: 768px) {
    .pf-v5-c-login {
        background-image: url('../img/bg-login-2.png');
        background-size: cover;
    }

    .logo-prefeitura > img{
        width: 200px
    }
}

.pf-v5-c-helper-text__item.pf-m-error {
    padding-left: 20px;
    color: yellow;
}

.pf-v5-c-check {
    padding-left: 3px;
}

.pf-v5-c-check__label {
    color: white;
}

.pf-v5-c-title {
    color: white;
    text-align: center;
}

.pf-v5-c-form__actions {
    gap: 10px;
}

.pf-v5-u-color-200 {
    color: white !important; 
}