/*!

 =========================================================
 * Login Form Bootstrap 1
 =========================================================

 * Product Page: https://uifresh.net
 * Copyright 2021 UIFresh (https://uifresh.net)
 * Coded by UIFresh

 =========================================================

 * The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

 */
html, body{
	height: 100%;
}
body{
	display: flex;
	align-items: center;
	background-image: linear-gradient( to right, #052E41, #1091CC);
}
a{
	color: #f8f9fa;
	text-decoration: none;
}
a:hover{
	color: #052E41;
}
.erro {
    color: #042433;
}
.erro-sub {
    background: #1091CC70;
    color: #fff;
}
.uf-form-signin {
    width: 100%;
    max-width: 350px;
    padding: 15px;
    margin: auto;
}
.uf-input-group .input-group-text {
    background: #1091CC70;
    color: #052E41;
    border: unset;
    font-size: 18px;
    padding: 15px;
    width: 50px;
}

.uf-input-group .form-control {
    border: unset;
    border-left: 1px solid #ffffff05;
    font-size: 16px;
    /* background: #ffffff70; */
}

.uf-input-group .form-control:focus {
    box-shadow: unset;
    background: #ffffff;
}
.uf-btn-primary {
    background: #06364D;
    color: #fff;
}

.uf-btn-primary:hover {
    background: #042433;
    color: #fff;
    border-color: #0b4661;
}

.uf-form-check-input:checked {
    background-color: #052E41;
    border-color: #0B5B80;
}