﻿body {
    height: 100vh;
    min-height: 100vh;
}


.login-body {
    background-image: url(images/CPLogin.jpg);
    background-color: #e2e1d9;
    background-repeat-y: no-repeat;
    background-position-x: right;
    background-size: cover;
    /*overflow:hidden;*/
}

footer {
    color: white;
    position:absolute;
    right:0;
    bottom:0;
    height:15px;
    margin: 5px;
}