.btn-primary {
  --bs-btn-color: #fff;
  --bs-btn-bg: #ffc801;
  --bs-btn-border-color: #ffc801;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #e1b001;
  --bs-btn-hover-border-color: #e1b001;
  --bs-btn-focus-shadow-rgb: 49, 132, 253;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #c99e04;
  --bs-btn-active-border-color: #c99e04;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #b4b4b4;
  --bs-btn-disabled-border-color: #b4b4b4;
}

.btn-outline-primary {
  --bs-btn-color: #ffc801;
  --bs-btn-border-color: #ffc801;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #ffc801;
  --bs-btn-hover-border-color: #ffc801;
  --bs-btn-focus-shadow-rgb: 13, 110, 253;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #c99e04;
  --bs-btn-active-border-color: #c99e04;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #b4b4b4;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #b4b4b4;
  --bs-gradient: none;
}

/*------------------------------------------------------------------
 * Theme Name: iofrm - theme
 * Theme URI: http://www.brandio.io/envato/iofrm
 * Author: Brandio
 * Author URI: http://www.brandio.io/
 * Copyright 2019 Brandio.
 -------------------------------------------------------------------*/
/*------------------------------------------------------------------
[Table of contents]

1. General Styles.
2. Responsive Styles.
-------------------------------------------------------------------*/
/* -----------------------------------
    1 - General Styles
------------------------------------*/
body {
  background-color: #fff;
}

.form-body {
  background-color: #fff;
}

.website-logo {
  display: inline-block;
  top: 50px;
  left: 50px;
  right: initial;
  bottom: initial;
}

.website-logo img {
  width: 100px;
}

.website-logo .logo {
  background-image: url("../images/logo-yellow.svg");
}

.website-logo .logo img {
  width: 100px;
}

.website-logo-inside img {
  width: 100px;
}

.website-logo-inside .logo {
  background-image: url("../images/logo-yellow.svg");
}

.website-logo-inside .logo img {
  width: 100px;
}

.img-holder {
  width: 50%;
  background-color: transparent;
}

.img-holder .info-holder h3 {
  color: #2c444e;
  text-align: left;
}

.img-holder .info-holder h3 span {
  color: #2c444e;
}

.img-holder .info-holder i {
  color: #2c444e;
}

.img-holder .info-holder h2 {
  color: #2c444e;
  text-align: left;
}

.img-holder .info-holder h2 span {
  color: #2c444e;
}

.img-holder .info-holder p {
  color: #2c444e;
  text-align: left;
}

.img-holder .info-holder img {
  max-width: 500px;
}

.img-holder .bg {
  opacity: 0.23;
  background-image: none;
}

.img-holder .bottom-view {
  color: #2c444e;
}

.form-holder {
  margin-left: 50%;
}

.form-holder .form-content ::-webkit-input-placeholder {
  color: #2c444e !important;
}

.form-holder .form-content :-moz-placeholder {
  color: #2c444e !important;
}

.form-holder .form-content ::-moz-placeholder {
  color: #2c444e !important;
}

.form-holder .form-content :-ms-input-placeholder {
  color: #2c444e !important;
}

.form-content {
  background-color: #fff;
}

.form-content .form-group {
  color: #2c444e;
}

.form-content .form-items {
  /* max-width: 340px; */
  max-width: 480px;
  padding: 60px 20px;
  border-radius: 20px;
  text-align: center;
  box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px, rgba(14, 30, 37, 0.32) 0px 2px 16px 0px;
}

.form-content .form-items.with-bg {
  background-color: #fff;
}

.form-content .form-icon {
  margin-top: calc(-42px - 35px);
}

.form-content .form-icon .icon-holder {
  background-color: #2c444e;
}

.form-content h3 {
  color: #2c444e;
  text-align: center;
}

.form-content p {
  color: #2c444e;
  text-align: center;
}

.form-content label {
  color: #2c444e;
  text-align: center;
}

.form-content .page-links a {
  color: #2c444e;
}

.form-content .page-links a:after {
  background-color: rgba(6, 5, 5, 0.7);
}

.form-content .page-links a.active:after {
  background-color: #c99e04;
}

.form-content .page-links a:hover:after,
.form-content .page-links a:focus:after {
  background-color: #c99e04;
}

.form-content input,
.form-content .dropdown-toggle.btn-default {
  padding: 9px 20px;
  border: 0;
  background-color: #f7f7f7;
  color: #000;
  border-radius: 6px;
}

.form-content input:hover,
.form-content input:focus,
.form-content .dropdown-toggle.btn-default:hover,
.form-content .dropdown-toggle.btn-default:focus {
  border: 0;
  background-color: #eaeaea;
  color: #000;
}

.form-content textarea {
  padding: 9px 20px;
  border: 0;
  background-color: #f7f7f7;
  color: #000;
  border-radius: 6px;
}

.form-content textarea:hover,
.form-content textarea:focus {
  border: 0;
  background-color: #eaeaea;
  color: #000;
}

.form-content .custom-file-label {
  border: 0;
  background-color: #f7f7f7;
  color: #000;
}

