/*Front*/
.subscribo__form input{
	position: relative;
    top: -1px;
    margin-top: 5px;
    padding: 0 5px;
    height: 22px;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #ccc;
    -moz-border-radius-topleft: 3px;
    -moz-border-radius-bottomleft: 3px;
    -webkit-border-radius-topleft: 3px;
    -webkit-border-radius-bottomleft: 3px;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    font-size: 10px;
    color: #999;
}
.subscribo__form .form-group{
	margin-bottom: 10px;
}
.subscribo__subscribe{
	padding: 3px 7px;
    border: none;
    color: #fff;
    text-shadow: 0 1px 0 #000;
    background-color: #111;
    cursor: pointer;
}
.subscribo__form label{
	font-size: 12px;
}
.subscribo h3{
	margin-bottom: 10px;
	padding: 6px 11px;
    font-size: 12px;
    color: #fff;
    text-shadow: 0 1px 0 #000;
    text-transform: uppercase;
    background: #383838;
    text-align: left;
    font-weight: bold;
}