.form {
    margin-top: 20%;
    padding: 30px;
    display: inline-block;
    background: #FFFFFF;
    text-align: left;
}

.form .label-title {
    display: block;
    text-align: center;
    padding-bottom: 10px;
    font-size: 20px;
    color: #566470;
}

.form .label-title span {
    display: inline-block;
    width: 40px;
    height: 1px;
    margin-top: 10px;
    background: rgb(15, 107, 177);
}

.form .links {
    padding-top: 10px;
    margin: 0;
}

.form .links a {
    font-size: 12px;
    color: rgb(142, 158, 174);
}

.form .links a:first-child {
    float: left;
}

.form .links a:last-child {
    float: right;
}

.form .bandeiras {
    text-align: center;
}

.form .bandeiras img {
    height: 15px;
    vertical-align: middle;
}

.form .bandeiras span {
    font-size: 12px;
    font-weight: bold;
    vertical-align: middle;
    display: inline-block;
    margin-left: 7px;
}

.form .authfast-id {
    position: relative;
}

.form .authfast-id input {
    padding-right: 48px;
}

.form .authfast-id .prefixo {
    position: absolute;
    right: 21px;
    top: 6px;
    font-size: 1rem;
    font-weight: bold;
    color: #000;
}


.form h4 {
    color: #566470;
}

.form .form-control:focus {
    border-color: #80bdff;
    box-shadow: 0 0 0 0.2rem #80bdff40;
}

.form .btn-primary {
    background-color: #007bff;
    border-color: #007bff;
    color: #ffffff;
}

.form .btn-primary:focus,
.form .btn-primary:not(:disabled):not(.disabled):active:focus {
    box-shadow: 0 0 0 0.2rem #0069d940;
}

.form .btn-primary:hover {
    background-color: #0069d9;
    border-color: #0069d9;
    color: #ffffff;
}

.form .btn-primary:not(:disabled):not(.disabled):active {
    background-color: #0069d9;
    border-color: #0069d9;
    color: #ffffff;
}