body{
    height: 100%;
}

.title-trustly {
    font: bold 14px/25px Verdana;
    color: #fff;
    margin-left: 10px;
}

.withdraw-trustly {
    width: 70px
}

.paymentbutton-trustly {
    left: 160px;
    background: #ff8806 linear-gradient(#edb63f, #ff8806);
    color: #212121;
    height: 30px;
    width: 160px;
    font: bold 16px/19px arial,helvetica,clean,sans-serif;
    letter-spacing: 1px;
    border-radius: 20px;
    border: none;
    margin-top: 1rem;
}


.input-trustlyhundred {
    padding-left: 5px;
    width: 100%;
    height: 20px;
    background-color: #363636;
    border: 1px solid #474747;
    border-radius: 10px;
    color: #fff;
    padding: 0 8px;
}

.input-trustly {
    padding-left: 5px;
    width: 85px;
    height: 20px;
    background-color: #363636;
    border: 1px solid #474747;
    border-radius: 10px;
    color: #fff;
    padding: 0 8px;
}

.button-trustly {
    left: 160px;
    background: #ff8806 linear-gradient(#edb63f, #ff8806);
    color: #212121;
    height: 30px;
    width: 160px;
    font: bold 16px/19px arial,helvetica,clean,sans-serif;
    letter-spacing: 1px;
    border-radius: 20px;
    border: none;
    margin-top: 1rem;
}

/* Custom, iPhone Retina */ 
@media only screen and (min-width : 320px) {
 #color {
    color:white;
}
}

/* Extra Small Devices, Phones */ 
@media only screen and (min-width : 480px) {
 #color {
        color:white;
    }
}

/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {
    #color {
        color:white;
    }
}
