.controls{
    position: relative;
}
.error .help-inline {
    text-align: left;
    display: table;
    margin: 0 auto;
    color: #444;
    font-weight: bold;
}
.error span.help-inline{
    margin: 5px auto;
    padding: 5px 0;
}
.error .help-inline:before {
    width: 23px;
    height: 23px;
    content: "\f12a";
    border-radius: 50%;
    margin-right: 5px;
    padding: 5px;
    font-size: 12px;
    line-height: 1.5;
    color: #fff;
    background-color: #fa4747;
    border-color: #fa4747;
    display: inline-block;
    margin-top: -4px;
    margin-left: 10px;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    font: normal normal normal 12px FontAwesome;
}
#riminder{
    border-radius: 5px;
    border: solid 1px #fff;
    background-color: rgb(7,180,89);
    border: 1px solid rgb(7,180,89);
    color: #fff;
    font-weight: 700;
    height: 60px;
    font-size: 16px;
    width: 90%;
    margin: 30px auto 10px;
    padding: 10px 0;
}
#riminder:hover{
    background-color: #fff;
    color: rgb(7,180,89);
}