@import url('./googleapifont-css.css');

body{
  background-color: #dfe1e2;
  margin: 0;
}

form#change-pass-form{
  width: 300px;
  padding: 20px;
  margin: 15px auto 0 auto;
}
form#register_form{
  /* width: 300px; */
  padding: 20px;
  margin: 15px auto 0 auto;
}

/* Code to remove IE/Edge eye icon and cross button */
input::-ms-clear {
	display: none;
}

input::-ms-reveal {
	display: none;
}


.form-field{
  margin: 0 0 3.5em;
  padding: 0;
  border: 0;
  position: relative;
  height: 40px;
}

@media screen and (max-width: 768px) {
  .form-field{
    margin: 0 0 2.6em;
    padding: 0;
    border: 0;
    position: relative;
    height: 85px;
  }  
}

.form-input {
    position: absolute;
    width: 100%;
    height: 42px;
    /* background: #EEE; */
    border: none;
    border-bottom: 1px solid #cccccc;
    font-family: 'Open Sans', Helvetica, Arial, sans-serif;
    font-size: 95%;
    outline: none;
}

input[type=text],
input[type=password] {
    box-sizing : border-box;
}

.change-pass-main-wrapper, .verify-email-main-wrapper {
  max-width: 605px;
  width: 100%;
  height: 552px;
  background-color: #ffffff;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.24), 0 0 2px 0 rgba(0, 0, 0, 0.12);
  margin: 0 auto 0 auto;
  position: relative;
  top: 30px;
  /* top: 50%; */
  /* transform: translateY(-50%); */
}

.netgear-logo {
    /* width: 222px; */
    height: 70px;
    background: url("../images/Arlo_Logo_2021.svg") no-repeat center center;
    background-size: contain;
    margin: 0 auto;
}

.change-pass-inner p,
.verify-email-inner p{
    width: 270px;
    font-family: "Roboto", sans-serif;
    font-size: 14.5px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    text-align: center;
    color: #959b9d;
    margin: 20px auto 0 auto;
}


.hide_icon{
  display: none !important;
}


.show_icon{
  display: block !important;
}


.eye_icon_password {
  float: right;
  margin-right: 6px;
  margin-top: 10px;
  position: relative;
  z-index: 2;
  cursor: pointer;
  display: none;
}

.eye_icon_confirm_password {
  float: right;
  margin-right: 6px;
  margin-top: 10px;
  position: relative;
  z-index: 2;
  cursor: pointer;
  display: none;
}

button#change_pass_btn, button#verify-email-btm {
  width: 100%;
  height: 44px;
  border-radius: 1px;
  background-color: #06a94e;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.24), 0 0 2px 0 rgba(0, 0, 0, 0.12);
  border: 0;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  text-align: center;
  color: #ffffff;
  cursor: pointer;
  transition: background-color 0.3s;
  opacity: 1;
}

.button_disabled {
  cursor: not-allowed !important;
  opacity: 0.6 !important;
  pointer-events: none;
}

button#change_pass_btn:hover,
button#verify-email-btm:hover{
  background-color: #06a94e;
}

.change-pass-inner, .verify-email-inner {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 50%;
}

.is-focus{
  color: #cccccc;
  transform: translateY(-40px) scale(0.8);
}

.congrats-icon {
    width: 150px;
    height: 150px;
    background: url("../images/checkmark-icon.png") no-repeat center center;
    background-size: contain;
    margin: 0 auto 0 auto;
}

.congrat-inner {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

.congrat-inner h1{
  font-family: 'Roboto', sans-serif;
  font-size: 22px;
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  text-align: center;
  color: #06a94e;
  margin-bottom: 0;
}

.congrat-inner p{
    width: 270px;
    height: 16px;
    font-family: Roboto, sans-serif;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    text-align: center;
    color: #959b9d;
    margin: 10px auto 0 auto;
}
.password_error{
  color: red;
  margin-top: 45px;
  font-size: 11px;
  width: 100%;
  font-family: 'Open Sans', Helvetica, Arial, sans-serif;
}

.password_error_box{
  border-bottom: 1px solid red
}

.verify-email-inner h1 {
    width: 182px;
    height: 24px;
    font-family: "Roboto", sans-serif;
    font-size: 20px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    color: #06a94e;
}

.verify-email-inner p {text-align: left;margin-bottom: 30px;}

button#verify-email-btm {
    width: 212px;
    height: 44px;
    border-radius: 1px;
}

.verify-email-inner .netgear-logo {
    margin: 0;
    width: 200px;
}
