body {
    overflow: visible;
}

/* Preloader */
#preloader {
    display: none;
    position: fixed;
    top:0;
    left:0;
    right:0;
    bottom:0;
    background-color:#fff; /* change if the mask should have another color then white */
    z-index:99; /* makes sure it stays on top */
}

#status {
    width:200px;
    height:200px;
    position:absolute;
    left:50%; /* centers the loading animation horizontally one the screen */
    top:50%; /* centers the loading animation vertically one the screen */
    background-image:url('../img/preloader.gif'); /* path to your loading animation */
    background-repeat:no-repeat;
    background-position:center;
    margin:-100px 0 0 -100px; /* is width and height divided by two */
}

.phone-number span{
    display: inline-block;
    width: 30px;
    height: 30px;
    float: left;
    position: absolute;
    left: 26px;
    top: 42px;
    color: #495057;
}

#phone{
    padding-left: 40px;
    padding-top: 11px;
}

.container{
    margin-top: 15px;
    max-width: 350px;
}

.lookup-form{
    width: 200px;
    margin: 0 auto;
}

.phone-validate,
.creditly-card-form,
.lookup-form{
    border: 1px solid rgba(0,0,0,.15);
    padding: 25px;
}

.phone-validate .submit,
.creditly-card-form .submit,
.lookup-form a.submit,
.lookup-form .submit{
    background-color: lightskyblue;
    border: none;
    width: 100%;
    height: 40px;
    color: #fff;
    cursor: pointer;
    margin-top:10px;
}
.lookup-form a.submit{
    display: block;
    text-align: center;
    padding-top: 7px;
}
.submit:hover{
    background: cornflowerblue;
}

.submit:disabled{
    background: grey;
}
.lookup-form a.submit:hover{
    color: #fff;
}

.phone-validate input,
.creditly-card-form input,
.lookup-form input{
    border-radius: 0;
}

.card-type{
    display: none;
    text-align:right;
    margin-top:10px;
    margin-right:10px;
    min-height:20px;
    margin-bottom:-15px
}

input[type=tel]#cvc {
    text-security: disc;
    -webkit-text-security: disc;
    -moz-text-security: disc;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    /* display: none; <- Crashes Chrome on hover */
    -webkit-appearance: none;
    margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}

.footer__logo{
    width: 100%;
    max-width: 800px;
    min-width: 320px;
    margin: 50px auto;
    text-align: center;
}

.footer__logo .footer__logo_link {
    display: inline-block;
    text-align: justify;
    vertical-align: middle;
}

.footer__logo img{
    max-width: 100%;
    width: auto;
    max-height: 40px;
    margin: 5px;
}

.logo{
    text-align: center;
}

.logo img{
    text-align: center;
    width: 200px;
    margin: 0 auto 15px;
}