/* Minification failed. Returning unminified contents.
(118,38): run-time error CSS1046: Expect comma, found '53'
(118,44): run-time error CSS1046: Expect comma, found '/'
(120,28): run-time error CSS1039: Token not allowed after unary operator: '-red'
(142,40): run-time error CSS1046: Expect comma, found '53'
(142,46): run-time error CSS1046: Expect comma, found '/'
(157,36): run-time error CSS1046: Expect comma, found '123'
(157,44): run-time error CSS1046: Expect comma, found '/'
(175,28): run-time error CSS1039: Token not allowed after unary operator: '-red'
(185,17): run-time error CSS1039: Token not allowed after unary operator: '-green'
(189,17): run-time error CSS1039: Token not allowed after unary operator: '-red'
(194,17): run-time error CSS1039: Token not allowed after unary operator: '-red'
 */
div#box-vaga {
    float: left;
    width: 100%;
    background: #ddd;
    padding: 30px 0;
}

p {
    float: left;
    width: 100%;
}

.btn-linkedin {
    color: #fff;
    background-color: #007bb6;
    border-color: rgba(0,0,0,0.2);
    margin: 0;
    border-radius: 20px;
    padding: 9px 25px;
}

    .btn-linkedin i {
        float: left;
        margin-right: 5px;
        font-size: 15px;
    }

label strong {
    color: #555;
}

#content .wrap {
    max-width: 400px;
}

.box-formulario input[type=submit] {
    width: 100%;
    margin-bottom: 15px;
}

label.erro {
    color: #fff;
    background: red;
    margin-top: 7px;
    padding: 3px 10px;
    float: left;
    width: 100%;
    border-radius: 3px !important;
    text-align: center;
}

section {
    padding-top: 15px;
    padding-bottom: 15px;
    margin-left: 15px;
    margin-right: 15px;
}

.box-email, .box-senha {
    display: block;
}

.email, .senha  {
    display: block;
    width: 100%;
}

.login-footer {
    position: fixed;
    bottom: 0;
    width: 100%;
}

.section-divider form input,
.section-divider form button {
    height: 40px;
    width: 100%;
    max-width: 100%;
    display: block;
}

.box-login .box-senha .auth-toggle-password {
    border: 0;
    border: 1px solid #ced4da;
    border-left-width: 0 !important;
    border-right-width: 0 !important;
    background: #fff;
    padding: 0 4px;
}

.box-login-failed {
    margin-top:10px;
    display: inline-block;
    width: 100%;
    word-break: break-all;
    line-break: anywhere;
}

.create-account {
    color: #888;
    font-size: 1.2rem;
    font-weight: 400;
}

.create-account a {
    font-weight: 500;
}

.form .input-group input {
    border-right: 0;
}

.form .input-group select.input-error,
.form .input-group select.input-error:focus,
.form .input-group input.input-error,
.form .input-group input.input-error:focus,
.form .input-group input.input-error .input-group-text {
    box-shadow: 0 0 0 0.2rem rgb(220 53 69 / 25%);
    clip-path: inset(-5px 1px -5px -5px);
    border: 1px solid var(--red);
    border-right: 0;
    margin-right: -2px;
}

.form .input-group select.input-error,
.form .input-group select.input-error:focus {
    clip-path: inset(-5px -5px -5px -5px);
}

.input-group-append {
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    -webkit-border-top-right-radius: .25rem;
    -webkit-border-bottom-right-radius: .25rem;
    -moz-border-radius-topright: .25rem;
    -moz-border-radius-bottomright: .25rem;
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem;
}

.form .input-group input.input-error ~ .input-group-append,
.form .input-group input.input-error:focus ~ .input-group-append {
    box-shadow: 3px 0 0 0.2rem rgb(220 53 69 / 25%);
    clip-path: inset(-5px -5px -5px 0px);
}

.form .input-group input:focus {
    border-right: 0;
    clip-path: inset(-5px 2px -5px -5px);
    margin-right: -2px;
}

.form .input-group input ~ .input-group-append {
    margin-left: 0;
}

.form .input-group input:focus ~ .input-group-append {
    box-shadow: 0 0 0 0.2rem rgb(0 123 255 / 25%);
    clip-path: inset(-5px -5px -5px 0);
}

.form .input-group input:focus ~ .input-group-append .input-group-text {
    border: 1px solid #80bdff;
    border-left: 0 solid transparent !important;
}

.form .input-group input:focus ~ .input-group-append .auth-toggle-password {
    border: 1px solid #80bdff;
    border-left: 0 solid transparent !important;
    border-right: 0 solid transparent !important;
}

.form .input-group input.input-error ~ .input-group-append .input-group-text,
.form .input-group input.input-error ~ .input-group-append .auth-toggle-password,
.form .input-group input.input-error:focus ~ .input-group-append .auth-toggle-password {
    border: 1px solid var(--red);
    border-left: 0;
}

.form .input-group-text {
    background: transparent;
    border-left: 0;
}

.form .input-group .icon-success {
    color: var(--green);
}

.form .input-group .icon-error {
    color: var(--red);
}

.input-error + .error-message {
    font-size: .85rem;
    color: var(--red);
}

.fieldRequired {
    color: red;
}

.password-strength {
    display: block;
    height: 15px;
    position: relative;
    margin-bottom: 15px;
}

.password-strength::after {
    border-radius: 50px;
    content: attr(title);
    color: #fff;
    font-size: 10px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    transition: width 200ms ease-in-out;
    text-align: center
}

.password-strength[title='Força da senha']::after {
    background-color: #333;
    width: 100%
}

.password-strength[title='fraca']::after {
    background-color: #e74c3c;
    width: 33%
}

.password-strength[title='normal']::after {
    background-color: #f1c40f;
    width: 66%
}

.password-strength[title='forte']::after {
    background-color: #2ecc71;
    width: 100%
}
