

.main-section{
    background: linear-gradient(
      135deg,
      color-mix(in srgb, var(--accent-color), #000000b8 96%) 0%,
      var(--background-color) 40%,
      color-mix(in srgb, var(--accent-color), #000000b0 98%) 100%
    ),
    url("../img/lines_black.webp") center center no-repeat;
  /* padding-bottom: 60px; */
}
#form_login_section{
  display: flex;
  justify-content: center;
  align-items: center;
}

#form_login_section .login-box {
  width: 400px;
  padding: 40px;
  /* background: rgba(0,0,0,.5); */
  background: rgb(255 255 255 / 50%);
  box-sizing: border-box;
  box-shadow: 0 0px 10px 0px rgba(255, 255, 255, 0.6);
  border-radius: 10px;
}

#form_login_section .login-box h2 {
  margin: 0 0 30px;
  padding: 0;
  color: #ffffff;
  text-align: center;
}

#form_login_section .login-box .user-box {
  position: relative;
}

#form_login_section .login-box .user-box input {
  width: 100%;
  padding: 10px 0;
  font-size: 16px;
  color: #ffffff;
  margin-bottom: 30px;
  border: none;
  border-bottom: 1px solid #ffffff;
  outline: none;
  background: transparent;
}
#form_login_section .login-box .user-box label {
  position: absolute;
  top:0;
  left: 0;
  padding: 10px 0;
  font-size: 16px;
  color: #ffffff;
  pointer-events: none;
  transition: .5s;
}

#form_login_section .login-box .user-box .rem:focus ~ label,
#form_login_section .login-box .user-box .rem:valid ~ label {
  top: -20px;
  left: 0;
  color: #0049c2;
  font-size: 12px;
}

 #form_login_section  a {
  position: relative;
  display: inline-block;
  padding: 10px 20px;
  color: #0049c2;
  font-size: 20px;
  text-decoration: none;
  text-transform: uppercase;
  overflow: hidden;
  transition: .5s;
  margin-top: 10px;
  letter-spacing: 4px;
  max-width:100%;
  width:100%;
  font-family: "Orbitron", sans-serif;
}

#form_login_section .login-box a:hover {
  background: #0049c2;
  color: #ffffff;
  border-radius: 5px;
box-shadow: 0 0 0px #0049c2,
            0px 0px 10px #0049c2, 
            0px 0px 30px #0049c2,
            0px 0px 70px #0049c2;
}

#form_login_section .login-box a span {
  position: absolute;
  display: block;
}

#form_login_section .login-box a span:nth-child(1) {
  top: 0;
  left: -100%;
  width: 100%;
  height: 2px;
  background: linear-gradient(90deg, transparent, #0049c2);
  animation: btn-anim1 1s linear infinite;
}

@keyframes btn-anim1 {
  0% {
    left: -100%;
  }
  50%,100% {
    left: 100%;
  }
}

#form_login_section .login-box a span:nth-child(2) {
  top: -100%;
  right: 0;
  width: 2px;
  height: 100%;
  background: linear-gradient(180deg, transparent, #0049c2);
  animation: btn-anim2 1s linear infinite;
  animation-delay: .25s
}

@keyframes btn-anim2 {
  0% {
    top: -100%;
  }
  50%,100% {
    top: 100%;
  }
}

#form_login_section .login-box a span:nth-child(3) {
  bottom: 0;
  right: -100%;
  width: 100%;
  height: 2px;
  background: linear-gradient(270deg, transparent, #0049c2);
  animation: btn-anim3 1s linear infinite;
  animation-delay: .5s
}

@keyframes btn-anim3 {
  0% {
    right: -100%;
  }
  50%,100% {
    right: 100%;
  }
}

#form_login_section .login-box a span:nth-child(4) {
  bottom: -100%;
  left: 0;
  width: 2px;
  height: 100%;
  background: linear-gradient(360deg, transparent, #0049c2);
  animation: btn-anim4 1s linear infinite;
  animation-delay: .75s
}

@keyframes btn-anim4 {
  0% {
    bottom: -100%;
  }
  50%,100% {
    bottom: 100%;
  }
}
#form_login_section .login-box a #submit_button_section {
  background: none;
  border: none;
  width: 100%;
}
#form_login_section .form-control:focus{
  box-shadow: none;
}

#main_signup_section .sing-up-section .signup_form_inner_section .form-group{
  display: flex;
  justify-content: center;
  align-items: center;
}
#main_signup_section .sing-up-section .signup_form_inner_section .form-group label{
  width: 30%;
 }
