@import url('https://fonts.googleapis.com/css?family=Open+Sans|Source+Sans+Pro');
html {
    min-height: 100%;
}

body {
    background-color: #fff;
    font-family: 'Source Sans Pro', 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
}

a {
    color: #337ab7;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

#simpliform {
    padding: 15px;
}

.logo-wrapper {
    padding: 10px 15px 0px 15px;
}

.company-logo {
    display: block;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
}

#simpliform .form-password {
    max-width: 500px;
    margin: 0 auto;
}

.container {
    padding: 15px;
}

.text-center {
    text-align: center;
}

.text-right {
    text-align: right;
}

.p-l-lg {
    padding-left: 20px;
}

.payex-btn {
    color: #fff;
    background-color: #2ab27b;
    border-color: #259d6d;
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.6;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin-top: 10px;
}

.m-b-sm {
    margin-bottom: 5px;
}

.p-l-md {
    padding-left: 10px;
}

.support-info {
    margin-top: 20px;
}

.payex-btn:hover {
    color: #fff;
    background-color: #20895e;
    border-color: #196c4b;
}

.payex-btn:focus {
    color: #fff;
    background-color: #20895e;
    border-color: #0d3625;
}

.h-center {
    margin: 0 auto;
}

i.success-icon {
    color: #2ab27b;
    font-size: 48px;
    padding-bottom: 10px;
}

i.error-icon {
    color: #d9534f;
    font-size: 48px;
    padding-bottom: 10px;
}

.title {
    font-size: 18px;
    margin-top: 5px;
    margin-bottom: 10px;
}

.bold {
    font-weight: 800;
}

.payex-logo {
    margin-top: 25px;
}

.receipt-info {
    width: 80%;
    padding: 10px;
    margin-top: 20px;
    background: #f8f8f8;
    border-radius: 10px;
}

div.info-block {
    margin-bottom: 10px;
}

div.info-block:last-of-type {
    margin-bottom: 0px;
}

div.success-message {
    margin-bottom: 5px;
}

div.powered-by {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    padding-bottom: 10px;
    padding-top: 10px;
}

.powered-by a,
.powered-by a:visited,
.powered-by a:focus,
.powered-by a:active {
    color: #484848;
    line-height: 14px;
    font-size: 11px;
    text-decoration: none;
}

.powered-by a:hover {
    text-decoration: underline;
}


/* Medium Devices, Desktops */

@media only screen and (min-width: 768px) {
    body {
        background: #f2f2f2;
    }
    #simpliform {
        position: relative;
        z-index: 1;
        padding: 25px;
        background-color: #fff;
        box-shadow: 0 2px 3px rgba(10, 10, 10, 0.1), 0 0 0 1px rgba(10, 10, 10, 0.1);
    }
    .logo-wrapper {
        padding: 0 15px 10px 15px;
    }
    .wrapper {
        max-width: 750px;
        margin: 30px auto auto;
        padding: 0;
    }
}