* {
    font-family: "DM Sans", sans-serif;
}

html,
body {
    height: 100%;
}

body {
    display: flex;
    align-items: center;
    padding-top: 40px;
    padding-bottom: 40px;
    /* background-image: linear-gradient(to bottom, rgb(248 249 250 / 50%), rgb(248 249 250)), url('../img/bg-login.jpg'); */
    /* background-image: url('../img/bg-login.jpg'); */
    /* background-repeat: no-repeat; */
    /* background-size: cover; */
    /* background-position: bottom; */
    /* background-color: #fcfcfc; */
}

.form-signin {
    width: 100%;
    max-width: 390px;
    /* margin: auto; */
    height: 100%;
    align-content: center;
    background-color: #fffffff7;
    padding: 20px 20px 50px;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
}

@media (max-width: 500px) {
    .form-signin {
        max-width: inherit !important;
    }
}

.form-signin form {
    /* background-color: rgb(255 255 255 / 75%); */
    /* box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px; */
    /* border-radius: 6px; */
    padding: 35px 25px;
}

.form-signin .checkbox {
    font-weight: 400;
}

.form-signin .form-floating:focus-within {
    z-index: 2;
}

/* .form-signin input[type="email"] {
    margin-bottom: -1px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.form-signin input[type="password"] {
    margin-bottom: 10px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
} */

.form-signin input[type="email"]:focus,
.form-signin input[type="password"]:focus {
    outline: 0 !important;
    box-shadow: none !important;
}

.logo-container {
    padding: 10px;
    /* background-color: #f9fafb; */
    border-radius: 4px;
    margin-bottom: 7px;
    display: flex;
    justify-content: center;
}

/*
.text-logo-title {
    font-size: 32px;
    font-weight: 500;
    color: #2c3e50 ;
}

.text-logo-subtitle {
    font-size: 15px;
    font-weight: 400;
    color: #05c0dd;
} */

.btn-outline-primary {
    color: #2c3e50 !important;
    border-color: #2c3e50b6 !important;
}

button:focus:not(:focus-visible) {
    outline: 0 !important;
    box-shadow: none !important;
}

.link-primary {
    color: #2c3e50b6 !important;
}

.link-primary:focus,
.link-primary:hover {
    color: #2c3e50 !important;
}

.btn-outline-primary:hover {
    color: #fff !important;
    background-color: #2c3e50 !important;
    border-color: #2c3e50b6 !important;
}

.alert.alert-warning {
    font-size: 13px;
    position: absolute;
    top: 10px;
    left: 50%;
    transform: translate(-50%, 10px);
    width: 90%;
}


.video-background {
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
    /* background-color: #f9fafbc9; */
}

.background-video {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    min-width: 100%;
    min-height: 100%;
    z-index: -1;
    object-fit: cover;
}

.form-signin {
    position: relative;
    z-index: 1;
}

#InputEmail1::placeholder,
#InputPassword1::placeholder {
    color: #2c3e50cf !important;
}

.form-check-input {
    cursor: pointer !important;
}

.form-check-input:focus {
    border-color: none !important;
    outline: 0 !important;
    box-shadow: none !important;
}

.form-check-input:checked {
    background-color: #2c3e50 !important;
    border-color: #2c3e50 !important;
}
