body,html {
    color: #4c4c4c;
    height: 100%;
}
a,button,div,.form-control{
    transition:0.5s all;
    -webkit-transition:0.5s all;
    -moz-transition:0.5s all;
    -ms-transition:0.5s all;
    -o-transition:0.5s all;
}
a, a:hover{
    text-decoration:none;
}

/*=== Custom Styles ===*/

.wrapper{
    width: 100%;
    max-width: 650px;
    text-align: center;
    margin: auto;
    font-family: sans-serif;
    background-color: #fff;
    padding: 15px;
}
h2 {
    font-size: 22px;
    font-weight: bold;
        margin-bottom: 20px;
}
p {
    color: #223c67;
    margin-bottom: 20px;
    font-size: 18px;
}
.btn-default {
    width: 100%;
    border: 1px solid #eee;
    padding: 10px 15px;
    font-size: 22px;
        margin-bottom: 30px;
    display: block;
    color: #223c67;
    position: relative;
    -webkit-box-shadow: inset -2px -2px 7px 0px rgba(0,0,0,0.36);
-moz-box-shadow: inset -2px -2px 7px 0px rgba(0,0,0,0.36);
box-shadow: inset -2px -2px 7px 0px rgba(0,0,0,0.36);
}
.btn-default em{
    font-weight: bold;
}
.btn-default img {
    position: absolute;
    left: -17px;
    top: -3px;
}
.btn-default span{
    text-decoration: underline;
}
.img-sec img{
    margin-right: 70px;
    width: 100%;
}
.img-sec p {
    text-align: left;
    line-height: 1.3;
    font-size: 21px;
    color: #1e468f;
}
.btn-warning, .btn-warning.active, .btn-warning:active {
    background-image: url(../img/btn.png);
    background-size: contain;
    text-transform: uppercase;
    color: #fff;
    padding: 19px 15px;
    background-repeat: no-repeat;
    font-weight: bold;
    background-position: center;
    font-size: 20px;
    display: block;
    background-color: transparent;
    border: none;
    margin-left: -40px;
}
.btn-warning:hover,.btn-warning.focus, .btn-warning:focus,.btn-warning.active, .btn-warning:active, .open>.dropdown-toggle.btn-warning,.btn-warning.active.focus, .btn-warning.active:focus, .btn-warning.active:hover, .btn-warning:active.focus, .btn-warning:active:focus, .btn-warning:active:hover, .open>.dropdown-toggle.btn-warning.focus, .open>.dropdown-toggle.btn-warning:focus, .open>.dropdown-toggle.btn-warning:hover {
    background-color: transparent;
    border-color: transparent;
}
small{
    display: block;
    width: 100%;
    font-style: italic;
    margin-top: 5px;
        margin-left: -19px;
}
.f-p {
    margin-top: 30px;
    color: #5b739a;
    font-weight: lighter;
    font-size: 16px;
}
span#provider_img img {
    width: 300px;
}
#button-angle-right {
    font-size: 1.7em;
    font-weight: bolder;
    margin-left: 5px;
    vertical-align: middle;
}
#button-text {
    vertical-align: middle;
    font-size: 0.75em;
}

/* SPINNER STYLING*/
@keyframes spinner {
  to {transform: rotate(360deg);}
}
.spinner:before {
  content: '';
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100px;
  height: 100px;
  margin-top: -10px;
  margin-left: -10px;
  border-radius: 50%;
  border-top: 5px solid #07d;
  border-right: 5px solid transparent;
  animation: spinner .9s linear infinite;
}

/* MEDIA QUERIES */
@media (max-width: 767px){
h2,.btn-default,.img-sec p {
    font-size: 16px;
}
p,.f-p {
    font-size: 14px;
}
    .img-sec img {
    margin: auto;
}
    .btn-warning, .btn-warning.active, .btn-warning:active {
    padding: 15px;
    font-size: 14px;
    margin-left: 0;
}
    small {
    margin-left: 0;
}
}