#main_signup_section .sing-up-section .signup_form_inner_section .form-group input{
 width: 100%;
}
#main_signup_section .sing-up-section{
  display: flex;
  justify-content: center;
  align-items: center;
}
#main_signup_section .sing-up-section .signup_form_inner_section{
  padding: 40px;
  /* background: rgba(0,0,0,.5); */
  background: rgb(255 255 255 / 50%);
  box-sizing: border-box;
  box-shadow: 0 0px 10px 0px rgba(0, 0, 0, .6);
  border-radius: 10px;
}
#main_signup_section .sing-up-section .signup_form_inner_section .g-recaptcha{
  display: flex;
  justify-content: center;
}



  #main_signup_section .sing-up-section .signup_form_inner_section .section_of_option_register_section .register_scound_section{
  color:#ff2323;
  margin-bottom: 0px;
  /* animation-duration: 3s;
  animation-iteration-count: infinite;
  animation-name: TopButton;
  animation-timing-function: linear; */
  display: block;
  background-color: #3deee4;
  box-shadow: 0 0 0px #20b2aa, 
              0px 0px 10px #20b2aa, 
              0px 0px 30px #20b2aa00, 
              0px 0px 0px #20b2aa00;
}
#main_signup_section .sing-up-section .signup_form_inner_section .section_of_option_register_section .register_scound_section a{
  color:#ff2323;
 font-weight: bolder;
}














.align-items-center{
    align-items: center;
}
.magic_botton_section {
  position: relative;
  display: inline-block;
  padding: 10px 12px;
  color: #ff2323;
  overflow: hidden;
  transition: .5s;
  max-width:100%;
  width:100%;
}
.magic_botton_section:hover {
  /* background: #08b2e0; */
  /* color: #fff;
  border-radius: 5px; */
  /* background-color: #3deee4; */
  /* box-shadow: 0 0 0px #20b2aa inset, 
  0px 0px 10px #20b2aa inset, 
  0px 0px 30px #20b2aa00 inset, 
  0px 0px 0px #20b2aa00 inset; */
  /* box-shadow: 0 0 0px #08b2e0,
              0px 0px 10px #08b2e0,
              0px 0px 30px #08b2e0,
              0px 0px 70px #08b2e0; */
}
.magic_botton_section span {
  position: absolute;
  display: block;
}
.magic_botton_section span:nth-child(1) {
  top: 0;
  left: -100%;
  width: 100%;
  height: 2px;
  background: linear-gradient(90deg, transparent, #ffffff);
  animation: btn-anim1 1s linear infinite;
}
@keyframes btn-anim1 {
  0% {
    left: -100%;
  }
  50%,100% {
    left: 100%;
  }
}
.magic_botton_section span:nth-child(2) {
  top: -100%;
  right: 0;
  width: 2px;
  height: 100%;
  background: linear-gradient(180deg, transparent, #ffffff);
  animation: btn-anim2 1s linear infinite;
  animation-delay: .25s
}
@keyframes btn-anim2 {
  0% {
    top: -100%;
  }
  50%,100% {
    top: 100%;
  }
}
.magic_botton_section span:nth-child(3) {
  bottom: 0;
  right: -100%;
  width: 100%;
  height: 2px;
  background: linear-gradient(270deg, transparent, #ffffff);
  animation: btn-anim3 1s linear infinite;
  animation-delay: .5s
}
@keyframes btn-anim3 {
  0% {
    right: -100%;
  }
  50%,100% {
    right: 100%;
  }
}
.magic_botton_section span:nth-child(4) {
  bottom: -100%;
  left: 0;
  width: 2px;
  height: 100%;
  background: linear-gradient(360deg, transparent, #ffffff);
  animation: btn-anim4 1s linear infinite;
  animation-delay: .75s
}
@keyframes btn-anim4 {
  0% {
    bottom: -100%;
  }
  50%,100% {
    bottom: 100%;
  }
}
.magic_botton_section #submit_button_section {
  background: none;
  border: none;
  width: 100%;
}
.top_inner_call_section .magic_botton_section .div_top_inner_two .login_line_color{
  margin:0px;
  background-color: black;
  opacity: 0.40;
}
.btn_section_for_top_two i {
    font-size: 45px;
    margin-right: 10px;
    color: #ffffff;
    transition: 0.5s;
}

.btn_section_for_top i{
  font-size: 25px;
  margin-right: 10px;
}
.btn_section_for_top_two{
  /* background-color: #144f90; */
  border-radius: 5px;
  color: #ffffff;
  box-shadow: 0px 0px 3px 0px rgb(255, 255, 255) inset;
  border:none;
  padding: 10px 13px;
  }
/* .btn_section_for_top_two .div_top_inner_two p{
  margin-bottom: 0px;
  font-size: 15px;
  color: #ff2323;
  transition: 0.5s;
} */
.btn_section_for_top_two .div_top_inner_two a{
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 15px;
  color: #ffffff;
  transition: 0.5s;
  font-family: "Orbitron", sans-serif;
}
.btn_section_for_top_two .div_top_inner_two .color_change_on_hover:hover{
  color: #105097;
  transition: 0.5s;
}
.btn_section_for_top_two:hover i, 
.btn_section_for_top_two:hover .div_top_inner_two a, 
.btn_section_for_top_two:hover .div_top_inner_two p{
  color: #ffffff;
  transition: 0.5s;
}
