
html, body {
    background-color: #e9e9e9;
    color: #666666;
    font-family: 'Abel', sans-serif;
    font-weight: 100;
    height: 100vh;
    margin: 0;
}

.full-height {
    height: 100vh;
}

.flex-center {
    align-items: center;
    display: flex;
    justify-content: center;
}

.position-ref {
    position: relative;
}

.top-right {
    position: absolute;
    right: 10px;
    top: 18px;
}

.content {
    text-align: center;
}

.title {
    font-size: 30px;
    background-color: #1777D9;
    border-color: #53A4F5;
    border-width: 0px 0px 3px;
    border-style: solid;
    color: #fff;
    border-radius: 5px 5px 0px 0px;
    padding: 10px;
}

.links > a {
    color: #666666;
    padding: 0 25px;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: .1rem;
    text-decoration: none;
    
}

.m-b-md {
    margin-bottom: 30px;
}


.form-group {
    background-color: #ddd;
    border: 1px solid #ccc;
    border-radius: 0px 0px 5px 5px;
    padding: 10px;
    padding-top: 20px;
    border-bottom: 3px solid #ccc;

}

input {
    font-family: 'Abel';
    font-size: 25px;
    text-transform: uppercase;
    width: 300px;
    border: 1px solid #666666;
    border-radius: 3px;
    
}

.edit_senha {
    text-transform: none;

}

.destaque_campo {
    border-color: #DF0101;
    border-width: 3px;

}

