body {
  background: #fff;
}
.btn-primary {
  color: #fff;
  background-color: #EB1F24;
  border-color: #EB1F24;
  width: 100%;
  margin-top: 1rem;
}
ul {
    padding: 0;
}
#register .row {
  align-items: center;
  justify-content: center;
}
img.logo {
  margin-bottom: 3rem;

}
ul.type li {
  color: rgba(113, 191, 68, 1);
  font-size: 18px;
  font-weight: bold;
  display: inline;
  margin-left: 15px;
}
h3 {
  font-size: 20px;
  color: #fff;
}
.btn-primary:hover {
  color: #fff;
  background-color: #EB1F24;
  border-color: #EB1F24;
  border: 1px solid;
}
.navbar .container {
  justify-content: center;
}
.navbar-brand {
  text-align: center;
  width: 250px;
}
li h5 {
  font-size: 16px;
  font-weight: 200;
}

.content p {
  color: #030303;
  text-align-last: right;
}
.form-select {
  background-position: left 0.75rem;
  margin: 20px 0;
  border-radius: 10px;
  padding: 6px;
  color: #747474;
  background-size: 30px 12px;
  margin: 0;
}
.form-group {
  margin: 10px 0;
  text-align: right;
}
.features svg {
  width: 0.375em;
}
h1 {
  color: #EB1F24;
  font-size: 26px;
  font-weight: bold;
}
.device {
  text-align: center;
}
.modal-content {
  padding: 1rem;
}
.form-control {
    border-radius: 5px;
    background-color: transparent;
    color: #fff;
}
.btn-primary {
    padding: 6px;
}
.select2-container[dir="rtl"]
  .select2-selection--single
  .select2-selection__rendered {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #fff;
  background-color: transparent;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 5px;
  margin-top: 10px;
}
.select2-container--default .select2-selection--single {
  background-color: transparent;
  border: none;
  border-radius: 4px;
}
.form-bg {
  background-image: url(../images/bg-form.jpg);
  border-radius: 10px;
  box-shadow: unset;
  min-height: 680px;
  background-size: cover;
  background-position: center;
  padding: 30px 20px;
}

#mouse-scroll {
  margin: auto;
  left: 50%;
  top: 80px;
  -webkit-transform: translateX(-50%);
  z-index: 9999;
}
#mouse-scroll span {
  display: block;
  width: 5px;
  height: 5px;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transform: rotate(45deg);
  border-right: 2px solid #000;
  border-bottom: 2px solid #000;
  margin: 0 0 3px 5px;
}
section {
  padding: 1rem 0;
}
#mouse-scroll .mouse {
  height: 21px;
  width: 14px;
  border-radius: 10px;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  border: 2px solid #ffffff;
  top: 170px;
}
#mouse-scroll .down-arrow-1 {
  margin-top: 6px;
}
#mouse-scroll .down-arrow-1,
#mouse-scroll .down-arrow-2,
#mouse-scroll .down-arrow-3 {
  -webkit-animation: mouse-scroll 1s infinite;
  -moz-animation: mouse-scroll 1s infinite;
}
#mouse-croll .down-arrow-1 {
  -webkit-animation-delay: 0.1s;
  -moz-animation-delay: 0.1s;
  -webkit-animation-direction: alternate;
}
#mouse-scroll .down-arrow-2 {
  -webkit-animation-delay: 0.2s;
  -moz-animation-delay: 0.2s;
  -webkit-animation-direction: alternate;
}
#mouse-scroll .down-arrow-3 {
  -webkit-animation-delay: 0.3s;
  -moz-animation-dekay: 0.3s;
  -webkit-animation-direction: alternate;
}
#mouse-scroll .mouse-in {
  height: 5px;
  width: 2px;
  display: block;
  margin: 5px auto;
  background: #ffffff;
  position: relative;
}
#mouse-scroll .mouse-in {
  -webkit-animation: animated-mouse 1.2s ease infinite;
  moz-animation: mouse-animated 1.2s ease infinite;
}

@-webkit-keyframes animated-mouse {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(6px);
    -ms-transform: translateY(6px);
    transform: translateY(6px);
  }
}
@-webkit-keyframes mouse-scroll {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}
@keyframes mouse-scroll {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}

img.footer-img {
  position: absolute;
  bottom: 0;
  width: 100%;
}
h2 {
  color: #565656;
  font-size: 18px;
  text-align: right;
}
h3 {
  font-size: 16px;
  color: #fff;
  margin: 0;
}
@media screen and (max-width: 768px) {
  img.logo {
    margin-bottom: 1rem;
    filter: invert(1);
  }
  .device.mobile img {
            width: 25vh;
}
  h1 {
    font-size: 18px;
        line-height: 2;
                margin: 0;
                color: #EE3F43;
  }
  h2 {
    font-size: 16px;
   line-height: 2;
    margin: 0;
    color: #fff;
    text-align: center;
}
h3 {
  color: #000;
}
  #register .content {
    order: 2;
  }
  .mobile.content {
    text-align: center;
    background-image: url(../images/bg-form.jpg);
    min-height: 400px;
    border-radius: 5px;
    background-size: cover;
    background-position: center;
    padding: 20px 5px;
  }
  .mobile.content p {
    text-align-last: center;
    margin: 0;
    color:#fff;
  }
  .form-pd-center {
    margin: 10px 10px;
    background-image: unset;
    box-shadow: unset;
    min-height: auto;
  }

  .mobile.title hr,
  .mobile.title p {
    margin: 0;
    color: #000;
  }
  li h5 {
    font-size: 14px;
  }
  ul.features {
    margin: 15px;
  }
  footer {
    position: relative;
  }
}
