/*************LOGIN SCREEN***********************/

body{
    overflow-x: hidden;
}

h1,h2,h3{
    font-size: 24px;
    font-family: 'Lato'
}

p,label{
  font-family: 'Roboto';
}

button, input, optgroup, select, textarea{
  font-family: 'Roboto';
}
.background-image-lr{
  background: url('../images/register.png');
  background-size: cover;
  background-position-x: center;
  height: 106ch;
}

.background-image-vs{
  background: url('../images/register.png');
  background-size: cover;
  background-position-x: center;
  height: 132ch;
}

.background-image-pr{
  background: url('../images/register.png');
  background-size: cover;
  background-position-x: center;
  height: 148ch;
}

label{font-family: 'Roboto';font-size: 16px;font-weight: 600;}

.form-box .col-md-6 .main-col{
  height: 83.3ch;
}

.form-box .logo-flex img:nth-child(1){
  width: 105px;
  height: 94px;
}

.form-box .logo-flex img:nth-child(2){
  margin-left: 0.5ch;
  width: 229.09px;
  height: 50.64px;
}

.form-box .logo-flex {
  display: flex;
  align-items: center;
  position: absolute;
  top:50%;
  left: 25%;
  transform: translate(-50%,-50%);
}

/**************** pet details ************************/

.form-outline-skip{
text-align: center;
background: #fff;
margin-top: 4ch;
padding: 1ch;
border-radius: 30px;
}

.weight-float-label{
  float: right;
  margin-right: 10%;
}

.weight-float-select{
float: right;
margin-right: 13%;
}

/*****************************************/

.form-width{
    position: relative;
    float: right;
    right: 10%;
    width: 30%;
}

.form-outline{
  background: #fff;
  margin-top: 6ch;
  margin-bottom: 2ch;
  padding: 4ch;
  border-radius: 30px;
}


/*.form-outline .role-select a:first-child{
  position: absolute;
  padding: 2ch;
  top: -2%;
  left: 31%;
  font-size: 2.3ch;
  border-radius: 50%;
  color: #113c42;
  background: #10cbd4;
  text-decoration: none;
  font-weight: 500;
}

.form-outline .role-select a:last-child{
  position: absolute;
  padding: 2ch;
  top: 4%;
  left: 56%;
  font-size: 2.2ch;
  background: #ffffff;
  color: #113c42;
  border-radius: 50%;
  text-decoration: none;
  font-weight: 500;
}*/

/****************************/

/*.form-outline .role-select .pet-radio{
  position: absolute;
  padding: 2ch 2.5ch;
  top: -2%;
  left: 26%;
  font-size: 2.5ch;
  border-radius: 50%;
  color: #113c42;
  background: #10cbd4;
  text-decoration: none;
  font-weight: 500;
}*/

.form-outline .role-select .pet-radio span{
  position: absolute;
  padding: 2ch;
  top: 10%;
  left: 26%;
  font-size: 2.5ch;
  border-radius: 50%;
  color: #113c42;
  background: #80f39a;
  text-decoration: none;
  font-weight: 500;
}

.form-outline .role-select .pet-radio input{
  position: absolute;
  top: 12%;
  left: 38%;
  opacity: 0;
  //display: none;
}

.form-outline .role-select .vet-radio input{
    position: absolute;
    top: 7%;
    left: 63%;
    margin: -9px;
    opacity: 0;
    //display: none;
}

.form-outline .role-select .vet-radio span{
  position: absolute;
  padding: 2ch;
  top: 10.5%;
  left: 56%;
  font-size: 2.5ch;
  background: #80f39a;
  color: #113c42;
  border-radius: 50%;
  text-decoration: none;
  font-weight: 500;
}


.form-outline .role-select label input:checked ~ span{
  background: #10cbd4;
  transform: scale(1.2);
}

