::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}

::-webkit-scrollbar-button {
  width: 0px;
  height: 0px;
}

::-webkit-scrollbar-thumb {
  background: #343434;
  border: 0px none #ffffff;
  border-radius: 0px;
}

::-webkit-scrollbar-thumb:hover {
  background: #666666;
}

::-webkit-scrollbar-thumb:active {
  background: #000000;
}

::-webkit-scrollbar-track {
  background: #bbbbbb;
  border: 0px none #ffffff;
  border-radius: 0px;
}

::-webkit-scrollbar-track:hover {
  background: #bbbbbb;
}

::-webkit-scrollbar-track:active {
  background: #333333;
}

::-webkit-scrollbar-corner {
  background: transparent;
}

* {
  font-family: IranYekan;
  direction: rtl;
}

p {
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}

.defaultBtn {
  border-radius: 8px;
  background-color: #ED1C24;
  color: white;
  font-size: 0.8em;
  height: 40px;
}

.defaultBtn:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.defaultBtn:hover {
  background-color: #e41c23;
  color: white;
}

.navbar-toggler {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  border: none;
}

.alert {
  font-size: 0.8em;
  border-radius: 8px;
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: white;
  border: 1px solid #ED1C24;
  color: #ED1C24;
  margin-bottom: 0;
}

.form-label {
  font-size: 0.9em;
}

.form-check-label {
  font-size: 0.9em;
}

.form-control {
  border-radius: 8px;
  height: 40px;
}

.form-control::-webkit-input-placeholder {
  color: #CED4DA;
}

.form-control:-ms-input-placeholder {
  color: #CED4DA;
}

.form-control::-ms-input-placeholder {
  color: #CED4DA;
}

.form-control::placeholder {
  color: #CED4DA;
}

.form-select {
  font-size: 0.9em;
}

.invalid-feedback {
  font-size: 0.8em;
}

.form-check-input:checked {
  background-color: #ED1C24;
  border-color: #ED1C24;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.cardShadow {
  -webkit-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.12);
          box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.12);
}

.mainContainer {
  background-color: white;
  min-height: 100vh;
  overflow: hidden;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.mainContainer .registerBack1 {
  height: 500px;
  position: absolute;
  left: -140px;
  top: -180px;
}

.mainContainer .registerBack2 {
  height: 550px;
  position: absolute;
  right: -160px;
  bottom: -150px;
}

.mainContainer .formContainer {
  width: 600px;
  border: 1px solid #CED4DA;
  border-radius: 10px;
  background-color: white;
  position: relative;
  margin-top: 20px;
  margin-bottom: 20px;
}

.mainContainer .formContainer .logoContainer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 1px solid #CED4DA;
}

.mainContainer .formContainer .logoContainer img {
  height: 30px;
}

.mainContainer .formContainer .logoContainer .backToHomeBtn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 30px;
  width: 30px;
}

.mainContainer .formContainer .mapContainer {
  height: 200px;
  border-radius: 8px;
  overflow: hidden;
}

.mainContainer .formContainer .mapContainer img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (max-width: 576px) {
  .mainContainer {
    height: 100%;
    overflow-y: auto;
  }
  .mainContainer .formContainer {
    margin-top: 10px;
    margin-bottom: 10px;
  }
}
/*# sourceMappingURL=register.css.map */