h2 {
    margin: 5px 0;
    text-align: center;
}

#content {
    font-family: "Opensans", 'Sans-serif';
}

.redirect_to_payment {
    border: 1px solid #eee;
    background: #dff0d8;
    display: none;
    margin: 20px 0;
    padding: 15px;
}

.redirect_to_payment a {
    display: inline-block;
    background: #a9db80;
    background: -moz-linear-gradient(top, #a9db80 0%, #96c56f 100%);
    background: -webkit-linear-gradient(top, #a9db80 0%, #96c56f 100%);
    background: linear-gradient(to bottom, #a9db80 0%, #96c56f 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a9db80', endColorstr='#96c56f', GradientType=0);
    padding: 10px 15px;
    border: 1px solid #aaa;
    color: #555;
}

.redirect_to_payment a:hover, .redirect_to_payment a:active, .redirect_to_payment a:focus {
    background: #a9db80;
    color: #555;
    text-decoration: none;
}

label[for="id_count_apps"],
label[for="id_customerNumber"] {
    width: 45%;
}

.exist_promocode {
    text-align: center;
    color: red;
    position: relative;
    top: 25px;
    font-size: 18px;
}

#checkPromocode {
    display: block !important;
    margin: 10px auto;
    position: relative;
    top: 25px;
}

@media screen and (max-width: 768px) {
    #checkPromocode {
        display: block !important;
        margin: 10px auto;
        position: relative;
        top: 25px;
    }
}

#license_transfer_btn {
    background-color: #1659b1;
    border: 0;
    font-size: 16px;
    color: #fff;
    padding: 10px 15px;
    top: 15px;
    position: relative;
    margin-left: 30%;
}

hr {
   border: none;
    color: #333;
    background-color: #333;
    height: 2px;
}