

.main-lnk {text-decoration: none!important;}

.form {
    display: block;
    max-width: 500px;
    width: 100%;
    border-radius: 10px;
    border: 3px solid #ff0000;
    box-sizing: border-box;
    margin: 35px auto;
    padding: 30px 15px;
    box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.75);
    text-align: center;
}
.form img {
    max-width: 50%;
}
.input-wrapper {
    margin-bottom: 15px;
}
.prices {
    text-align: center;
    line-height: 1.35;
    padding: 15px 0;
}
.form .al-cost-promo {
    text-decoration: line-through;
    opacity: 0.7;
    font-size: 24px;
}
.form .al-cost {
    font-size: 30px;
    font-weight: 700;
    color: green;
}
.input-wrapper input {
    padding: 10px 0 10px 15px;
    width: 100%;
}
.al-form button {
    background: #DE0043;
    color: #fff;
    display: block;
    font-size: 20px;
    width: 100%;
    text-transform: uppercase;
    font-weight: bold;
    outline: none;
    cursor: pointer;
    border: none;
    padding: 10px 20px;
    text-align: center;
    width: 100%;
    box-shadow: 3px 5px 10px 0px rgba(0,0,0,0.43);
    border-radius: 5px;
    margin: 0 auto;
    display: block;
}
.al-form button:hover {
    text-decoration: none;
    color: #fff;
    background: #d20040;
}