.form-content .custom-file-label:after {
  color: #2c444e;
}

.form-content .custom-file:hover .custom-file-label,
.form-content .custom-file:focus .custom-file-label {
  border: 0;
  background-color: #eaeaea;
  color: #000;
}

.form-content input[type="checkbox"]:not(:checked) + label,
.form-content input[type="checkbox"]:checked + label,
.form-content input[type="radio"]:not(:checked) + label,
.form-content input[type="radio"]:checked + label {
  color: #000;
  font-weight: 700;
}

.form-content input[type="checkbox"]:checked + label,
.form-content input[type="radio"]:checked + label {
  color: #000;
}

.form-content input[type="checkbox"]:checked + label:before,
.form-content input[type="radio"]:checked + label:before {
  background: #000;
  border: 0px solid #000;
}

.form-content input[type="checkbox"]:not(:checked) + label:before,
.form-content input[type="radio"]:not(:checked) + label:before {
  background: transparent;
  border: 2px solid #000;
}

.form-content input[type="checkbox"]:not(:checked) + label:after,
.form-content input[type="checkbox"]:checked + label:after {
  color: #fff;
}

.form-content input[type="radio"]:not(:checked) + label:after,
.form-content input[type="radio"]:checked + label:after {
  background-color: #fff;
}

.form-content .custom-options input[type="checkbox"]:not(:checked) + label,
.form-content .custom-options input[type="checkbox"]:checked + label,
.form-content .custom-options input[type="radio"]:not(:checked) + label,
.form-content .custom-options input[type="radio"]:checked + label {
  color: #606060;
  background-color: #f7f7f7;
}

.form-content .custom-options input[type="checkbox"]:checked + label,
.form-content .custom-options input[type="radio"]:checked + label {
  color: #fff;
  background-color: #57d38c;
  -webkit-box-shadow: 0 3px 8px rgba(74, 230, 142, 0.35);
  box-shadow: 0 3px 8px rgba(74, 230, 142, 0.35);
}

.form-content .form-button .ibtn {
  background-color: #57d38c;
  color: #fff;
  -webkit-box-shadow: 0 0 0 #c5fcdc;
  box-shadow: 0 0 0 #c5fcdc;
  border: 0;
}

.form-content .form-button .ibtn:hover,
.form-content .form-button .ibtn:focus {
  background-color: #57d38c;
  color: #fff;
  -webkit-box-shadow: 0 5px 6px #c5fcdc;
  box-shadow: 0 5px 6px #c5fcdc;
  border: 0;
}

.form-content .form-button a:not(.btn) {
  color: #000;
}

.form-content .btn {
  border-radius: 6px;
}

.form-content .other-links span {
  color: #000;
}

.form-content .other-links a {
  color: #000;
}

.form-content .form-sent .tick-holder .tick-icon {
  background-color: rgba(233, 253, 214, 0);
}

.form-content .form-sent .tick-holder .tick-icon:before {
  background-color: #8ccb57;
}

.form-content .form-sent .tick-holder .tick-icon:after {
  background-color: #8ccb57;
}

.form-content .form-sent h3 {
  color: #000;
}

.form-content .form-sent p {
  color: #000;
}

.form-content .form-sent .info-holder {
  color: #000;
  border-top: 1px solid rgba(0, 0, 0, 0.5);
}

.form-content .form-sent .info-holder span {
  color: #000;
}

.form-content .form-sent .info-holder a {
  color: #000;
}

@keyframes tick-anime3 {
  0% {
    background-color: rgba(233, 253, 214, 0);
    -webkit-transform: rotate(35deg) scale(2);
    -moz-transform: rotate(35deg) scale(2);
    -ms-transform: rotate(35deg) scale(2);
    transform: rotate(35deg) scale(2);
  }

  100% {
    background-color: #e9fdd6;
    -webkit-transform: rotate(45deg) scale(1);
    -moz-transform: rotate(45deg) scale(1);
    -ms-transform: rotate(45deg) scale(1);
    transform: rotate(45deg) scale(1);
  }
}

.alert {
  color: #000;
}

.alert.alert-primary {
  background-color: #e2f0ff;
  border-color: #3a86d6;
}

.alert.alert-primary hr {
  border-top-color: #3a86d6;
}

.alert.alert-secondary {
  background-color: #f0f0f0;
  border-color: #8e9396;
}

.alert.alert-secondary hr {
  border-top-color: #8e9396;
}

.alert.alert-success {
  background-color: #f7fff0;
  border-color: #8ccb57;
}

.alert.alert-success hr {
  border-top-color: #8ccb57;
}

.alert.alert-danger {
  background-color: #fffafa;
  border-color: #f55050;
}

.alert.alert-danger hr {
  border-top-color: #f55050;
}

.alert.alert-warning {
  background-color: #fff8e1;
  border-color: #f1cb4b;
}

.alert.alert-warning hr {
  border-top-color: #f1cb4b;
}

.alert.alert-info {
  background-color: #dcedf1;
  border-color: #42bfdb;
}

