.st-subscribe {
    margin-top: 20px;
    margin-bottom: 20px;
    width: 100%;
    height: auto;
}

.st-subscribe-form {
    margin-top: 20px;
    width: 100%;
    height: auto;
    display: flex;
    /*border-color: red;
    border-style: solid;*/
}

.subscribe-title {
    color: #0f85b5;
    font-weight: bold;
}

.field-title{
    padding-right: 20px;
    padding-bottom: 20px;
}

.user-input{
    margin: 10px;
}

.col-st {
    /*border-color: blue;
    border-style: solid;*/
    
    flex: 50%;
}

.section-title {
    font-weight: bold;
    margin-bottom: 10px;
}

.form-group {
    width: 80%;
}

.form-title {
    font-weight: bold;
}

label {
    display: inline;
    vertical-align: top;
}

.btn {
    margin: 10px;
}

.email-warning {
    color: red; 
    display: none;
}

span.text-danger {
    color: red;
    font-size: 22px;
    line-height: 22px;
}
