.sidebar-subscribe-form {
    width: 300px;
    height: 268px;
    background: url('../../../../../../img/sidebar-subscribe-form.jpg') #f3eee8 no-repeat;
    padding: 30px 30px 0;
    margin-bottom: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
}

.sidebar-subscribe__title {
    font-size: 20px;
    line-height: 22px;
    color: #434343;
    text-transform: uppercase;
    margin: 0 0 5px;
    font-family: 'PT Sans Narrow';
    font-weight: 700
}

.sidebar-subscribe-form .inputstyle-2 {
    height: 31px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}

.sidebar-subscribe-form label {
    display: block;
    margin: 10px 0 17px;
}

.button-blue {
    padding: 10px 20px;
    background: rgb(52, 152, 219);
    color: #fff;
    text-transform: uppercase;
    font-size: 12px;
    border: none;
    outline: none;
    cursor: pointer;
}

.button-blue:hover {
    background: rgb(80, 131, 165);
}
.custom-tooltip {
    width: 200px;
    padding: 10px;
    background-color: #fff;
    border-radius: 4px;
    margin-top: 7px;
    box-shadow: 0 0 5px -1px rgba(0,0,0, 0.5);
    font-size: 14px;
    line-height: 17px;
    font-family: Arial, sans-serif;
    position:absolute;
    top:185px;
    z-index:400;
    display:none;
}

.custom-tooltip:before {
    content: "";
    position: absolute;
    top: -5px;
    left: 10px;
    width: 0px;
    height: 0px;
    display: block;
    border-style: solid;
    border-width: 0 10px 10px 10px;
    border-color: transparent transparent #fff transparent;

}
.input-error
{
    border-color: #f26c63 !important;
}
.input-sucess
{
    border-color: #6cb44d !important;
}