.form-group {
    margin-bottom: 0.3rem;
}

.LoginScreen {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    overflow: auto;
    display: flex;
    flex-direction: column;
    font-family: "Helvetica Neue",Helvetica,Arial,"Liberation Sans",sans-serif;
    font-size: 1rem;
    background: #0088c1 url('../images/back-ground-image.jpeg') 0 0 / cover no-repeat;
    background-position: center;
    min-height: 100vh;
    margin: 0;
    padding: 0;
}

.LoginWrapper {
    align-items: center;
    justify-content: center;
    display: flex;
    height: 100vh;
}

.center-wrapper {
    align-items: center;
    justify-content: center;
}

.LoginLogo {
    margin-left: 20px;
    margin-right: 20px;
    width: 150px;
}

.AppName {
}

.LoginForm {
    background-color: #fff;
    padding: 20px;
    width: 450px;
    border: solid 1px;
    border-radius: 5px;
}

.LoginButton {
    background-color: #d4af37;
    color: #fff;
    font-size: 1rem;
    border-radius: 8px;
}

.LoginLabel {
    font-size: 0.8rem;
}

.LoginInput {
    border-radius: 8px;
}