body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100vh;
    /* background-image: linear-gradient( rgb(230, 227, 227),rgb(219, 175, 91),rgb(223, 211, 211)); */

}

header {
    width: 100%;
    position: fixed;
    top: 0%;
    height: 10vh;

}


ul {
    display: flex;
    justify-content: space-between;
    padding: 0%;
    margin: 1%;
    /* align-items: center; */

}


h1 {
    margin: 0%;
    padding: 0%;
    /* color:rgb(212, 172, 52); */
    color: black;
    font-size: 2.5rem;
    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
    z-index: 7;
    font-weight: lighter;

}

h4{
    color: rgb(212, 172, 52);
    font-size: 12px !important;
    margin-top: -8% !important;
    margin-left: 2% !important;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif !important;


}


#logo {
    margin: 0%;
    padding: 0%;
}

#headerlast{
    margin-top: 1%;
}






form {
    margin-top: 10%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    align-items: center;
    background-color: #fff;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0);
    width: 30em;
    height: 25em;

}

button {
    /* border-radius: 8px; */
    border: 1px solid #ccc;
    transition: 0.1s;
    width: 6em;
    height: 2em !important;
    font-size: 16px !important;
    margin-top: 40px !important;
    background-color: rgb(0, 0, 0);
    color: rgb(255, 255, 255);
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif !important;
    font-weight: lighter;

}

#floatingPassword {
    height: 40px;
    width: 27em;
    border-radius: 0%;

}

#floatingInput {
    display: flex;
    height: 40px;
    width: 27em;
    border-radius: 0%;

}




button:hover {
    cursor: pointer;
    color: white;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    font-weight: bold !important;

}

p {
    font-size: medium;
    font-family: Arial, sans-serif;
}

a {
    font-size: 15px;
    padding-bottom: 30px;
    text-decoration: none !important;
}

h2 {

    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif!important;
    display: flex !important;
    justify-content: center !important;
    font-size: 2.5rem !important;
    font-weight: bold !important;
}

input {
    padding: 8px;
    margin-bottom: 16px;
    width: 27em;
    height: 1.5em;
    font-size: 16px;
    background-color: none;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}

#creat {
    color: black;
    padding-top: 5%;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}

#creat:hover {
    text-decoration: underline !important;
}

#forget {
    color: black;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}


#forget:hover {
    text-decoration: underline !important;
}

.form-control:focus 
{
    box-shadow: unset !important;
}
.form-control:hover,
.form-control:focus 
{
    outline: 1px solid #000 !important;
    border-color:#000 !important;
}
.form-control
{
    border: 1px solid #000 !important;
}
.form-floating:active>label {
    font-size: 6px !important;
}
.form-floating>label {
    line-height:6px !important;
}
.form-floating>label
 {
    transition:0.3s all !important;
}