/*
html {
    background: url("../img/ayush-kumar-JsD-kkf4KMA-unsplash.jpg") no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

 */

body {
    background: rgba(255, 255, 8255, 0);
}

.form-signin. {
    padding: 1rem;
}

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

.form-signin input[type="text"] {
    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;
}

a,
a:hover {
    color: #265926;
    font-weight: normal;
}

a {
    text-decoration-style: dotted;
}

a:hover {
    text-decoration: none;
}