@import url('https://fonts.googleapis.com/css?family=Lato:400,700,900');

body {

    font-family: 'Lato', sans-serif;

}

section#wrapper {

    /*background: url(./images/bg.jpg);*/

    width: 100%;

    padding: 80px 0;

	background-size: cover;

}

.white-box {

    background: #fff;

    padding: 25px;

    margin-bottom: 15px;

	text-align: center;

	border-radius: 10px;

    box-shadow: 0 0 20px #292929;

}

.card-box {

    width: 500px;

    margin: 0 auto;

    position: absolute;

    top: 50%;

    left: 50%;

    transform: translate(-50%, -50%);

}

.white-box .box-title {

    margin: 0 0 12px;

    font-weight: 900;

    text-transform: uppercase;

    font-size: 18px;

    margin-bottom: 20px!important;

}

select#card_amt {

    width: 100%;

    border-radius: 4px;

    padding: 10px 8px;

    color: #a5a5a5;

    -webkit-appearance: none;

    background: url(./images/sort-down.png) scroll 96% 50%;

    background-repeat: no-repeat;

}

.white-box a.lgo {

    display: inline-block;

    margin-bottom: 20px;

}

.white-box a.lgo img {

    width: 200px;

}



@media (max-width:540px) {

.card-box {

    width: 90%;

}

}