#epay {
    background-image: url(../images/bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom;
    padding: 60px 0 0;
    overflow: hidden;
}

#epay #image1 {
    position: absolute;
    bottom: 0;
    left: 0;
}
#epay #image2 {
    position: absolute;
    bottom: 0;
    right: 0;
}
#epay .box {
    background-image: url(../images/bg2.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    margin-top: 60px;
    margin-bottom: 60px;
    padding: 15px;
}
#epay .box form {
    background-color: #fff;
    padding: 30px 60px;
}
#epay .box form label {
    position: relative;
    margin: 0;
    margin-top: 30px;
}
#epay .box form label img {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}
#epay .box form label p {
    color: #666;
    margin: 0;
    margin-left: 30px;
}
#epay .parsley-required {
    list-style: none;
    color: red;
}
#epay .parsley-errors-list {
    padding-left: 0;
}
#epay .form-control {
    margin-top: 5px;
    border-radius: 0;
}
#epay button {
    margin-top: 45px;
    margin-bottom: 30px;
    background-image: url(../images/bg2.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    color: #fff;
    width: 150px;
    border-radius: 16px;
}
#epay button:hover {
    background-color: #666;
    background-image: none;
}
#epay .box:hover img {
    filter: none;
}
#epay .box label:hover img {
    filter: brightness(50%);
    -webkit-filter: brightness(50%);
}

.squaredFour {
    position:relative;
}
.squaredFour label {
    width:33px;
    height:33px;
    cursor:pointer;
    position:absolute;
    top:0;
    left:0;
    background:#fff;
    border:1px solid #b1b0b1;
    border-radius:0;
}
.squaredFour label:after{
    content:'';
    width:20px;
    height:10px;
    position:absolute;
    top:7px;
    left:5px;
    border:1px solid #666;
    border-top:none;
    border-right:none;
    background:transparent;
    opacity:0;-webkit-transform:rotate(-45deg);
    transform:rotate(-45deg);
}
.squaredFour label p {
    position:absolute;
    left:30px;
    top:3px;
    width:400px;
    text-align:left;
    font-weight:700;
}
.squaredFour input[type=checkbox]{
    visibility:hidden;
    position: absolute;
    z-index: -1;
}
.squaredFour input[type=checkbox]:checked + label:after {
    opacity:1;
}
#epay a {
    color: #faa411;
}
#epay a:hover {
    color: #666;
}

@media only screen and (max-width: 600px) { 
    .squaredFour label p {
        top: -5px;
        width:200px;
    }
    #epay .box form {
        padding: 30px 30px;
    }
}

#ebutton {
    position: absolute;
    bottom: -43px;
    left: -100px;
    z-index: 1000;
    background-color: #3d7d3d;
    box-shadow: 0px 5px 10px rgba(0,0,0,0.3);
    padding: 10px 15px;
    border-bottom-right-radius: 20px;
    border-top-right-radius: 20px;
    transition: 0.3s left ease;
    -webkit-transition: 0.3s left ease;
    -moz-transition: 0.3s left ease;
}
#ebutton:hover {
    left: 0;
}
#printlogo {
    max-height: 109px;
}