.yorcont {
    padding: 25px;
    border-radius: 15px;
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

.yorcont2 {
    min-height: 50px;
    padding: 0px;
    border-radius: 15px;
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

.incont {
    float: left;
    margin-left: 15px;
}

.incont2 {
    height: 50px;
    float: left;
    padding-left: 10px;
    padding-top: 0px;
}

.button85{
    color: #fff;
    background-color: #3498db;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 10px;
    padding-bottom: 10px;
    border-radius: 25px;
}

.mycb[type=checkbox]::before {
    content: "\2714";
    border: 1px solid #3498db;
    border-radius: 1px;
    width: 1em;
    height: 1em;
    padding-left: 0.2em;
    padding-bottom: 0.3em;
    margin-right: 0.2em;
    margin-top: 0.3em;
    vertical-align: bottom;
    color:transparent;

}

.mycb[type=checkbox]:checked:before {
    content: "\2714";
    border: 0px;
    border-radius: 1px;
    width: 1em;
    height: 1em;
    padding-left: 0.2em;
    padding-bottom: 0.3em;
    margin-right: 0.2em;
    margin-top: 0.3em;
    vertical-align: bottom;
    background-color: #3498db;
    color:#fff;
    
}