body{
    background: #dfe4ea;
    font-family: 'Raleway', sans-serif;
}

.wrapper{
    margin-top: 30px;
    text-align: center;
    background-color: #f2f2f2;
    width:50%;
    padding-top: 20px;
    padding-bottom: 20px;
    border-radius: 40px;
}

@media screen and (max-width: 800px) {
   .wrapper {
        width:90%;
   }
}

.ribbon{
    background: #62bfc2;
    position: relative;
    margin: 0 -25px 0 -25px;
    padding: 20px 50px;
}

.ribbon span{
    color: #ffffff;
    font-size: 1.3em;

}

.ribbon:before{
    content: "";
    position: absolute;
    top: -10px;
    left: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid #27818d;
    border-top: 5px solid transparent;
    border-bottom: 5px solid #27818d;
}

.ribbon:after{
    content: "";
    position: absolute;
    top: -10px;
    right: 0;
    border-left: 5px solid #27818d;
    border-right: 5px solid transparent;
    border-top: 5px solid transparent;
    border-bottom: 5px solid #27818d;
}

.container-inner{
    background-color: #62bfc2;
    border-radius: 25px;
    margin-top: 30px;

}

.container-inner h2{
    margin-top: 10px;
    margin-bottom: 30px;
}

.block{
    background-color: #dcdfe0;
    border-radius: 25px;
    padding: 30px;
}

.block .sub-block{
    text-align: left;
}

.block input{
    height: 40px;
    padding-left: 20px;
    width: 100%;
}
.block label, .block p{
    font-size: 11px;
    color: #888888;
}

input[type="checkbox"] {
    position: relative;
    display: none;

}
input[type="checkbox"] + label {
    background: url('images/contractors-register/x.png') 0 -35px no-repeat;
    padding-left: 35px;
    height: 20px;
}
input[type="checkbox"] + label:hover {
    cursor: pointer;
}
input[type="checkbox"]:checked + label {
    background-position: 0 0;
}

.white-bar{
    background-color: white;
    padding: 10px;
    padding-left: 30px;
    margin-left: -30px;
    margin-right: -30px;
    margin-bottom: 35px;
}
.white-bar label, .leads label, .sub-header, p.sub-header {
    font-size: 16px;
    color: #1c1c1c;
}

.leads .row{
    padding: 10px;
}

.card-details input{
    margin: 15px;
    padding: 10px;
    border: none;
    border-left: 1px solid #888888;
    outline: none;
}

.card-details{
    background-color: white;}

.wrapper .footer-info{
    position: relative;
    top: 25px;
    text-align: center;
    background-color: #62bfc2;
    margin-left: -15px;
    margin-right: -15px;
    border-bottom-left-radius: 35px;
    border-bottom-right-radius: 35px;
    margin-top: 50px;
    padding-top: 30px;
    padding-bottom: 30px;

}
.wrapper .footer-info button{
    color: black;
    font-size: 18px;
    letter-spacing: 1px;
    padding: 10px;
    border-radius: 10px;
    outline: none;
}
.wrapper .footer-info button:hover{
    color: black;
    background-color: white;
}