.alert.alert-info hr {
  border-top-color: #42bfdb;
}

.alert.alert-light {
  background-color: #fefefe;
  border-color: #a7a4a4;
}

.alert.alert-light hr {
  border-top-color: #a7a4a4;
}

.alert.alert-dark {
  background-color: #d6d8d9;
  border-color: #525557;
}

.alert.alert-dark hr {
  border-top-color: #525557;
}

.alert.with-icon.alert-primary:before {
  color: #3a86d6;
}

.alert.with-icon.alert-secondary:before {
  color: #8e9396;
}

.alert.with-icon.alert-success:before {
  color: #8ccb57;
}

.alert.with-icon.alert-danger:before {
  color: #f55050;
}

.alert.with-icon.alert-warning:before {
  color: #f1cb4b;
}

.alert.with-icon.alert-info:before {
  color: #42bfdb;
}

.alert.with-icon.alert-light:before {
  color: #a7a4a4;
}

.alert.with-icon.alert-dark:before {
  color: #525557;
}

.alert a,
.alert a.alert-link {
  color: #000;
}

.alert .close {
  color: #727272;
}

.alert .close span {
  color: #727272;
}

.form-subtitle {
  color: #2c444e;
}

.rad-with-details .more-info {
  color: #2c444e;
}

.form-body.without-side .website-logo-inside .logo {
  background-image: url("../images/logo-yellow.svg");
}

.form-body.without-side h3 {
  color: #2c444e;
}

.form-body.without-side p {
  color: #2c444e;
}

.form-body.without-side label {
  color: #2c444e;
}

.form-body.without-side .img-holder .info-holder img {
  display: inline-block;
}

.form-body.without-side .form-content .form-items {
  padding: 35px 30px;
  background-color: #fff;
  border-radius: 10px;
  -webkit-box-shadow: 0 6px 15px rgba(0, 0, 0, 0.16);
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.16);
  border: 0;
}

.form-body.without-side .form-content .form-items .other-links {
  margin: 38px 0 30px 0;
}

.form-body.without-side .form-content .form-items .other-links .text {
  color: #2c444e;
}

.form-body.without-side .form-content .form-items .other-links a {
  color: #2c444e;
  background-color: transparent;
}

.form-body.without-side .form-content .page-links a {
  color: #000;
}

.form-body.without-side .form-content .page-links a:after {
  background-color: rgba(6, 5, 5, 0.7);
}

.form-body.without-side .form-content .page-links a.active:after {
  background-color: #c99e04;
}

.form-body.without-side .form-content .page-links a:hover:after,
.form-body.without-side .form-content .page-links a:focus:after {
  background-color: #c99e04;
}

.form-body.without-side .form-content input,
.form-body.without-side .form-content .dropdown-toggle.btn-default {
  border: 0;
  background-color: #f7f7f7;
  color: #000;
}

.form-body.without-side .form-content input:hover,
.form-body.without-side .form-content input:focus,
.form-body.without-side .form-content .dropdown-toggle.btn-default:hover,
.form-body.without-side .form-content .dropdown-toggle.btn-default:focus {
  border: 0;
  background-color: #eaeaea;
  color: #000;
}

.form-body.without-side .form-content .form-button .ibtn {
  background-color: #57d38c;
  color: #fff;
  -webkit-box-shadow: 0 0 0 #c5fcdc;
  box-shadow: 0 0 0 #c5fcdc;
  border: 0;
}

.form-body.without-side .form-content .form-button .ibtn:hover,
.form-body.without-side .form-content .form-button .ibtn:focus {
  background-color: #57d38c;
  color: #fff;
  -webkit-box-shadow: 0 5px 6px #c5fcdc;
  box-shadow: 0 5px 6px #c5fcdc;
  border: 0;
}

.form-body.without-side .form-content .form-button a:not(.btn) {
  color: #000;
}

.type-animation > *:before {
  background-color: #2c444e;
}

.type-animation > *:after {
  background-color: transparent;
}

@keyframes caret {
  0%,
  100% {
    background-color: transparent;
  }

  50% {
    background-color: #2c444e;
  }
}

.bg-accent {
  background-color: #ffc801;
}

.bg-second {
  background-color: #bcbebe;
}

.custom-borders {
  border-top: 0;
  border-bottom: 0;
}

.custom-borders:first-child {
  border-top: 0;
}

.custom-borders:last-child {
  border-bottom: 0;
}

.form-left .form-holder {
  margin-left: inherit;
  margin-right: 50%;
}

/* -----------------------------------
    2 - Responsive Styles
------------------------------------*/
@media (max-width: 992px) {
  .form-left .form-holder {
    margin-right: 0;
  }

  .form-holder {
    margin-left: 0;
  }

  .website-logo {
    top: 50px;
    left: 50px;
    right: initial;
    bottom: initial;
  }

  .website-logo .logo {
    background-image: url("../images/logo-yellow.svg");
  }

  .form-body.without-side .website-logo .logo {
    background-image: url("../images/logo-yellow.svg");
  }
}
