html, body{
    height: 100%;
    width: 100%;
}

body{
    background-color: #1f538f;
    background-image: url(../images/background.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}

.logo{
    background-image: url(../images/cfs.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 120px;
    width: 120px;
    height: 50px;
    margin-left: 35%;
}

.logo-cli{
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
    width: 200px;
    height: 150px;
    right: -200px;
    margin-top: -48px;
    position: absolute;
}

.label{
    font-size: 16px;
    text-align: left;
    color: #3072ab;
}

.input{
    padding: 20px;
    font-size: 16px;
}