body{
    font-size: 14px;
}
.thames-wrapper{
 border: 1px solid #eee;
 border-radius: 8px;
 padding: 30px;
}

.heading h3{
    
    font-weight: 500;
}

.heading p{
    color: #666;
    font-weight: 300;
}
.thames-wrapper label{
    text-transform: uppercase;
    font-weight: 500;
    font-size: 14px;
    color: #333;
}
.thames-wrapper .form-control, .form-select{
    border-radius: 0;
    border: 1px solid rgba(204,204,204,.52);
    box-shadow: none;
    font-size: 14px;

}

.thames-wrapper .form-control:focus, .form-select:focus{
    outline: 0;
    border-radius: 0;
    box-shadow: none;
    border-color: rgba(204,204,204,.52);
}

.w-50{
    width: 50%;
}

.thames-wrapper .note span{
 font-weight: 600;
}

.thames-wrapper .note a{
    color: #024699;
}

.thames-wrapper .btn-primary{
    background: #024699;
    border:0
}