
#title_login {
    font-size: 28px;
    color: #87D5EF;
    font-weight: bold;
    text-transform: uppercase;
    width: 100%;
    text-align: start;
}
div#title {
    display: flex;
    align-items: center;
}
.roundLoading {
    border-radius: 20px;
}
.login-header {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
.dialog-footer {
    text-align: center;
}
.login-dialog {
    padding: 0;
}
.el-input {
    display: inline-flex;
}

