.container {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.content {
    background-color: rgba(255, 255, 255, 1);
}

.logoDiv {
    position: absolute;
    left: 50%;
    margin-left: -68px;
    top: 47%;
    margin-top: -25px;
}

.logo {
    width: 200px;
    height: 60px;
}

.buttonDiv {
    position: absolute;
    left: 46%;
    margin-left: -68px;
    top: 56%;
    margin-top: -25px;
}

.button {
    background-color: rgba(65, 180, 230, 1);
    color: rgba(255, 255, 255, 1);
    font-size: 14px;
    width: 150px;
    height: 40px;
    border: none;
    cursor: pointer;
}

.foot {
    height: 50px;
    background-color: rgba(61, 205, 88, 1);
    color: rgba(255, 255, 255, 1);
    position: absolute;
    width: 100%;
    bottom: 0;
    margin-top: 17px;
    font-size: 12px;
}

.backNo {
    color: rgba(255, 255, 255, 1);
    text-decoration: none;
}

.footLeft {
    width: 55%;
    float: left;
    text-align: center;
}

.footRight {
    width: 35%;
    float: right;
    text-align: center;
}

.schneiderLogo {
    width: 200px;
    height: 40px;
    margin-top: 5px;
}

.class1 {
    margin-left: 60px;
}

.class2 {
    margin-top: 17px;
    float: left;
    width: 80%;
    text-align: right;
}

.class3 {
    float: left;
    margin-top: 10px;
    margin-left: 20px;
}
.class4 {
    width: 35px;
    height: 35px;
}