#container{width: 900px; height: 700px;text-align: left;}
#oldNameBox {position: absolute; width: 400px;height: 100px; border: 1px solid grey;}
#oldNameBoxTitle {width: inherit;background-color: grey;padding: 4px 0 4px 0;}
#newNameBox {position: relative; left: 450px; width: 400px;height: 100px; border: 1px solid #660000;}
#newNameBoxTitle {width: inherit;background-color: #660000;padding: 4px 0 4px 0;}
.alert.alert-danger {
    width: 50%;
    margin: auto;
    padding: 5px;
}
.password-error-list {
    list-style: none;
    font-size: 12px;
    font-weight: bold;
    margin: 0;
}
.alert.alert-danger.bsloginerrorstyle{
    font-weight: bold;
    font-size: 12px;
    text-align: center;
    padding: 15px;
    margin-bottom: 20px;
    width: auto;
}

#passwordRequirements {
    position: absolute;
    z-index: 1001;
    background-color: #fff;
    padding: 1em;
    border: 1px solid #ccc;
    border-radius: 5px;
    box-shadow: 0 5px 10px rgba(0,0,0,0.2);
    width: max-content;
}