<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
.help-con
{
	
}

.help {
    float: left;
    line-height: 25px;
    font-size: 14px;
    font-family: sans-serif;
    background: #333;
    color: #fff;
    border-radius: 5px;
    padding: 12px 18px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s 0s;
    position: absolute;
    z-index: 11;
}

.form-floating.mb-3:hover &gt; .help {
    visibility: visible;
    opacity: 1;
}

.form-floating-code.form-floating.mb-3 {
  text-align: center;
  position: relative;
}

.form-floating-code.form-floating.mb-3 button {
  background: #f69d01;
  border: 0;
  outline: none;
  width: auto;
  padding: 7px 13px;
  margin-bottom: 10px;
  line-height: 40px;
  border-width: 0;
  border-radius: 30px;
  background: #424242;
  border-bottom: 0;
  color: white;
  font-weight: 600;
  font-size: 15px;
  position: absolute;
  right: 1px;
  top: 1px;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

main.container {
  max-width: 100%;
  height: 100vh;
}

body {
  background: #ec9102 url(/images/reg1.jpg) no-repeat -0% 0%;
  direction: rtl;
  background-size: 1476px;
}

#reg-form {
  background: #fff;
  display: inline-block;
  /* position: absolute; */
  bottom: 20%;
  right: 18%;
  /* background: #ed9301; */
  height: 100vh;
  border-left: 2px solid #ffba4b;
}

#reg-form input::placeholder {
  color: #000;
}

#reg-form label {
  display: none;
}

#reg-form .container {
  max-width: initial;
  width: initial;
  padding: 0 !important;
  display: inline-block !important;
}

#reg-form .card {
  width: 417px !important;
  margin: 159px 50px 0 !important;
  background: white;
  border-radius: 0;
  box-shadow: none !important;
  width: initial;
  padding: 0 !important;
  display: inline-block !important;
  border: 0;
}

#reg-form .card-body {
  padding: 38px 40px;
  border-radius: 30px;
}

#reg-form .card-body h5 {
  margin: 20px 0 30px !important;
  font-size: 28px;
  text-align: center;
}

#reg-form form input {
  width: 100%;
  padding: 9px 20px;
  margin-bottom: 10px;
  background: #e9eff6;
  line-height: 120%;
  border-width: 0;
  border-radius: 30px;
  height: 56px;
  color: #000;
  outline: none;
  text-align: center;
}

#reg-form form input[type="checkbox"] {
  width: 5%;
  height: 15px;
}

.form-check {
  text-align: center;
}

#reg-form .form-floating {
  margin: 0 0 12px !important;
}

#reg-form .d-grid {
  margin: 26px auto 4px !important;
}

#reg-form .d-grid button {
  background: #f69d01;
  border: 0;
  outline: none;
  width: 100%;
  padding: 4px 36px;
  margin-bottom: 10px;
  line-height: 40px;
  border-width: 0;
  border-radius: 30px;
  background: #f69d01;
  border-bottom: 4px solid #d87d56;
  color: white;
  font-weight: 600;
  font-size: 17px;
}

#reg-form .d-grid button:hover {
  background: #d87d56;
}

#reg-form form p {
  text-align: center !important;
}

#reg-form form p a {
  color: #ec9200;
  display: block;
}

#reg-form form p a:hover {
  text-decoration: none;
}
</pre></body></html>