.form-outline .role-select label input ~ span:hover{box-shadow: 0px 7px 7px 4px #28a745c2;}


/***********radio btn*******************/
[type="radio"]:checked,
[type="radio"]:not(:checked) {
  position: absolute;
    z-index: -1;
}
[type="radio"]:checked + label,
[type="radio"]:not(:checked) + label
{
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #000;
}
[type="radio"]:checked + label:before,
[type="radio"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 20px;
    height: 20px;
    border: 1px solid #ddd;
    border-radius: 100%;
    background: #fff;
}
[type="radio"]:checked + label:after,
[type="radio"]:not(:checked) + label:after {
    content: '';
    width: 12px;
    height: 12px;
    background: #1A5E6B;
    position: absolute;
    top: 4px;
    left: 4px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
[type="radio"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
[type="radio"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}
/*********************/
.option-select a{
  font-family: 'Lato';
  font-size: 30px;
  color: #000;
  text-decoration: none;
  font-weight: 700;
  margin-right: 0.5ch;
}

.option-select a:last-child{
  font-family: 'Lato';
  font-size: 2ch;
  color: grey;
  text-decoration: none;
  margin-left: 0.8ch;
}

/******************************/
.form-outline .form-group{
  margin-bottom: 0.2rem;
}

.form-outline .form-group p{
  font-size: 16px;
  font-weight: 600;
}

.form-outline .form-group .form-control{
  border: none;
  border-bottom: 2px solid #112025;
  border-radius: 0;
  background: #fff0;
  box-shadow: none;
}

.form-outline .form-group .form-control1{
background: #fff0;
box-shadow: none;
border: none;
outline: none;
}

/********************/

.form-outline .forgot-text{
  color: #000;
}

.center-button{
  display: flex;
  justify-content: center;
  align-items: center;
}

.login-btn:focus{
  outline: none;
}

.login-btn{background: linear-gradient(
178.67deg
, #FDC161 1.14%, #FFAF2E 92.49%, rgba(253, 193, 97, 0) 242.75%);text-align: center;width: 75%;padding: 1.3ch;border-radius: 10px;border: none;}

.login-btn:hover{background: linear-gradient(
178.67deg
, #fdc16185 1.14%, #ffaf2e 92.49%, rgb(253 193 97 / 0%) 242.75%);text-align: center;width: 75%;padding: 1.3ch;border-radius: 10px;border: none;}


/****************/

.media{
  justify-content: center;
}

.media a{
  text-decoration: none;
}

.media p{
  font-size: 1.9ch;
}

.media .google{
  border: 2px solid #10cbd4;
  display: flex;
  padding: 0ch 1.5ch;
  border-radius: 29px;
}

.media .google p{
  color: #000;
  padding-right: 1ch;
  margin-right: 2ch;
}

.media .google:hover{
}

.media .google img{
  margin-right: 4ch;
  width: 30px;
  height: 30px;
}

.media .fb{
  border: 2px solid #10cbd4;
  display: flex;
  padding: 0ch 2ch;
  border-radius: 29px;
}

.media .fb img{
  margin-right: 4ch;
  width: 30px;
  height: 30px;
}

.media .fb p{
  color: #000;
  padding-right: 1ch;
}

/***********************Register page*****************************/

.option-select-register a{
  font-size: 2ch;
  margin-right: 0.8ch;
  color: grey;
  text-decoration: none;
  font-weight: 700;
  font-family: 'Lato';
}

.option-select-register a:last-child{
  font-family: 'Lato';
  font-size: 30px;
  margin-left: 0.5ch;
  color: #000;
  text-decoration: none;
  font-weight: 700;
}

/*********/

.circle-media{
  display: flex;
}

.circle-media img{
  border: 2px solid #10cbd4;
  border-radius: 50%;
  padding: 0.8ch;
  margin: 0.6ch;
  width: 40px;
  height: 40px;
}

.circle-media img:hover{
  border: 2px solid red;
  background: #000
}

/**************terms and condition*********************/

input[type="checkbox"]{
  /* border: 2px solid #112025; */
  /* padding: 2ch; */
  /* appearance: none; */
  width: 2ch;
  height: 2ch;
  /* outline: none; */
  /* transition: 0.5s all ease-in-out; */
  /* border-radius: 10px; */
}

/*input[type="checkbox"]:after{
  font-family: 'Font Awesome 5 Free';
  content: '\2714';
  font-size: 30px;
  display: none;
}*/

input[type="checkbox"]:checked{
  /* background: #424FF5; */
  /* padding: 1ch; */
  /* appearance: none; */
  /* height: 5ch; */
  /* width: 5ch; */
  /* display: flex; */
  /* transition: 0.5s all ease-in-out; */
}

/*input[type="checkbox"]:checked:after{
  font-family: 'Font Awesome 5 Free';
  content: '\2714';
  font-size: 30px;
  display: flex;
  position: absolute;
  top: 0;
  color: #EFF0F4;
}*/

#privacy-policy{//margin: 4% 13%;}

#privacy-policy:hover{
  text-decoration: underline;
  text-decoration-color: #424FF5;
  cursor: pointer;
}

/*********** For media queries. ***************/

.form-width-twelve{
    position: relative;
    float: right;
    right: 10%;
    width: 40%;
}

.form-width-eight{
    position: relative;
    float: right;
    right: 10%;
    width: 50%;
}

.form-width-three{
    position: relative;
    float: right;
    top: 10%;
    right: 5%;
    width: 90%;
}

@media screen and (max-width:500px){
  #privacy-policy{
    width: 230px;
    margin: 3% 13%;
  }
}
