﻿
body::before {
    content: "";
    display: block;
    position: fixed;
    z-index: -1;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #005bea;
    background: -webkit-linear-gradient(bottom, rgb(41 171 226 / 55%), rgb(255 255 255 / 32%));
    background: -o-linear-gradient(bottom, rgb(41 171 226 / 55%), rgb(255 255 255 / 32%));
    background: -moz-linear-gradient(bottom, rgb(41 171 226 / 55%), rgb(255 255 255 / 32%));
    background: linear-gradient(bottom, rgb(41 171 226 / 55%), rgb(255 255 255 / 32%));
    opacity: 0.9;
}
hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid white;
    width: 100px;
}
.txt-w {
    color:white !important
}
.txt-w {
    color:white
}
.card {
    background-color: transparent;
}
    .login-card-body, .register-card-body {
    background: #ffffff52;
    backdrop-filter: blur(8px);
}
.input-group-text {
    border: 0px solid #ced4da;
}
.login-card-body .input-group .input-group-text, .register-card-body .input-group .input-group-text {
    color: #17a2b8;
}
.form-control {
    border: white;
    border-bottom: 1px solid white;
    background-color: transparent;
    border-radius: 0 !important;
}
.btn-submit, .btn-submit:hover {
    background-color: rgb(0 0 0 / 45%);
    border-color: #ddd0;
    color: #fff;
    border-radius: 5rem;
    padding: 12px;
}
a {
    color: #17a2b8;
    text-decoration: none;
    background-color: transparent;
}
    a:hover {
        text-decoration:none;
        color:inherit
    }