@import url("https://fonts.googleapis.com/css2?family=Noto+Sans&display=swap");

body {
  background: rgb(74, 146, 189);
  background-image: url("../img/back2.jpg"),
    linear-gradient(
      90deg,
      rgba(74, 146, 189, 1) 24%,
      rgba(55, 134, 181, 1) 58%,
      rgba(45, 90, 163, 1) 100%,
      rgba(0, 212, 255, 1) 100%
    );
  background-size: cover;
  background-position-y: -70px;
  background-position-x: center;
}
.companylink-mobile{
  visibility: hidden;
}


.login-body {
  background: rgb(74, 146, 189);
  background-image: url("../img/login.jpg"),
    linear-gradient(
      90deg,
      rgba(74, 146, 189, 1) 24%,
      rgba(55, 134, 181, 1) 58%,
      rgba(45, 90, 163, 1) 100%,
      rgba(0, 212, 255, 1) 100%
    );
  background-size: cover;
  background-position-y: -70px;
  background-position-x: center;
}

label {
  position: absolute;
  left: 9px;
  bottom: 5px;
}
.cloud img {
  height: 150px;
}

.cloud {
  position: absolute;
  height: 150px;
  width: 300px;
  top: 5px;
  left: 40px;
}
.login-cloud img {
  height: auto;
}
.login-cloud {
  position: absolute;
  height: 150px;
  width: 300px;
  top: 25px;
  left: 40px;
}
.panel {
  margin-top: 8%;
  margin-left: 20%;
  height: auto;
  width: auto;
  width: 300px;
  border-radius: 18px;
  border-radius: 28px;
  border-radius: 25px;
  background: #e0e7fa;
  box-shadow: 33px 33px 66px #ccd2e4, -33px -33px 66px #f4fcff;
  padding: 30px 20px;
  border-radius: 10px;
  /* background: rgb(87, 182, 251); */

  /* background: linear-gradient(90deg, rgba(174, 235, 238, 1) 0%, rgba(117, 176, 244, 1) 100%); */
}

.login-panel {
  margin-top: 12%;
  margin-left: 60%;
  height: auto;
  width: auto;
  max-width: 300px;
  border-radius: 11px;
  border-radius: 18px;

  border-radius: 18px;

  border-radius: 18px;
  border-radius: 28px;
  border-radius: 25px;
  background: #e0e7fa;
  box-shadow: 33px 33px 66px #ccd2e4, -33px -33px 66px #f4fcff;
  padding: 30px 20px;
  border-radius: 10px;
}

.panel input {
  padding: 11px 15px;
  border: none;
  font-size: 13px;
  outline: none;
  background-color: rgba(255, 255, 255, 1);
  color: #131313;
  width: 100%;
  border-radius: 4px;
  margin-bottom: 15px;
}

#butt {
  background-color: lightgrey;
  border-radius: 5px;
  padding: 8px 8px;
  margin-top: 8px;
  outline: none;
  width: 100%;
  color: white;
}

h4,
h5,
h6 {
  margin-bottom: 25px;
  font-weight: 500;
  font-size: 15px;
  text-align: center;
  margin-top: 10px;
  color: dodgerblue;
}

small {
  margin: none;
  padding: none;
}

/*================== media query for mobile view ===========================*/

@media only screen and (max-width: 420px) {
  
  .reg-body {
    background-image: none;
    background: none;
    background-image: url("../img/mobile.png");
  }

  .panel {
    margin-top: 280px;
    margin-right: 150px;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
    position: absolute;
    left: -80px;
    width: 350px;
    height: auto;
  }

  .login-body {
    background-image: url("../img/mobile.png");
  }
  .login-panel {
    margin-top: 200px;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
    position: absolute;
    left: 10px;
    margin-left: 40px;
    width: 350px;
  }
  .otp {
    margin-top: 200px;
    margin-left: 90px;
    padding: 5px;
    max-width: 200px;
    background: #e0e7fa;
    box-shadow: 33px 33px 66px #ccd2e4, -33px -33px 66px #f4fcff;
    border-radius: 20px;
  }

 .cloud{
    position: absolute;
    height: 150px;
    width: 300px;
    top: 25px;
    left: 190px;
  }


.login-cloud {
  position: absolute;
  height: 150px;
  width: 300px;
<<<<<<< HEAD:registered/registered.css
  top: 25px;
  left:140px;
=======
  top: 0px;
  left: 120px;
}

.login-cloud img{
  height: 100px;
>>>>>>> 2329365d1d39fbcce446fbe2a69b5fae17af521b:Dashboard-JRK-Automation-main/dashboard/css/registered.css
}
.companylink{
  visibility: hidden;
}
.companylink-mobile{
  visibility: visible;
  position: absolute;
  bottom: 10px;
  left: 20%;
}

.companylink-mobile p ,.companylink-mobile a{
  text-align: center;
  color: #464646;
  font-size: 12px;
  text-decoration: none;
  margin: 0;
}


}


@media only screen and (max-width: 770px) {
  .panel {
    margin-top: 280px;
    margin-left: 190px;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
    position: absolute;
    width: 350px;
  }
}

/* ================change color of placeholder ========================*/

::placeholder {
  font-size: 12px;
}
p {
  margin-bottom: 5px;
  font-size: 10px;
  color: rgb(197, 51, 25);
  text-align: left;
  font-weight: 500;
}

/*=================== otp verification handling =========================*/

#digit1,
#digit2,
#digit3,
#digit4,
#digit5,
#digit6 {
  height: 31px;
  width: 19px;
  font-size: 17px;
  padding: 0;
  border: 1px solid grey;
  border-radius: 3px;
  outline: none;
  background-color: white;
  text-align: center;
  overflow-x: hidden;
  color: #464646;
}
input:focus {
  border: 2px solid dodgerblue;
}

.otp {
  width: 600px;
  padding: 15px;
  max-width: 600px;
  background: #e0e7fa;
  box-shadow: 33px 33px 66px #ccd2e4, -33px -33px 66px #f4fcff;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 20px;
  visibility: hidden;
}
/*================== button styling ====================*/
.btn {
  width: 40%;
  align-self: center;
  background-color: dodgerblue;
  color: white;
}
.btn-div {
  text-align: center;
  margin: 10px;
}

.companylink{
position: absolute;
bottom: 10px;
left: 40%;
}

.companylink p ,.companylink a{
  text-align: center;
  color: #464646;
  font-size: 12px;
  text-decoration: none;
  margin: 0;
}