@import url('https://fonts.googleapis.com/css?family=Roboto:400,300,500,700');

body {
    color: #808080;
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    font-weight: 400;
}

.logo {
    width: 200px;
}

.logo img {
    width: 100%;
}

.paymentform {margin-top: 40px}

.payment-type {
    text-align: center;
    margin-top: 20px;
}

.payheader {
    color: #585858;
    border-bottom: 1px solid #1a1e21;
    padding: 10px;
}

.box{
    /*color: #fff;*/
    padding: 20px;
    display: none;
    margin-top: 20px;
}

label {
    margin-right: 15px;
    font-weight: bold;
    color: #767272;
}

.requiredfild {
    color: #ff0000;
}


.subscr {
    margin-top: 40px;
}


footer {
    position: relative;
    height: 50px;
    width: 100%;
}

p.copyright {
    position: fixed;
    /*bottom: 0;*/
    width: 100%;
    color: #fff;
    line-height: 20px;
    font-size: 0.9em;
    text-align: center;
    bottom:0;
    border: 1px solid #efefef;
    background-color: #8ea531;
    margin-bottom: 0;
}

p.copyright a {
    color: #fff;

}