.login-view{
    display: flex;
    justify-content : center;
    display: flex;
    justify-content: end;
    height: 100vh;
    align-items: center;
    background: url('/build/images/rees.jpg');
    background-size: cover;
}

.login-box{
    margin-right: 9vw;
}

.well {
    background-color: rgba(250,250,250,.4);
    padding: 35px;
    color: white;
}

.alert-danger{
    position: relative;
width: 100%;
margin: 0px
}