.app-login-box
{
    width:400px;
    max-width: 100%;
    padding:40px;
    text-align:center;
    margin:auto;
    margin-top:300px;
    border:1px solid #efefef;
    border-radius: 10px;
    background-color: #fff;
}

label
{
    font-weight: bold;
    text-align: left;
    display: block;
}

.login-button-wrapper
{
    margin-left: auto;
    text-align: right;
}

.login-button-wrapper a
{
    margin-top: 8px;
    font-size: 12px;
    display: inline-block;
}

div.background
{
    position: absolute;
    top: 0px;
    left:0px;
    right:0px;
    bottom:0px;
    background-image: URL(/view/app/assets/images/login/login.jpg);
    background-position: center;
    background-size: cover;
}
