/**
 * Please enter your custom code here
 */
.border {
  border: 1px solid #000 !important;
}

.border-top {
  border-top: 1px solid #000 !important;
}

.border-right {
  border-right: 1px solid #000 !important;
}

.border-bottom {
  border-bottom: 1px solid #000 !important;
}

.border-left {
  border-left: 1px solid #000 !important;
}

.border-0 {
  border: 0 !important;
}

.border-top-0 {
  border-top: 0 !important;
}

.border-right-0 {
  border-right: 0 !important;
}

.border-bottom-0 {
  border-bottom: 0 !important;
}

.border-left-0 {
  border-left: 0 !important;
}

.border-primary {
  border-color: #007bff !important;
}

.border-secondary {
  border-color: #6c757d !important;
}

.border-success {
  border-color: #28a745 !important;
}

.border-info {
  border-color: #17a2b8 !important;
}

.border-warning {
  border-color: #ffc107 !important;
}

.border-danger {
  border-color: #dc3545 !important;
}

.border-light {
  border-color: #f8f9fa !important;
}

.border-dark {
  border-color: #343a40 !important;
}

.border-white {
  border-color: #fff !important;
}

.rounded-sm {
  border-radius: 0.2rem !important;
}

.rounded {
  border-radius: 0.25rem !important;
}

.rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important;
}

.rounded-right {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
}

.rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-left {
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-lg {
  border-radius: 0.3rem !important;
}

.rounded-circle {
  border-radius: 50% !important;
}

.rounded-pill {
  border-radius: 50rem !important;
}

.rounded-0 {
  border-radius: 0 !important;
}

.text-bold {
  font-weight: 900;
}

.text-italic {
  font-style: italic;
}

.text-red {
  color: red;
}

.text-red-cpso {
  color: #943a35;
}

.bg-cpso {
  background: #f1f4ff;
}

.bg-white {
  background: #ffffff;
}

.bg-gray {
  background: #f5f5f5;
}

.border-bottom {
  border-bottom: 1px solid;
}

.border-bottom-dashed {
  border-bottom: 1px dashed;
}

.p-10 {
  padding: 10px;
}

.form-page {
  background: #f5f5f5;
  color: #943a35;
}
.form-page a {
  font-weight: normal;
  color: #d6413b;
}
.form-page a:hover {
  color: #d6413b;
  text-decoration: underline;
}
.form-page .btn,
.form-page .form-wrapper .btn {
  background-color: #d6413b;
  border-radius: 50px;
  width: initial;
  padding: 13px 30px;
  margin: 0 auto;
}
.form-page .form-wrapper .btn:hover {
  background-color: #943a35;
}
.form-page .forgot {
  margin-top: 20px;
}
.form-page .app-slogan {
  font-size: 18px;
  margin: 0 0 20px;
  color: #953b36;
}
.form-page .sub {
  color: #953b36;
  padding: 0 35px;
  text-align: left;
  margin: 0;
}
.form-page .sub p {
  margin-bottom: 10px;
}
.form-page .sub a {
  font-weight: normal;
  color: #d6413b;
}
.form-page .sub a:hover {
  color: #d6413b;
  text-decoration: underline;
}

.navbar-brand > img {
  height: 50px;
  margin-top: 5px;
}

#conception {
  text-align: left;
}
#conception #styles {
  width: 100%;
  height: 455px;
  margin-top: 20px;
}
#conception .pull-right {
  margin-top: -20px;
}

#widgets, #fields {
  max-height: initial;
}

input.bg-fer {
  border-radius: 0;
  border: 0;
  border-bottom: 1px dotted !important;
}

.form-page .login-form {
  background: #ffffff;
  padding-top: 30px;
  padding-bottom: 10px;
}
.form-page .login-form .form-control {
  background: #f5f5f5;
}

.abctooltip-wrapper {
  display: inline-block;
  cursor: pointer;
  margin-left: 3px;
  position: relative;
}
.abctooltip-wrapper .abc-tooltip-message {
  display: none;
  position: absolute;
  top: -138px;
  background: white;
  width: 250px;
  height: 140px;
  left: -80px;
  border: 1px solid #000000;
  font-size: 12px;
  padding: 5px;
  overflow: auto;
}
.abctooltip-wrapper .abc-tooltip-message strong {
  color: #953b36;
}
.abctooltip-wrapper:hover .abc-tooltip-message {
  display: block;
}
.form-footer.align-right {
  text-align: right;
}
.align-right .form-action {
  text-align: right;
}





@media (min-width: 1200px) {
  .container {
    width: 1400px;
  }
}

/*# sourceMappingURL=custom.css.map */
