#app {
    min-height: 100vh;
    background: linear-gradient(150deg,#131313 15%,#070808 70%,#000 94%);
    display: grid;
    align-items: center;
}
#app h2 {
    color: #396a90;
    font-size: 11px;
    position: absolute;
    bottom: 0px;
    right: 86px;
}
.positionLogin {
    position: relative;
    top: -41px;
}
.invalid-feedback {
    display: none;
    width: 100%;
    margin-top: .25rem;
    font-size: 80%;
    color: #e3342f;
    position: absolute;
    font-size: 10px;
}
.center {
    text-align: center;
}
.logo {
    width: 244px;
}
.card {
    background-color: inherit;
}
.form-login {
    display: block;
    width: 100%;
    padding: 0.5rem 0.75rem;
    font-size: 1rem;
    line-height: 1.25;
    color: #464a4c;
    background-color: #fdfdfd;
    background-image: none;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0.25rem;
    -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
    -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
    height: 44px;
    padding-left: 48px;
}
.form-login:focus {
    background-color: #fff;
    border-color: #2962ff;
    outline: none;
    box-shadow: 0 0 0 0.2rem rgb(41 98 255 / 27%);
    color: #070808;
}
.iconForm {
    position: absolute;
    bottom: 3px;
    font-size: 18px;
    left: 17px;
    border-right: solid 1px #ccc;
    padding-right: 10px;
    padding: 10px;
    color: #404040;
}
.btn-primary {
    color: #fff;
    background-color: #2962ff;
    border-color: #2962ff;
    width: 100%;
    padding: 14px;
}
.labelMio {
    color: #fff;
    font-size: 13px;
    font-weight: 600;
}