body {
    color: #000000;
    font-style: normal;
    font-weight: 400;
    line-height: 1.3;
    font-size: 14px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    padding: 0;
    margin: 0;
}
* {
    box-sizing: border-box;
}
.siteheader ,
.sitefooter{
    background:#222222;
    width: 100%;
    position: relative;
}
.siteheader {
    padding: 2px 30px;
}
.sitefooter {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    flex-wrap: wrap;
    padding: 13px 30px;
}

h1 {
    font-weight: 400;
    text-align: center;
    width: 100%;
    font-size: 30px;
    position: relative;
    margin: 0 auto;
    padding: 15px 10px;
}
.page-title {
    padding-bottom: 10px;
    position: relative;
    width: 100%;
    border-bottom: 1px solid #EEEEEE;
    margin-bottom: 20px;
}
.btn-primary {
    margin: 0;
    padding: 5px 25px;
    background: #F78026;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.75;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    border-radius:0;
    cursor: pointer;
    border: none;
    transition: all 0.3s;
}
.btn-primary:hover {
    background: #DA4927;
}
.authorize-form,
.authorize-form form{
 text-align: center;
}
.sitewrapper {
    max-width: 1400px;
    margin: 0 auto;
    position: relative;
    padding: 30px;
    width: 100%;
}
.content {
    width: 100%;
    position: relative;
}
.authorize-clarification {
    text-align: center;
    margin: 15px auto 35px auto;
    font-size: 14px;
    line-height: 18px;
    padding: 0 10px;
}

.token-data {
    text-align: center;
    font-size: 14px;
    line-height: 18px;
}
.authorize-wrapper {
    min-height: 300px;
}
.sitefooter a,
.siteheader a{
    display: block;
}
.sitefooter .powered-by {
    white-space: nowrap;
}

.sitefooter .powered-by a,
.sitefooter .powered-by p{
    display: inline-block;
    vertical-align: top;
}
.sitefooter .powered-by a{
    color: #fff;
    font-size: 12px;
    text-decoration: none;
}
.sitefooter .powered-by p{

    font-size: 12px;
    color: #8a8a8a;
    font-weight: 100;
    line-height: 12px;
    margin: 0;
}
.sitefooter .powered-by a:hover {
    text-decoration: underline;
}
@media all and (min-width: 768px){
    .authorize-clarification {
    max-width: 52%;
    }
}
@media all and (max-width: 767px){
    .authorize-clarification {
        max-width: 90%;
    }
}
@media all and (min-width: 851px) and (orientation:landscape) {
.sitefooter{
    position: absolute;
    bottom: 0;
    top: auto;
    right: 0;
    left: 0;
}
}
@media all and (max-width: 1024px) and (orientation:portrait) {
    .sitefooter{
        position: absolute;
        bottom: 0;
        top: auto;
        right: 0;
        left: 0;
    }
}
