.login .content .form-actions .btn {
    width: 100%;
}
.login .content .form-actions {
    border-bottom: none;
}
.separador-social-auth {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    text-transform: uppercase;
    border: none;
    font-size: 12px;
    font-weight: 500;
    margin: 0;
}
.separador-social-auth:after, .separador-social-auth:before {
    content: "";
    border-bottom: 1px solid #c2c8d0;
    flex: 1 0 auto;
    height: 0.2em;
    margin: 0;
}
.separador-social-auth span {
    text-align: center;
    flex: 0.2 0 auto;
    margin: 0;
}
.social-auth {
    margin-top: 24px;
    margin-bottom: 24px;
}
#auth-microsoft {
    display: flex;
    position: relative;
    background: #fff;
    align-items: center;
    justify-content: center;
    width: 100%;
    font-size: 14px;
    font-family: inherit;
    height: 52px;
    border: 1px solid #c2c8d0;
    border-radius: 3px;
    color: #2d333a;
    cursor: pointer;
    outline: 0;
    transition: box-shadow .15s ease-in-out,background-color .15s ease-in-out;
    text-decoration: none;
}
#auth-microsoft:hover {
    box-shadow: inset 0 0 0 150px rgba(0,0,0,.1);
}
.logo-microsoft {
    background-image: url('../../img/logo_microsoft.svg');
    display: inline-block;
    margin-right: 10px;
    width: 20px;
    height: 20px;
    position: relative;
}
.error-login {
    margin-top: 5px;
    color: red !important;
}