.text-left {
    text-align: left !important;
    }
.p-2 {
    padding: .5rem !important;
}
.custom-control-inline {
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-right: 1rem;
    margin: 20px;
}
.custom-control-input {
    position: absolute;
    z-index: -1;
    opacity: 0;
    }
.custom-control-label::after {
    position: absolute;
    top: .25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50% 50%;
}
.custom-control-input:disabled ~ .custom-control-label::before {
    background-color: #dce2e9;
    }
.custom-checkbox .custom-control-label::before {
    top: .1rem;
    border-radius: 0.3rem;
}
.custom-control-label::before {
    position: absolute;
    top: .25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    -webkit-user-select: none;
    -moz-user-select: none;
    background-color: #dee2e6;
}
.custom-control-label {
    position: relative;
    margin-bottom: 0;
}


.contactForm input[type="radio"],
.contactForm input[type="checkbox"]{
    display: none;
    
}

.contactForm .radio label, 
.contactForm .checkbox label {
   padding: 5px 15px 5px 51px;
   display: inline-block;
   position: relative;
   font-size: 1em;
   border-radius: 3px;
   cursor: pointer;
}

.contactForm .radio label:before, 
.contactForm .checkbox label:before{
    content:"";
    width: 17px;
    height: 17px;
    display: inline-block;
    background: none;
    border: 3px solid #0074d9;
    border-radius: 50%;
    position: absolute;
    left: 17px;
}
.contactForm .checkbox label:before{
    border-radius: 3px;
   
}

.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
   
    }
.form-control-label {
    color: #4c4e50;
}
.pt-dos {
    padding-top: 3rem !important;
}

.text-success {
    color: #28a745 !important;
}
.text-danger {
    color: #dc3545 !important;
}

.text-info {
    color: #17a2b8 !important;
}

a:hover{
    cursor: pointer;
}
.material-icons {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -moz-font-feature-settings: 'liga';
    -moz-osx-font-smoothing: grayscale;
}
.navbar-right .dropdown-menu {
   
    left: auto;
    background: black;
    }