.wrapper{
    /*background: url("/frontend/images/giftcode/bg.jpg") center top;*/
    background: url("/frontend/images/other/bg.jpg") center top;
    background-size: auto 100%;
}
main{
    padding: 50px 0;
    min-height: auto;
}
main img{
    max-width: 100%;
}
.code-container{
    width: 100%;
    max-width: 450px;
    margin: 0 auto;
}
.code-container .page-title{
    pointer-events: none;
}
.code-container .input-group{
    border: 1px solid #ff5cb2;
    border-radius: 10px;
}
.code-container .input-group-text{
    background: #ff5cb2;
    color: white;
    font-weight: bold;
    border: 1px solid #ff5cb2;
    border-radius: 8px;
    min-width: 145px;
}
.code-container .form-control{
    border: 1px solid #ff5cb2;
    border-radius: 8px;
    font-weight: bold;
}
.desc-code{
    text-transform: uppercase;
    color: #ff5cb2;
    font-size: 12px;
}
.submit-code,.submit-code:focus{
    border: none;
    outline: none;
}
.submit-code{
    width:250px;
    height:52px;
    display:inline-block;
    overflow:hidden;
    background-repeat: no-repeat;
    background-image:url(/frontend/images/giftcode/submit.png);
    background-position: -250px -0px;
    cursor: pointer;
}
.submit-code:hover,.submit-code:focus {
    background-position: -0px -0px
}
.code-container .loading{
    max-width: 40px;
}
.code-container .result-alert{
    height: 89px;
}
.code-container .result{
    font-weight: bold;
}
@media only screen and (max-width: 500px) {
    .code-container{
        padding: 15px;
    }
}