.subscribe_open_1 {
    cursor: pointer;
}
.subscribe {
    width:100%;
    height:100%;
    font-family: "LetoSans Thin";
    font-size: 16px;
    text-align: left;
}
.subscribe_send {
    font-family: 'LetoSans Thin',"Bebas Neue Book";
    clear: both;
    width: 94%;
    max-width: 90%;
    margin: 20px 0px 0px 0px;
    font-size: 24px;
    line-height: 34px;
    padding: 10px;
    text-align: center;
    font-weight: 700;
    cursor: pointer;
    text-decoration: none;
    border-style: solid;
    border-width: 2px;
    border-color: rgb(237, 107, 33);
    transition: background-color 0.1s linear 0s, color 0.1s linear 0s;
    color: rgb(255, 255, 255);
    position: relative;
    background-color: rgb(237, 107, 33);
}
.subscribe_input {
    font-family: 'LetoSans Thin',"Bebas Neue Book";
    border: 0px solid rgb(237, 107, 33);
    border-bottom: 2px solid rgb(237, 107, 33);
    width: 90%;
    background: transparent;
    margin: 10px 0px;
    font-size: 24px;
}
.subscribe_checkbox {
    float: left;
    margin-right: 5px;
}
.subscribe_surname {
    position: absolute;
    left: -9999px;
}
.formgroup {
    float: left;
    margin-left: 0;
    margin-top: 15px;
    clear: both;
    width: 100%;
}
.checkbox {
    display: inline-block;
    margin-right: 10px;
}

.lp_vestaswcross_afterquest_btn:hover, .subscribe_send:hover {
    background-color: #fff;
    color: rgb(237, 107, 33);
    border-color: rgb(237, 107, 33);
}