

.errorlist {
  position: relative;
  padding: 1.5rem 2rem;
  color: #fff;
  border-radius: 10px;
  background-color: red;
}

.errorlist:after {
  position: absolute;
  bottom: -9px;
  left: 1em;
  width: 0;
  height: 0;
  content: '';
  border-width: 10px 10px 0 10px;
  border-style: solid;
  border-color: red transparent transparent transparent;
}

.box27 {
    position: relative;
    margin: 2em 2em 4em 2em;
    padding: 0.5em 1em;
    border: solid 3px #62c1ce;
}
.box27 .box-title {
    position: absolute;
    display: inline-block;
    top: -27px;
    left: -3px;
    padding: 0 9px;
    height: 25px;
    line-height: 25px;
    font-size: 17px;
    background: #62c1ce;
    color: #ffffff;
    font-weight: bold;
    border-radius: 5px 5px 0 0;
}
.box27 p {
    margin: 1em 0; 
    padding: 1em;
}
.box27 fieldset {
    margin: 1em 0; 
    padding: 1em;
}
.box27 fieldset div{
    margin: 0 0 1em 0; 

}

span.primary{
    width:60px;
    height:20px;
    line-height:20px;

    display:inline-block;

    text-decoration: none;
    background:#0099FF;
    text-align:center;
    color:#FFFFFF;
    font-size:12px;
    font-weight:bold;
    border-radius:10px;
    -webkit-border-radius:10px;
    -moz-border-radius:10px;
    box-shadow:2px 3px 0px 0px #DEDEDE ;
}

span.verified{
    width:60px;
    height:20px;
    line-height:20px;

    display:inline-block;

    text-decoration: none;
    background:#0ABA05;
    text-align:center;
    color:#FFFFFF;
    font-size:12px;
    font-weight:bold;
    border-radius:10px;
    -webkit-border-radius:10px;
    -moz-border-radius:10px;
    box-shadow:2px 3px 0px 0px #DEDEDE ;
}

span.unverified{
    width:60px;
    height:20px;
    line-height:20px;

    display:inline-block;

    text-decoration: none;
    background:#D42A2F;
    text-align:center;
    color:#FFFFFF;
    font-size:12px;
    font-weight:bold;
    border-radius:10px;
    -webkit-border-radius:10px;
    -moz-border-radius:10px;
    box-shadow:2px 3px 0px 0px #DEDEDE ;
}

.buttonHolder{
	margin-top: 40px!important;
}