body {
    background-color: #eee;
    box-sizing: border-box;
    background-image: url("http://wealthsolutions.britech.global/file/read/481");
    backgroud-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    
}

#loginForm {
    background-color: transparent;
    border: 1px solid #00000025;
    width: 300px;
    margin: 120px auto;
    padding: 20px;
    border-radius: 10px;
}

#submit-btn {
    width: 100%;
    margin-top: 30px;
    margin-bottom: 10px;
    background-color: #468cc8;
    color: #fff;
}

ul {
    padding-left: 15px;
}

    ul li {
        color: red;
    }

.field-validation-error {
    display: block;
    color: red;
    margin: 12px;
}

@media (min-width: 2000px) {
    body {
        background-image: url("http://wealthsolutions.britech.global/file/read/514");
    }
}
