.login-sec {
  background-color: #ecf0f1;
}

.login-sec .row {
  background-color: #fff;
}

.login-sec .exploding {
  position: absolute;
  text-align: center;
  -webkit-animation: fadein 0.8s;
  /* Safari, Chrome and Opera > 12.1 */
  -moz-animation: fadein 0.8s;
  /* Firefox < 16 */
  -ms-animation: fadein 0.8s;
  /* Internet Explorer */
  -o-animation: fadein 0.8s;
  /* Opera < 12.1 */
  animation: fadein 0.8s;
  z-index: 2;
  cursor: move;
  background-color: #ffffffcc;
  box-shadow: 0 0 0 5px #00b45155;
  max-width: 600px;
  padding: 20px;
}

.login-sec .exploding p {
  font-size: 22px;
}

.login-sec .exploding span {
  font-size: 16px;
}

.login-sec .exploding p:before {
  content: "❞";
  display: inline-block;
  margin: 0 5px;
  color: #00b451;
  font-size: 30px;
  font-weight: bold;
}

.login-sec .exploding p:after {
  content: "❝";
  margin: 0 5px;
  display: inline-block;
  color: #00b451;
  font-size: 30px;
  font-weight: bold;
}

.login-sec .exploding span:before {
  content: "-";
  display: inline-block;
  margin: 0 5px;
  color: #00b451;
  font-size: 20px;
  font-weight: bold;
}

.fas {
  width: 32px;
}

.login-sec {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  /*    background: linear-gradient(-45deg, #194294, #00B451, #194294, #fff);
    */
  background-size: 400% 400%;
  animation: gradient 10s ease infinite;
  padding: 90px 0;
}

@keyframes gradient {
  0% {
    background-position: 0% 50%;
  }

  50% {
    background-position: 100% 50%;
  }

  100% {
    background-position: 0% 50%;
  }
}

.login-sec .main-nav,
.login-sec .header_main,
.login-sec .top_bar {
  background-color: #ffffff55 !important;
  transition: 0.1s ease-in-out;
}

.login-sec .main_nav {
  background: unset;
  border: none !important;
  box-shadow: none;
  color: #333;
}

.login-sec .header_search_form_container {
  border: none;
  background-color: #fff;
}

.login-sec .header_search_input {
  background-color: #ffffff55;
}

.login-sec .header_search_input::placeholder {
  color: #000;
}

.login-sec .scrolled {
  background-color: #ffffff99 !important;
  transition: 0.1s ease-in-out;
}

/*
.login-sec .scrolled .main_nav_dropdown li a {
    color: #000
}
*/

.login-sec .main_nav a {
  color: #333;
}

.box {
  position: relative;
  padding: 50px;
}

.box .square {
  position: absolute;
  background: rgb(0 180 81 / 39%);
  backdrop-filter: blur(5px);
  box-shadow: 0 25px 45px rgb(0 180 81 / 25%);
  border: 1px solid rgb(0 180 81 / 83%);
  border-radius: 15px;
  animation: square 10s linear infinite;
  animation-delay: calc(-1s * var(--i));
}

@keyframes square {

  0%,
  100% {
    transform: translateY(-20px);
  }

  50% {
    transform: translateY(20px);
  }
}

.box .square:nth-child(1) {
  width: 100px;
  height: 100px;
  top: -15px;
  right: -45px;
}

.box .square:nth-child(2) {
  width: 150px;
  height: 150px;
  top: 105px;
  left: -125px;
  z-index: 2;
}

.box .square:nth-child(3) {
  width: 60px;
  height: 60px;
  bottom: 85px;
  right: -45px;
  z-index: 2;
}

.box .square:nth-child(4) {
  width: 50px;
  height: 50px;
  bottom: 35px;
  left: -95px;
}

.box .square:nth-child(5) {
  width: 50px;
  height: 50px;
  top: -15px;
  left: -25px;
}

.box .square:nth-child(6) {
  width: 85px;
  height: 85px;
  top: 165px;
  right: -155px;
  z-index: 2;
}

.login-container {
  position: relative;
  padding: 0;
  /*    max-width: 390px;
    */
  /*    min-height: 380px;
    */
  display: flex;
  justify-content: center;
  align-items: center;
  background: #144394;
  backdrop-filter: blur(5px);
  border-radius: 10px;
  box-shadow: 0 25px 45px rgba(0, 0, 0, 0.2);
}

