@import url(http://fonts.googleapis.com/css?family=Open+Sans);


.padding-bottom-2px {
    padding-bottom: 2px;
}
.subheading-font-clr1 {
    color: #ffffff;
    opacity: 0.7;
}

.font15px {
    font-size: 15px;
}

.padding-bottom-2px {
    padding-bottom: 2px;
}

.login_input input[type="email"],
.login_input input[type="password"] {
    border-left: 2px solid #831517;
    border-top: 0;
    border-bottom: 0;
    border-right: 0;
    height: 40px;
}

.login_input .form-control {
    background-color: #ededed;
}

.social-area {
    height: 350px;
}

.social-area a {
    color: #ffffff;
    text-decoration: none;
    outline: none;
    cursor: pointer;
}
.incentmark-bg {
    background: #18a75b;
    /*opacity: 0.7;*/
}
.google-bg {
    background: #E02F2F;
    opacity: 0.7;
}
.yahoo-bg {
    background: #4101af;
    opacity: 0.7;
}
.facebook-bg {
    background: #3c5a98;
    opacity: 0.7;
}
.incentmark,
.google,
.yahoo {
    margin-bottom: 40px;
}
/*.incentmark .col-xs-12,
.google .col-xs-12,
.yahoo .col-xs-12,
.facebook .col-xs-12{
    padding: 0 30px;
}*/
.incentmark .icon,
.google .icon,
.yahoo .icon,
.facebook .icon {
    border-right: 1px solid #fff;
    padding-left: 5px;
}
.social-links a {
    /*color: rgba(131, 21, 23, 0.55);*/
    color: rgba(131, 21, 23, 0.75);
    /*color: #ffffff;*/
    text-decoration: none;
    font-size: 10px;
}
.social-icons .icon{
    margin: 0 40px;
    padding: 0 10px;   
}
@media(max-width: 480px){
    .social-icons .icon{
        margin: 0 15px;
    }
}

/********************* FORGOT PASSWORD *************/


.forgot_pwd{
    height: 200px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus {
    outline: none;
}
.pwd_bg{
    border-radius: 10px;
    background-color: #ffffff;
}

.forgot_pwd h3{
    background-color: #831517;
    padding: 10px 5px;
    margin-top: 0;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    color: white;
    font-size: 24px;
    text-align: center;
}

.email input{
    height: 40px;
    background-color: #ededed;
    border-radius: 0;
}

/*Code by Raghu */

.custom-container .select_win_token, 
.custom-container .select_buy_token, 
.custom-container .select_auction_token,
.custom-container .token_details{
    display: none;
}


.card-selection{
    padding-left: 15px; 
    padding-right: 15px; 
    /*border: 1px solid #d3d3d3;*/
    margin-top: 20px;
}
.selection{
    padding: 5px;
    width: 200px;
    background: #fff;
    border-radius: 0;
    border: 1px solid #000;
}

.tile-lightred{
    background: #FE817D;
    color: #fff;
}
.tile-lightblue{
    background: #45CCCD;
    color: #fff;
}
.tile-lightorange{
    background: #FCBA59;
    color: #fff;
}
.tile-blocks .tile a img{
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.tile-blocks .tile input{
    margin-top: 20px;
}



.bg_f5f5f5{
    background: #f5f5f5;
}
.gift-brands .gift-brand{
    margin: 20px 0;
}
/*.gift-content{
    border: 1px solid #F2F1F1;
    border-radius: 5px;
}*/
.bg-grey{
    background: #F2F1F1;
    min-height: 250px;
}
.gift-success{
    border: 1px solid #A60C1B;
    padding: 10px;
}
.font_11{
    font-size: 11px;
}
.spec-views{
    margin-top: 3em;
}
.spec-views img{
    border: 1px solid #eee;
    padding: 10px 0;
}