.restyle{
    text-align: center;
    font-family: Open Sans;
    font-size: 16px;
}
.restyle span{
    color: #CF0031;
}
.restyle input, button{
    border: none;
    background: white;
    height: 65px;
    border-radius: 8px;
    padding: 12px;
    font-size: 24px;
    width: 100%;
}
.restyle .form-group{
    margin-bottom: 10px;
}
.restyle button{
    background-color: #CF0031;
    font-size: 28px;
    border-radius: 16px;
    text-transform: none;
    text-align: left;
}
.restyle span, input{
    font-weight: 100;
    line-height: 37px;
    font-size: 28px;
}
.restyle button img{
    height: 75%;
    margin-right: 10px;
    vertical-align: top;
}
.restyle .checkbox-circle{
    font-size: 28px;
    color: #757575;
}
.checkbox label::before{
    width: 28px;
    height: 28px;
    margin-top: 10px;
}
.checkbox label::after{
    width: 20px;
    height: 20px;
    margin-left: -17px;
    padding-left: 3px;
    padding-top: 1px;
    font-size: 16px;
    margin-top: 9px;
}
.checkbox label {
    padding-left: 12px;
}