.box-general p {
    color: white;
    text-align: center;
    font-weight: 700;
    position: relative;
}

.col {
    height: 100vh;
}

.col:first-child h1 {
    font-size: 2rem;
    font-weight: 500;
    color: white;
    text-align: center;
}

.col:first-child {
    width: 50vw;
}

.col:last-child {
    width: 50vw;
    background: url("/static/img/login/menino.png") #2C479E 30% 110% no-repeat;
}

.home-link {
    text-align: center;
    color: white;
    margin-top: 3px;
}

.home-link:hover {
    color: white;
}

.messagem {
    padding: 20px;
}

.acesso-negado {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 50%;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
    background: #F06920;
    border-radius: 22px;
    box-shadow: 0px 10px 3px 0px rgba(0, 0, 0, 0.10);
    font-weight: bold;
    font-family: 'Quicksand', sans-serif;
    padding: 35px;
}

.acesso-negado h1 {

    font-size: 30px;
}

.acesso-negado p {
    font-size: 20px;
}

.acesso-negado a {
    display: block;
    width: 40%;
    color: white;
    border: 1px solid blue;
    text-align: center;
    border-radius: 20px;
    margin: 0 auto;
    background: blue;
    padding: 10px;
}

.acesso-negado a:hover {
    background: white;
    color: blue;
    text-decoration: none;
}

.container {
    margin: 0 auto;
    max-width: 22.5rem;
    height: 100vh;
    display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-content: center;
}

img {
    width: 7.5rem;
    display: flex;
}

.cb-btn.cb-btn-primary {
    width: 100%;
}

body {
    background: #253C85;
}
#texto {
    display: none;
}
#menino {
    display: none;
}
.box-general{
    background: var(--secondary-color);
    width: 100%;
    min-height: 15.75rem;
    border-radius: 0.5rem;
    padding: 2rem;
    margin: 2rem 0 2rem 0;
    display: none;
}
.box--show{
    display: initial;
}

.btn-recovery{
    width: 100%;
    border: none;
    font-weight: bold;
    border-radius: 1.06rem;
    color: #fff;
    margin-top: 8px;
    transition: all 0.3s ease-out;
}
.btn--hover:hover{
    color: #fff;
    background-color: #305a9e;
    transition: all 0.3s ease-out;
}
.goLogin{
    line-height: 35px;
    height: 35px;
    width: 35px;
    border: none;
    border-radius: 100%;
    font-size: 1em;
    color: #fff;
    background: transparent;
    position: absolute;
    left: 0;
    top: -5.5px;
    transition: all 0.3s ease-out;
}
/*box-shadow: 0 0 0 0.125rem var(--primary-color);*/

.box-general input {
    margin-bottom: 0.8rem !important;
}

body, html {
    height: 100%;
}
h1.login-title {
    font-size: 2rem;
    font-weight: 500;
    color: white;
    text-align: center;
}

.login-wrapper{
    max-width: 23rem;
    margin: 0 auto;
}

.login-bg{
    background: url("/static/img/login/menino.png") #2C479E 30% 110% no-repeat;
}

.box-general .version {
    text-align: center;
    width: 100%;
    display: block;
    color: #fff;
    font-size: 0.8em;
    margin-top: 7px;
}

.show-password {
    position: relative;

}
.show-password button.show-password-link{
    border: none;
    background-color: transparent;
    padding: 0;
    cursor: pointer;
    position: absolute;
    top: 7px;
    right: 12px;
    width: 25px;
    height: 25px;
}
.show-password button.show-password-link img{
    width: 100%;
    height: auto;
}