.wrap-background{
    background: url(../img/roll/3.JPG) no-repeat top;
    background-size: cover;
}

.flex-po-box{
    height: 600px;
}

.login-box{
    width: 456px;
    position: absolute;
    right: 0px;
    top: 80px;
    background-color: white;
    padding: 40px 53px 40px;
}

.form-box{
    margin-bottom: 30px;
}

.form-box input{
    height: 40px;
    width: 100%;
    border: none;
    border-bottom: #b2b2b2 1px solid;
}

.form-box input:focus{
    outline: none;
}

.flex-row{
    display: flex;
    justify-content: space-between;
}

.flex-row span{
    height: 16px;
}

.flex-row span label{
    display: inline-block;
    height: 16px;
    color: grey;
    margin-left: 8px;
    font-size: 13px;
    line-height: 16px;
    position: relative;
    top: -3px;
}

.flex-row span input{
    height: 16px;
    width: 16px;
    display: inline-block;
}

.form-box span a{
    font-size: 14px;
    color: #0052d9;
}

.blue-button{
    background-color: #0052d9;
    color: white;
}

.blue-button-border{
    background-color: white;
    color: black;
    border: 1px #0052d9 solid !important;
}

.box-bottom-border{
    border-bottom: 1px grey solid;
}