/* Start subscribe form style */
.form-subscribe {
    margin: auto 0;
    box-sizing: border-box;
    padding: 20px !important;
    background: #09b3c9;
    background: linear-gradient(180deg, #09b3c9, #129fc9 50%, #2379c9);
}
#subscribe .title {
    font-family: 'Inter', Arial, sans-serif;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    line-height: 22px;
    text-transform: uppercase;
}
#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 .svg-inline--fa {
    margin-left: 5px;
    color: #4cc7e9;
    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 {
    font-size: inherit;
    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 */