#vue-case-subscribe{
    min-height: 200px;
}

#vue-case-subscribe button {
    color: white;
    background-color:rgb(0,104,0);
    padding: 5px 10px;
    font-size: 16px;
    margin-top: 10px;
    border: none;
}

#vue-case-subscribe button:disabled {
    opacity: 0.6;
    cursor: not-allowed;
}

#vue-case-subscribe .status-message {
    background-color: #FDF7ED;
    border-color: #F0AD4E;
    border-style: solid;
    border-width: thin;
    margin: 10px 0px;
    padding: 5px;
}

.loader {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: #eceaea;
    background-image: url('../assets/spinner.gif');
    background-size: 200px;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 10000000;
    opacity: 0.4;
    filter: alpha(opacity=40);
}