@charset "UTF-8";

/* CSS Document */

* {
    outline: 0 !important;
}

html {
    background: url('../images/bg_login.png') no-repeat center center fixed, linear-gradient(180deg, rgba(0, 16, 37, 1) 0%, rgba(0, 28, 77, 1) 50%, rgba(0, 16, 37, 1) 100%);
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
}

body {
    background: transparent;
}

input[type="color"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="email"],
input[type="month"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="time"],
input[type="url"],
input[type="week"],
select:focus,
textarea {
    font-size: 16px;
}

.me_login {
    max-width: 700px;
    background: rgb(4 8 23 / 68%);
    backdrop-filter: blur(13px);
    -webkit-backdrop-filter: blur(13px);
}

.me_login>.card-heading {
    height: auto;
    aspect-ratio: 100/30;
}