/* Minification failed. Returning unminified contents.
(23,34): run-time error CSS1046: Expect comma, found '50'
(23,40): run-time error CSS1046: Expect comma, found '/'
(23,64): run-time error CSS1046: Expect comma, found '0'
(23,68): run-time error CSS1046: Expect comma, found '/'
 */
input{
    color: #186e7b !important;
}
::-webkit-input-placeholder { /* WebKit browsers */
    color:    #186e7b !important;;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color:    #186e7b !important;;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
    color:    #186e7b !important;;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
    color:    #186e7b !important;;
}
.input-group-text{
    color: #186e7b !important;
}
.btn-primary-alternative{
    color: #186e7b;
    border-color: #d6f0ef;
    background-color: #d6f0ef;
    box-shadow: 0 4px 6px rgb(50 50 93 / 11%), 0 1px 3px rgb(0 0 0 / 8%);
}
.text-light{
    color: #186e7b !important;
}
.card-header{
    border-bottom: none !important;
}
.custom-control-input:checked ~ .custom-control-label::before{
    border-color: #186e7b !important;
    background-color: #186e7b !important;
}
.hoverRegisterBtn:hover{
    color: #2496ab !important;
}

