.wrapper, body, html {
  height: -webkit-fill-available;
}
.body_register{
  min-height: 100% !important;
}
.register-box
{
  position: relative;
  width: 70%;
  height: 100vh;
  background: #080848;
  padding: 0px 20px;
}
.side_img_box{
  position: relative;
  width: 30%;
  background: #fff;
}
.register_img_box{
  width: 85%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.register_img{
  width: 100%;
  height: 100%;
}
.register-logo_img{
  position: absolute;
  width: 220px;
  height: 220px;
  padding: 80px 65px;
  background: #080848;
  border-radius: 100%;
  top: -50px;
  left: -50px;
}
.register-card-body{
  background: transparent;
}
.register_bg{
  width: 90%;
  position: absolute;
  background: transparent;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.register-card-body{
  color: #fff;
}
.register_input{
  background: #080848;
  color: #fff;
  border-radius: 5px 0px 0px 5px !important;
}
.register_input1{
  background: #080848;
  color: #fff;
  border-radius: 5px !important;
}
.register-card-body .input-group .input-group-text {
  color: #fff;
}
.register-card-body ::placeholder{
  color: #fff !important;
}
.register_input:focus{
  color: #fff;
  background-color: #080848;
  border-color: #fff;
  outline: 0;
}
.register_input1:focus{
  color: #fff;
  background-color: #080848;
  border-color: #fff;
  outline: 0;
}
.register-card-body .input-group .register_input1{
  border-right: 1px solid #fff;
}
.login-card-body p a, .register-card-body p a{
  color: #fff;
}
.Register_btn{
  margin-left: 20px;
  padding: 10px 20px !important;
}
.btn{
  width: max-content;
}
.register-card-body p{
  font-size: 18px;
}
.register_heder{
  font-size: 36px;
  font-weight: 600;
  text-align: center;
}
.register_p_text{
  font-size: 20px;
  font-weight: 500;
  text-align: center;
  margin-bottom: 50px;
}
.register_title{
  font-weight: 500;
  text-align: center;
  margin-bottom: 30px;
  font-family: "Source Sans Pro",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
}
.login-card-body p a:hover, .register-card-body p a:hover{
  color: #fff;
}
.Register_btn:hover{
  color: #fff;
  background-color: transparent;
  border-color: #fff;
}
.register_shape1{
  position: absolute;
  top: 0;
  left: 10%;
}
.register_shape2{
  position: absolute;
  bottom: 0;
  right: 10%;
}
.register_bottom{
  display: flex;
}
.register_3_box{
  position: relative;
  width: 100%;
  border: 1px solid #fff;
  border-radius: 20px;
  margin-top: 20px;
}
.register_main_title{
  position: relative;
  width: 100%;
  padding: 9px 0px;
  text-align: center;
  background: #fff;
  border: 1px solid #fff;
  border-radius: 20px 20px 0px 0px;
  font-size: 24px;
  font-weight: 600;
  text-align: center;
  color: #080848;
}
.register_mainp_text{
  position: relative;
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  color: #fff;
  padding:15px 20px;
}
.register_bg a{
  text-decoration: none;
}

@media screen and (min-width: 1200px) and (max-width: 1440px){
  .register-logo_img{
    width: 200px;
    height: 200px;
    padding: 70px 60px;
  }
  .register_heder{
    font-size: 30px;
  }
  .register_p_text{
    font-size: 16px;
    margin-bottom: 20px;
  }
  .register_title{
    font-size: 20px;
    margin-bottom: 10px;
  }
  .register-card-body p{
    margin-top: 5px;
  }
  .register_img{
    width: 95%;
    height: 95%;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px){
  .side_img_box{
    display: none;
  }
  .register-box{
    width: 100%;
  }
  .register_main_title{
    font-size: 20px;
  }
  .register-logo_img{
    width: 200px;
    height: 200px;
    padding: 70px 60px;
  }
  .register_heder{
    font-size: 30px;
  }
  .register_p_text{
    font-size: 16px;
    margin-bottom: 20px;
  }
  .register_title{
    font-size: 20px;
    margin-bottom: 10px;
  }
  .register-card-body p{
    margin-top: 5px;
  }
  .register_img{
    width: 95%;
    height: 95%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px){
  .side_img_box{
    display: none;
  }
  .register-box{
    width: 100%;
  }
  .btn-block
  {
    max-width: 240px;
    margin-top: 15px;
  }
}

@media screen and (max-width: 767px){
  .side_img_box{
    display: none;
  }
  .register-box{
    width: 100%;
    margin-top: 0;
  }
  .register_bg{
    width: 100%;
    position: relative;
    left: 0%;
    top: 0%;
    transform: translate(0%, 0%);
    padding: 70px 0px;
  }
}

@media screen and (max-width: 575px){
  .register-box{
    height: 100%;
  }
  .register-page
  {
    height: unset;
    overflow: auto;
  }
  .register_title{
    font-size: 26px;
  }
  .register_heder{
    font-size: 30px;
  }
  .register_p_text{
    font-size: 18px;
  }
  .register_bottom{
    display: inline;
  }
  .register-card-body p{
    text-align: center !important;
  }
  .Register_btn {
    margin-left: 10px;
    padding: 10px 15px !important;
  }
  .register_title{
    margin-bottom: 15px;
    font-size: 22px;
  }
  .register_p_text{
    margin-bottom: 20px;
  }
}