body.login {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.uk-button {
    background: #041A24;
}
.uk-button:hover {
    background: #0C506D;
}

.code .uk-form-label {
    display: block;
    text-align: center;
    margin-bottom: 20px;
}
.code .uk-form-controls {
    display: flex;
    justify-content: center;
}
.code .uk-form-controls input {
    width: 35px;
    text-align: center;
    margin: 0 6px;
    border-radius: 2px;
}
.code .uk-form-controls .message {
    top: calc(100% + 2px);
    left: 0;
    text-align: center;
    width: 100%;
}
.qr-code-container {
    text-align: center;
    margin-bottom: 20px;
}

.qr-code-container img {
    max-width: 200px;
    height: auto;
	}

.input-group {
    display: flex;
    gap: 5px;
}
.escolha-auth {
    border: 1px solid gray;
    margin-top: 10px;
    width: 80%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.btn-escolha-auth {
    background-color: white;
    color: black;
    font-weight: 500;
    text-align: start;
    width:100%
}
