/* Start subscribe form style */
.form-subscribe {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 15px !important;
    background: #09b3c9;
    background: -webkit-gradient(linear, left top, left bottom, from(#09b3c9), color-stop(50%, #129fc9), to(#2379c9));
    background: -webkit-linear-gradient(top, #09b3c9, #129fc9 50%, #2379c9);
    background: -moz-linear-gradient(top, #09b3c9 0, #129fc9 50%, #2379c9 100%);
    background: -o-linear-gradient(top, #09b3c9 0, #129fc9 50%, #2379c9 100%);
    background: linear-gradient(180deg, #09b3c9, #129fc9 50%, #2379c9);
}
#subscribe .title {
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    line-height: 22px;
}
#subscribe .envelope {
    margin: 15px auto;
    width: 140px;
    height: 140px;
    background-image: url('/image/icons/envelope.png');
    background-size: cover;
}
#subscribe form {
    display: block;
    margin: 0;
}
#subscribe .form {
    font-size: 14px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 5px 0;
    border-radius: 3px
}
#subscribe .form div {
    margin-right: 7px;
    font-size: 16px;
    color: grey;
}
#subscribe .form input {
    background: #F8F8F8;
    border: 1px solid rgba(151, 151, 151, 0.35);
    font-size: 15px;
    color: #4A4A4A;
    border-radius: 3px;
    padding: 7px 13px;
    margin: 5px;
    width: calc(100% - 28px);
}
#subscribe .form .svg-inline--fa {
    padding: 5px;
    margin: 5px;
    color: #4cc7e9;
    width: 20px;
    height: 20px;
    min-width: 20px;
}
#subscribe button {
    height: 34px;
    width: 100%;
    background-color: #4cc7e9;
    color: #fff;
    font-size: 14px;
    border: none;
    border-radius: 3px;
    margin: 10px 0 10px;
}
#subscribe button[disabled="disabled"] {
    background: lightgray;
}
#subscribe .agree {
    font-size: 10px;
    line-height: 10px;
    font-weight: 300;
    color: #fff;
}
#subscribe .agree a {
    color: #6ee0ff;
}
#subscribe .success {
    width: 100% !important;
    padding: 2em 0 !important;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}
#subscribe .error {
    color: rgb(220, 53, 69);
}
/* End subscribe form style */