

.title h1 {
  font-size: 42px !important;
  margin: 0;
  background: -webkit-linear-gradient(45deg, #000, #ff020b 80%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  line-height: 1.4em;
}

.row_al {
  align-items: center;
  display: flex;
  height: 100vh;
}

.info-container {
  margin: 30px 64px;
  border-radius: 25px;
  background-image: linear-gradient(to right, #fcd8d8, #f9f3ed);
  /* height: 80%; */
  padding: 30px 50px;
  /* display: block; */
  left: 0;
}

.box {
  display: block;
}

.form_side {
  padding: 0px 120px 0px 60px;
  margin: auto 0;
  /* height: 100%; */
  /* overflow-y: scroll; */
}

input[type="text"],
input[type="email"],
input[type="number"] {
  padding: 10px 8px;
  border-radius: 5px;
  /* margin-bottom: 10px; */
  border:2px solid #aaaaaa;
  transition: .5s ease;
  -webkit-transition: 0.5s;
  outline: none;
}
.signInpara {
	text-align: center;
	margin-bottom: 0;
	margin-top: 10px;
}
input[type="password"] {
  padding: 10px 8px;
  border-radius: 5px;
  /* margin-bottom: 20px; */
  border:2px solid #aaaaaa;
  transition: .5s;
  -webkit-transition: 0.5s;
  outline: none;
}
input[type="text"]:hover {
  padding: 10px 8px;
  border-radius: 5px;
  /* margin-bottom: 10px; */
  border:2px solid #de0b0e;
}
input[type="text"]:focus {
  border:2px solid #de0b0e;
}

input[type="password"]:hover {
  padding: 10px 8px;
  border-radius: 5px;
  /* margin-bottom: 20px; */
  border:2px solid #de0b0e;
}

input[type="password"]:focus{

  border:2px solid #de0b0e;
}


.pass {
  font-size: 18px;
  padding: 10px 0px 5px 0px;
}

.mail {
  font-size: 16px;
  padding: 18px 0px 5px;
  font-weight: 700;
  color: #212529bf;
}

.mail1 {
  font-size: 16px;
  padding: 5px 0px 5px;
  font-weight: 700;
  color: #212529bf;
}

.submit a{
  width: 100%;
  background: #ff020b;
  /* background-color: #000; */
  border-radius: 10px;
  text-align: center;
  padding: 10px 5px;
  margin-top: 20px;
  color: #fff;
}

.submit a {
	text-decoration: none;
	font-size: 18px;
	color: #fff !important;
	font-weight: 600;
	letter-spacing: 0.2px;
	text-transform: capitalize;
	display: block;
}

.form-title{
  color: #e40813;
  padding-bottom: 20px;
}

.form-text {
  font-weight: 400;
  padding-top: 20px;
  font-size: 14px;
}

.form-text a{
  font-weight: 600;
  text-decoration: underline !important;
  color: #de0b0e !important;
}

.form-text::before {
  content: "\f00c";
  font-family: "FontAwesome";
  background-color: #fcf6ef;
  border-radius: 50px;
  padding: 5px;
  color: #de0b0e;
  margin-right: 10px;
}

.logo {
  width: 185px;
  padding-bottom: 20px;
}
.logo-form {
  display: none;
  width: 185px;
  padding-bottom: 20px;
}

.subtitle-main {
  display: flex;
  align-items: center;
  margin-bottom: 25px;
  margin-top: -18px;
}
.subtitle {
  font-size: 20px;
  line-height: 1.5;
  font-weight: 200;
}

.sub-img {
  width: 160px;
  margin: 20px 15px;
  margin-left: 0;
}
.sub-img img {
  width: 100%;
}

.card {
  padding: 30px 10px;
  border-radius: 20px;
  margin-top: 30px;
}
.cl1 {
  width: 50%;
  text-align: center;
  border-right: 1px solid #000;
}
.cl2 {
  width: 50%;
  text-align: center;
}

.cl-img {
  width: 100%;
  text-align: center;
}
.cl-img iconify-icon{
  font-size: 35px;
  padding-bottom: 20px;
  color: #de0b0e;
}

.cl-title {
  font-weight: 500;
  padding: 5px 0px;
}
.cl-subtitle {
  font-weight: 200;
  padding: 5px 0px;
}
.form_boxes {
  list-style: none;
  margin: 0;
  padding: 0;
}

.form_boxes ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.form_boxes ul li {
  color: #aaaaaa;
  display: block;
  position: relative;
  width: 100%; /* height: 100px; */
  border: 1px solid #aaaaaa;
  margin-right: 5px;
  transition: .2s;
}
.form_boxes ul li:hover{
  border: 1px solid #ef846a;
}
.form_boxes ul li input[type="radio"] {
  position: absolute;
  visibility: hidden;
}

.form_boxes ul li label {
  display: block;
  position: relative;
  font-weight: 300;
  font-size: 1.35em;
  padding: 10px 25px 12px 80px; /* margin: 10px auto; */
  z-index: 9;
  cursor: pointer;
  -webkit-transition: all 0.25s linear;
}

.form_boxes ul li:hover label {
  color: #ef846a;
}

.form_boxes ul li .check {
  display: block;
  position: absolute;
  border: 5px solid #aaaaaa;
  border-radius: 100%;
  height: 25px;
  width: 25px;
  top: 15px;
  left: 20px;
  z-index: 5;
  transition: border 0.25s linear;
  -webkit-transition: border 0.25s linear;
}

.form_boxes ul li:hover .check {
  border: 5px solid #ef846a;
}

.form_boxes ul li .check::before {
  display: block;
  position: absolute;
  content: "";
  border-radius: 100%;
  height: 11px;
  width: 11px;
  top: 2px;
  left: 2px;
  margin: auto;
  transition: background 0.25s linear;
  -webkit-transition: background 0.25s linear;
}

.form_boxes input[type="radio"]:checked ~ .check {
  border: 5px solid #ef846a;
}

.form_boxes input[type="radio"]:checked ~ .check::before {
  background: #ef846a;
}

.form_boxes input[type="radio"]:checked ~ label {
  color: #ef846a;
}

.slick-dots li.slick-active button:before {
  opacity: .75;
  color: #df6264 !important;
}

.slick-dots li button:before {
  font-family: 'slick';
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: '•';
  text-align: center;
  opacity: .25;
  color: #de0b0e !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.InputMainBox {
	gap: 10px;
}
.fifty {
	width: calc(50% - 6px);
}

.input-field{
  margin-right: 0px;
}

.form_side_sign_up {
  padding: 0px 60px 0px 60px;
  margin: 0;
}

input[name="postcode"]{
  font-weight: 600;
}

.sign_title{
  /* margin:20px 0px; */
  font-weight: 700;
}

@media (max-width:767px){

  .container-main{
    width: 100%;
    /* background-image: linear-gradient(to right, #fcd8d8, #f9f3ed); */
    /* height: 100vh; */
  }
  .info-container{
    display: none;
  }

  .form_side {
    padding: 40px 20px 40px 20px;
    margin: 0 auto;
    border: 1px solid #606060;
    background-color: #f8f8f8;
    border-radius: 20px;
    width: 90%;
    margin: 0 auto;
    position: absolute;
    top: 0;
    left: 20px;
    transform:translatey(25%) ;
}

.bg-pink{
  background-image: linear-gradient(to right, #fcd8d8, #f9f3ed);
}

.logo-form {
  display: block;
  width: 150px;
  padding-bottom: 20px;
  margin: 0 auto 20px;
}
.form-title {
  color: #de0b0e;
  text-align: center;
  font-weight: 800;
  padding-bottom: 20px;
}

.fifty {
  width: calc(100%);
}

.form_side_sign_up {
  padding: 41px 20px;
  border: 1px solid #606060;
  background-color: #f8f8f8;
  border-radius: 20px;
  width: 100%;
  margin: 10px auto 20px;
}
.row_al{
  margin: 0;
  padding: 0;
}
.input-field {
  margin-right: 0px;
}

.sign_title {
  margin-bottom: 8px;
  margin-top: 20px;
  font-size: 32px;
  font-weight: 700;
}

.mail {
  font-size: 16px;
  padding: 5px 0px 5px;
  font-weight: 700;
  color: #212529bf;
}
}

.sign_subtitle{
  text-transform: capitalize;
  font-size: 18px;
}
.container-main{
  width: 90%;
  padding: 0 0 50px 0;
}
.password {
	position: relative;
}
.logobox {
	display: flex;
	align-items: baseline;
	justify-content: space-between;
}
.backbtnBox a {
	display: flex;
	align-items: center;
	text-decoration: none;
	padding: 5px 10px;
	background: #020202;
	color: #fff;
	border-radius: 28px;
	gap: 7px;
}
.backbtnBox a iconify-icon {
	margin-top: 2px;
}