#subscriptionbottom{
    margin-top: 10px;
    width: 300px;
    position: relative;
}
#subscriptionbottom .sbtitle{
    font-size: 13px;
    color: #aaa;
}
#subscriptionbottom .sbinput{
    width: 184px;
    color: #000;
}
#subscriptionbottom .sbsubmit{
    color: #fff;
    text-decoration: none;
    font-size: 13px;
    border: 1px dotted #aaa;
    border-radius: 6px;
    padding: 3px 10px;
    display: block;
    position: absolute;
    right: 0;
    top: 20px;
}
#subscriptionbottom .sbsubmit.sbactive,
#subscriptionbottom .sbsubmit:hover{
    background-color: #000;
    color: #fff;
    box-shadow: 0px 0px 6px rgba(255, 255, 255, 0.5);
}
.sbagreement{
    margin-top: .5rem;
}
.sbagreement.error a{
    color: red;
}
#subscriptionbottom input[type='checkbox']{
    margin-top: 5px;
}
#subscriptionbottom label{
    display: inline-block;
    vertical-align: top;
    max-width: calc(100% - 25px);
    line-height: 14px;
    padding-top: 3px;
}
.sbagreement a{
    color: #aaa;
    font-size: 12px;
}
.sbagreement a:hover{
    color: #fff;
    text-decoration: none;
}
