body{
font-family: sans-serif;
}
label{
width: 20%;
text-align: left;
align-content: center;
}
input {
    border: 2px solid #fff;
    border-radius: 0%;
    padding: 10px;
    background-color: #fff;
    text-align: left;
    box-sizing: border-box;
}
input:focus {
    outline: none;
    border: 2px solid #CFD9D8;
}
button{
    margin: 10px;
}
h1{
    color: #000;
    font-size: 2em;
    font-weight: normal;
    margin: 40px 0 30px 0;
    justify-self: center;
}
h2{
    font-weight: bold;
    justify-self: center;
    
}
span {
    justify-self: center;
}
.form-control {
    width: 40%;
}
.language {
    color: #000;
    text-decoration: none;
    margin: 0 5px;
    vertical-align: middle;
}
.language:hover {
    color: #ddde3a
}
a.accountlink {
            color: #000;
            text-decoration: underline black;
            font-size: small;}
.otheroptions {
    display: flex;
    align-self: flex-start;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin-top: 20px;
    width: 40%;
    justify-self: center;
}
.otherlinks {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: flex-end;
}
.text-danger {
    background-color: salmon;
    margin: 10px;
    text-align: center;
}
.login_form {
    width: 70%;
    background-color: #f6f6f6;
    display: flex;
    flex-direction: column;
    justify-self: center;
    align-items: center;
    row-gap: 20px;
    padding: 20px;
}


.form-floating {
    width: 100%;
    justify-content: center;
    text-align: center;
}   
.login_container {
    display: flex;
    flex-direction: row;
    gap: 10px;
    justify-content: center;
    align-items: center;
    width: 100%;
    background-color: #f6f6f6;
    justify-self: center;
}
.navigator{
    display: flex;
    flex-direction: row;
    justify-self: center;
}
.nav-link {
    color: #000;
    text-decoration: none;
    font-weight: normal;
}
.nav-link:hover {
    color: #ddde3a;
    text-decoration: none;
    font-weight: normal;
}
.alert_button {
    background-color: #ddde3a;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    border: none;
}
.alert{
    width: 70%;
    justify-self: center;
    justify-items: left;
}