/*
.login-container::after {
    content: '';
    position: absolute;
    top: 5px;
    right: 5px;
    bottom: 5px;
    left: 5px;
    border-radius: 5px;
    pointer-events: none;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.1) 2%);
}
*/

.login-logo {
  background-color: #fff;
  border-radius: 15px;
  padding: 15px !important;
  box-shadow: inset 0 0 0 2px #00b451;
  max-width: 100px;
  margin-bottom: 40px;
}

.login-sec.new-login .form {
  max-width: unset;
  border: none;
  box-shadow: none;
  font-family: "Tajawal", sans-serif;
}

.custom-error input {
  border-color: #ff5c5caa !important;
  box-shadow: 0 0 3px #ff5c5caa !important;
}

.custom-error-list {
  border-color: #ff5c5c !important;
  background: #ff5c5c;
  top: -130%;
  bottom: auto !important;
  right: auto;
  left: 0;
  width: 30% !important;
  padding: 5px 10px;
  border-radius: 4px;
}

.custom-error-list:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-width: 10px;
  border-style: solid;
  border-color: #ff5c5c transparent transparent transparent;
  top: auto;
  right: 50px;
}

.custom-error-list li {
  color: #fff !important;
}

form .custom-error-list {
  position: absolute;
  bottom: 0;
  font-size: 0.8em;
  width: 50%;
  left: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.login-sec.new-login .form .action-btn {
  background: #fff;
  color: #111;
  box-shadow: none;
  letter-spacing: 1px;
  cursor: pointer;
  width: auto;
  padding: 10px 60px;
  color: #fff;
  border-radius: 5px;
  border: none;
  margin: 30px 0;
  line-height: 24px;
  outline: none;
  box-shadow: none;
}

.login-sec.new-login .form .action-btn:focus {
  border: none;
}

.form {
  position: relative;
  width: 100%;
  height: 100%;
}

.form h2 {
  color: #fff;
  letter-spacing: 2px;
  margin-bottom: 30px;
}

.form .inputBx {
  position: relative;
  width: 100%;
  margin-bottom: 25px;
}

.form .inputBx input {
  width: 100%;
  outline: none;
  border: none;
  padding: 10px;
  padding-right: 40px;
  border-radius: 0;
  color: #fff;
  font-size: 16px;
}

.form .inputBx .password-control {
  position: absolute;
  top: 11px;
  left: 10px;
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url(https://snipp.ru/demo/495/view.svg) 0 0 no-repeat;
  transition: 0.5s;
}

.form .inputBx .view {
  background: url(https://snipp.ru/demo/495/no-view.svg) 0 0 no-repeat;
  transition: 0.5s;
}

.form .inputBx .fas {
  position: absolute;
  top: 13px;
  right: 13px;
}

.form .inputBx input[type="submit"] {
  background: #fff;
  color: #111;
  padding: 8px 10px;
  box-shadow: none;
  letter-spacing: 1px;
  cursor: pointer;
  width: auto;
  padding: 10px 60px;
  color: #fff;
  border-color: #4b96e6;
  border-radius: 10px;
}

.box .reg-lnk {
  font-size: 18px;
  margin-bottom: 30px;
  color: #54b7f0;
  position: relative;
}

.form .inputBx input::placeholder {
  color: #ddd;
}

.form .inputBx span:not(.iti__country-name, .iti__dial-code) {
  position: absolute;
  right: 30px;
  left: auto;
  padding: 10px;
  display: inline-block;
  color: #333;
  transition: 0.5s;
  pointer-events: none;
}

.form .inputBx input:focus ~ span,
.form .inputBx input:not(:placeholder-shown) ~ span {
  transform: translateX(30px) translateY(-30px);
  font-size: 12px;
}

.form p {
  color: #fff;
  font-size: 15px;
  margin-top: 5px;
}

.form p a {
  color: #fff;
}

.form p a:hover {
  background-color: unset;
  color: green !important;
}

.remember {
  position: relative;
  display: inline-block;
  color: #fff;
  margin-bottom: 10px;
  cursor: pointer;
}

.reg-form,
.forgot-form {
  display: none;
}

.login-sec.new-login {
  display: flex;
  min-height: 100%;
  align-content: center;
  align-items: center;
  flex-direction: column;
}

.login-sec.new-login .quotes-bg {
  text-align: center;
  background-color: #00b34f;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  align-content: center;
  flex-direction: column;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='400' height='400' viewBox='0 0 800 800'%3E%3Cg fill='none' stroke='%23FFFFFF33' stroke-width='1'%3E%3Cpath d='M769 229L1037 260.9M927 880L731 737 520 660 309 538 40 599 295 764 126.5 879.5 40 599-197 493 102 382-31 229 126.5 79.5-69-63'/%3E%3Cpath d='M-31 229L237 261 390 382 603 493 308.5 537.5 101.5 381.5M370 905L295 764'/%3E%3Cpath d='M520 660L578 842 731 737 840 599 603 493 520 660 295 764 309 538 390 382 539 269 769 229 577.5 41.5 370 105 295 -36 126.5 79.5 237 261 102 382 40 599 -69 737 127 880'/%3E%3Cpath d='M520-140L578.5 42.5 731-63M603 493L539 269 237 261 370 105M902 382L539 269M390 382L102 382'/%3E%3Cpath d='M-222 42L126.5 79.5 370 105 539 269 577.5 41.5 927 80 769 229 902 382 603 493 731 737M295-36L577.5 41.5M578 842L295 764M40-201L127 80M102 382L-261 269'/%3E%3C/g%3E%3Cg fill='%23FFFFFF33'%3E%3Ccircle cx='769' cy='229' r='5'/%3E%3Ccircle cx='539' cy='269' r='5'/%3E%3Ccircle cx='603' cy='493' r='5'/%3E%3Ccircle cx='731' cy='737' r='5'/%3E%3Ccircle cx='520' cy='660' r='5'/%3E%3Ccircle cx='309' cy='538' r='5'/%3E%3Ccircle cx='295' cy='764' r='5'/%3E%3Ccircle cx='40' cy='599' r='5'/%3E%3Ccircle cx='102' cy='382' r='5'/%3E%3Ccircle cx='127' cy='80' r='5'/%3E%3Ccircle cx='370' cy='105' r='5'/%3E%3Ccircle cx='578' cy='42' r='5'/%3E%3Ccircle cx='237' cy='261' r='5'/%3E%3Ccircle cx='390' cy='382' r='5'/%3E%3C/g%3E%3C/svg%3E");
}

.quotes-slider {
  height: 100%;
  margin: auto;
  vertical-align: middle;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
}

.login-sec.new-login .slick-list {
  overflow: hidden;
}

.login-sec.new-login .quote-cont {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 90px;
  margin: auto;
  height: 100%;
}

.login-sec.new-login .quote-cont img {
  margin: auto;
  max-width: 250px;
  max-height: 250px;
  margin-bottom: 30px;
}

.login-sec.new-login .quote-cont .quote-txt {
  font-size: 20px;
  font-weight: bold;
  color: #fff;
}

.login-sec.new-login .quote-cont span {
  font-size: 14px;
  display: block;
  color: #fff;
}

.login-sec.new-login .quote-cont .quote-txt:before {
  content: "❞";
  display: inline-block;
  margin: 0 5px;
  color: #144394;
  font-size: 30px;
  font-weight: bold;
}

.login-sec.new-login .quote-cont .quote-txt:after {
  content: "❝";
  margin: 0 5px;
  display: inline-block;
  color: #144394;
  font-size: 30px;
  font-weight: bold;
}

.login-sec.new-login .quote-cont span:before {
  content: "-";
  display: inline-block;
  margin: 0 5px;
  color: #144394;
  font-size: 20px;
  font-weight: bold;
}

.login-sec.new-login .login-container {
  background-color: unset;
  box-shadow: none;
}

.login-sec.new-login .login-container * {
  color: #333;
}

/* Quotes Slider */
.login-sec.new-login .quotes-d {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.jobsoid-login-sidebar.sidebar-login {
  background-image: url(../imgs/login-illustration.svg);
  background-color: #4b96e6;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  color: #fff;
  overflow: hidden;
  border-top-left-radius: inherit;
  border-bottom-left-radius: inherit;
  min-height: 100vh;
}

.login-sec.new-login.reg-sec .sidebar-login {
  background-image: url(../imgs/registration.png);
  background-size: contain;
  object-fit: cover;
  background-size: 100%;
  background-size: 82%;
  padding-top: 68%;
  min-height: 50vh;
}

.login-sec.new-login.forgot-pass .sidebar-login {
  background-image: url(../imgs/forgot-pass.png);
  background-size: 80%;
  padding: 0 60px;
  min-height: 80vh;
}

.sidebar-login p {
  color: #fff;
  position: absolute;
  top: 30px;
  left: 30px;
  font-size: 30px;
  text-align: left;
  max-width: 80%;
  text-align: right;
}

.login-sec.new-login.reg-sec .sidebar-login p {
  line-height: 4rem !important;
  font-size: 37px;
}

.login-sec.new-login.reg-sec .sidebar-login p a {
  background: unset;
  border: none;
  color: #f6c804;
  transition: 0.1s ease-in-out;
  font-weight: bold;
}

.login-sec.new-login.reg-sec .sidebar-login p a:hover {
  color: #144394;
}

.login-sec .box .login-title {
  color: #000;
  font-size: 32px;
  font-weight: bold;
}

.form .cntry-input span {
  right: 125px;
}

.form .cntry-input .fas {
  right: 90px;
}

.form .cntry-slct {
  display: flex;
  align-items: center;
}

.form .cntry-slct span {
  position: relative !important;
  right: 0 !important;
  text-align: right;
}

.form .cntry-slct select {
  width: 100%;
  font-size: 16px;
}

.form .cntry-slct .fas {
  position: relative;
  top: auto;
  right: auto;
  width: auto;
}

.inputBx *:focus {
  outline: none !important;
}

.iti--allow-dropdown .iti__flag-container {
  left: auto;
  right: 0;
}

.iti.iti--allow-dropdown.iti--separate-dial-code {
  width: 100%;
}

.inputBx.cntry-input:focus-visible {
  outline: none;
}

.iti.iti--allow-dropdown.iti--separate-dial-code:focus-visible,
.iti.iti--allow-dropdown.iti--separate-dial-code:focus {
  outline: none;
}

.iti__country-list {
  direction: ltr;
  text-align: right;
}

.iti__flag-box {
  float: right;
}

.iti__flag-box,
.iti__country-name {
  margin-left: 6px;
}

.iti__dial-code {
  float: right;
}

.phone-input::placeholder {
  color: #333;
}

.phone-input::-webkit-input-placeholder {
  opacity: 100;
}


.iti.iti--allow-dropdown.iti--separate-dial-code:after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  user-select: none;
  z-index: 2;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.iti.iti--allow-dropdown.iti--separate-dial-code .phone-input {
  cursor: text;
  width: 87%;
  float: left;
  z-index: 3;
  padding-right: 10px !important;
}

.iti__selected-flag {
  z-index: 3;
}

.form .cntry-input span {
  right: 125px !important;
}

.form .cntry-input .fas {
  position: relative;
  right: 0;
  top: 0;
  width: auto;
}

.cntry-input .cntry-btn {
  white-space: nowrap;
  max-width: 99%;
  overflow: hidden;
  display: inline-flex;
  height: 100%;
  vertical-align: middle;
  align-items: center;
  padding: 0 5px;
  border: 1px solid #f1f1f1;
  color: #333;
  padding-left: 18px;
}

.form .cntry-input input {
  padding-right: 10px;
}

.cntry-input .cntry-btn img {
  width: 15px;
  height: auto;
  margin: 0 0 0 3px;
}

.cntry-input .cntry-drop {
  padding: 0 0 10px 10px;
  text-align: right;
  max-height: 300px;
  overflow-y: auto;
  overflow-x: hidden;
}

.cntry-input .cntry-drop a {
  font-size: 14px;
}

.cntry-input .cntry-drop img {
  width: 15px;
  height: auto;
}

.cntry-input .cntry-drop .srch-input {
  width: 90%;
  margin: 10px auto;
  display: block;
  font-size: 14px;
}

.verif-modal .btn-close {
  margin-right: auto;
  margin-left: 0;
}

.verif-modal input {
  height: 40px;
  width: 100%;
}

.verif-modal .input-i {
  background: #004f95;
  color: #fff;
  border: 1px solid #ddd;
  border-radius: 0 5px 5px 0 !important;
}

.contact-btn-modal {
  display: none;
}

.alert-box.alert.alert-danger a {
  display: inline-block;
  margin: 0 5px;
  color: #00b451;
  font-weight: bold;
}

@media screen and (max-width: 765px) {
  .login-sec .exploding {
    max-width: 200px;
  }

  .box {
    padding: 10px;
  }

  .login-sec.new-login .form .action-btn {
    white-space: normal;
  }
}
