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

.form .label-title {
    display: block;
    text-align: center;
    padding-bottom: 10px;
    font-size: 20px;
    color: rgb(86, 100, 112);
}

.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;
}