body {
    font-family: "TTCommons Light";
}

.header {
    border-bottom: 1px solid #EBEBEB;
    padding: 20px 0px;
}

.navbar-light .navbar-toggler {
    border: 0px;
}

.component {
    background-color: #f7f7f7;
    padding: 50px 0px;
}

button.btn.btn-default.button.mx-auto {
    background: none;
    line-height: 10px;
}

.btn-plus {
    width: 20px;
    height: 20px;
    padding-top: 5px;
    border-radius: 50%;
    background-color: #FFFFFF;
    font-size: 10px;
}

button.btn.btn-default.btn-sm {
    background: none;
}

.button {
    width: 200px;
    height: 50px;
    border-radius: 25px;
    border: 1px solid blue;
    color: blue;
}

.input-group-addon
{
    position: absolute;
    right: 10px;
    top: 10px;
    color: #000000;
}
.input-group .input-group-addon + .form-control
{
    border-left:none;
}

input, select {
    color: #0000FE !important;
    border: 1px solid #99CDFF !important;
    border-radius: 0px !important;
}

.paragraph {
    color: #0000FE;
    border: 1px solid #99CDFF;
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #0000FE !important;
}

section {
    margin-top: 150px;
}

.form-control {
    padding: 10px;
}

.checkbox-custom.right {
    padding: 0 25px 0 0;
    display: inline-block;
}

.checkbox-custom.right label:before,
.checkbox-custom.right input[type="checkbox"] {
    right: 0;
    left: auto;
}

.checkbox-custom.right input[type="checkbox"]:checked + label:after {
    right: -1px;
    left: auto;
}

.check-sign {
    text-align: center; color: orange; font-size: 24px; padding: 40px 0px;
}

.check-sign:before {
    background: url("../assets/images/big-check.svg");
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    float: left;
    margin: 0 6px 0 0;
}

.seperator {
    
}