@font-face {
    font-family: 'Roboto-Regular';
    src: url('/Roboto_Regular_webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'Roboto-Medium';
    src: url('/Roboto_Medium_webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'Roboto-Black';
    src: url('/Roboto_Black_webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'Roboto-Bold';
    src: url('/Roboto_Bold_webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'Roboto-Light';
    src: url('/Roboto_Light_webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'Roboto-Thin';
    src: url('/Roboto_Thin_webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
  font-family: 'iconetgear';
  src:  url('/iconetgear.woff?4wcrh1') format('woff');
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  /*font-family: 'icomoon' !important;*/
  font-family: 'iconetgear' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
div,a{
  font-family: 'Roboto-Regular';
}
button.dropdown-toggle span{
  font-family: 'Roboto-Medium';
  font-size:12px;
  font-weight:normal !important;
}
html, body{height: 100%;}
body{
  position: relative;
  min-height: 525px;
  background-color: #E5E5E5;
}
#loginWrapper{
    max-width:360px;
    width: 100%;
    height:525px;
    background-color: white;
    position: absolute;
    margin: auto;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    /* Card: */
    background: #FFFFFF;
    box-shadow: 0px 1px 1px 0px rgba(0,0,0,0.25);
    border-radius: 2px;
    overflow:hidden;
}
.netgearLogo img{
  margin-left: 33%;
  margin-top: 58px;
  width: 122px;
  height: 96px;
}
.p-name {
	position: relative;
	display: inline-block;
	width: 190px;
	height: 28px;
	top: 18px;
	left: 22%;
	text-align: center;
	color: #575757;
	font-size: 24px;
	font-style: normal;
	font-weight: 300;
	font-family: "Roboto-Light";
}
.summary {
	margin: 27px 8% 0;
	height: 60px;
	color: #949494;
	text-align: left;
	font-weight: 400;
	font-style: normal;
	font-stretch: normal;
	font-size: 14px;
	font-family: "Roboto-Regular";
	line-height: 1.43;
}
.usernameWrapper,
.passwordWrapper{
  margin-left: 31px;
    font-size: 12px;
}
#loginWrapper div{
  float:left;
  width:100%;
}
input{
    width: 83%;
    float: left;
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #ccc;
    margin-left: 0%;
    margin-right: 13%;
    height: 37px;
    margin-top: -8px;
    font-size: 12px;
    color: #555;
}
.usernameWrapper .head-text{
  margin-bottom: 3px;
}
.usernameWrapper{
  margin-bottom: 29px;
}
.passwordWrapper{
  margin-top: 40px;
}
.loginButton{
  margin-left: 31px;
    width: 83%;
    color: white;
    border-radius: 2px;
    margin-bottom: 10px;
}
.loginButton div{
  background-color: #00B4F5;
    height: 40px;
    width: 83% !important;
    border-radius:2px;
}
.loginButton div a{
    float: left;
    width: 100%;
    text-align: center;
    font-size: 14px;
    padding-top: 9px;
    cursor:pointer;
    text-decoration: none;
    color: white;
}
textarea:focus, input:focus{
    outline: none;
}
*:focus {
    outline: none;
}
input:focus {
  border-bottom: 1px solid #00B4F5 !important;
}
input.error{
  border-bottom: 1px solid #CB333B !important;
}
.validationRed{
  color: #CB333B;
  width: 80%;
  float: left;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.modalFooterBlockTwo a{
  color:#999;
}
.waves-ripple{
  width: 10px !important;
  height: 10px !important;
  background-color: rgba(255, 255, 255, 0.45) !important;
  border-radius: 5px !important;
}
.btn.button-nav{
  background: #00b4f5;
  border-radius: 2px;
  font-family: OpenSans-Semibold;
  font-size: 14px;
  color: #FFFFFF;
}
.btn,
.btn-large,
.btn-floating {
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12) !important;
}
.btn:hover,
.btn-large:hover,
.btn-floating:hover {
    box-shadow: 0 5px 11px 0 rgba(0,0,0,0.18),0 4px 15px 0 rgba(0,0,0,0.15) !important;
}
.btn-flat:hover,
.btn-flat span:hover,
.btn-flat input:hover {
    background-color: #f2f2f2 !important;
    cursor: pointer !important;
}
.btn-flat{
  width: 91% !important;
  height: 48px;
  margin-left: 12px;
  border-radius: 2px !important;
  line-height: 0px;
  color: #00B4F5 !important;
}
.btn-flat a{
    margin-top: 20px;
  color: #00B4F5 !important;
  float:left;
}
.modal-header .modal-title {
    font-family: 'Roboto-Medium', sans-serif;
    font-size: 18px;
}
.loginButton,
.passwordRecoveryButton{
  width:83% !important;
}
.loginButton .btnWrapper{
  width: 100% !important;
}
.loginButton{
  margin-bottom:16px;
}
.waves-effect {
    position: relative;
    cursor: pointer;
    overflow: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
    vertical-align: middle;
    z-index: 1;
    transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
}
.waves-effect .waves-ripple {
    position: absolute;
    border-radius: 50%;
    width: 10px !important;
    height: 10px !important;
    margin-top: -10px;
    margin-left: -10px;
    opacity: 0;
    background: rgba(0, 0, 0, 0.2);

    transition: all 0.5s ease-out !important;
    -webkit-transition: all 0.5s ease-out !important;
    -moz-transition: all 0.5s ease-out !important;
    -ms-transition: all 0.5s ease-out !important;
    -o-transition: all 0.5s ease-out !important;

    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;

    -webkit-transition-property: opacity, -webkit-transform;
    -webkit-transition-property: transform, opacity;
    -webkit-transition-property: transform, opacity, -webkit-transform;

    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);

    pointer-events: none;
    padding-left: 0% !important;
}
.waves-effect.waves-light .waves-ripple {
    background-color: rgba(255, 255, 255, 0.45);
}

input{
  margin-top:0px;
}
input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
  background-color: #fff;
  color: rgb(0, 0, 0);
}
.input-wrapper{
  margin-right: 28px;
  padding-left: 0;
  padding-right: 6px;
}
.input-wrapper input{
  width:100%;
  /*height:33px;*/
  height: 28px;
  color:#434343;
  border-top:transparent;
  border-left:transparent;
  border-right:transparent;
  border-bottom: #C9C9C9 1px solid;
  font-size: 14px;
}
.input-wrapper .input-title{
  font-size: 12px;
  color:#777;
  height: 17px;
}
.input-wrapper button,
.input-wrapper button:hover{
  border-top: transparent;
  border-left: transparent;
  border-right: transparent;
  border-bottom: #C9C9C9 1px solid;
  border-radius: 0;
  width: 100%;
  text-align: left;
  background-color: transparent !important;
  padding-left: 0px;
  margin-top: -5px;
}
.input-wrapper button span{
    float: left;
    float: left;
    color:#434343;
    font-size:14px;
}
.input-wrapper button img.ddl-caret{
  float: right;
  margin-top: 7px;
  margin-right: 2px;
}
.input-wrapper .dropdown-menu{
  width: 100%;
  border-radius: 0;
}
.padding-bottom-15{
  padding-bottom: 15px;
}
.button-nav:hover{
    background-color: #00B4F5;
}
.dropdown-toggle,
.dropdown-toggle:hover{
  letter-spacing: 0;
  box-shadow: none;
  line-height: 0;
  padding: 0;
  text-transform: none;
  font-family: 'Roboto-Regular';
}
.dropdown-toggle span{
  line-height: 20px;
  font-family: 'Roboto-Regular';
}
ul.dropdown-menu a{
  font-family: 'Roboto-Regular';
    font-size: 14px;
}

.input-wrapper input:focus,
.dropdown.open .dropdown-toggle:focus{
  border-bottom: 1px solid #00b4f5 !important;
}

.input-wrapper .input-title{
    top: 21px;
    font-size: 1rem;
    cursor: text;
    transition: .2s ease-out;
    position: relative;
    background-color: white;
    font-size: 12px;
}
.input-wrapper .input-title.active{
      font-size: 12px;

      -webkit-transform:translateY(-140%);
      transform:translateY(-140%);
      -moz-transform:translateY(-140%);
      -ms-transform:translateY(-140%);
      -o-transform:translateY(-140%);

      color:#00b4f5;
      cursor:default;
      top: 24px;
}
.input-wrapper .input-title.non-active-val{
    font-size: 12px;

    -webkit-transform:translateY(-140%);
    transform:translateY(-140%);
    -moz-transform:translateY(-140%);
    -ms-transform:translateY(-140%);
    -o-transform:translateY(-140%);

    cursor:default;
    top: 24px;
}
input:not([type]),
input[type=text],
input[type=password],
input[type=email],
input[type=url],
input[type=time],
input[type=date],
input[type=datetime],
input[type=datetime-local],
input[type=tel],
input[type=number],
input[type=search],
textarea.materialize-textarea {
  margin: 0 0 0 0;
}
input:not([type]),
input[type=text],
input[type=password],
input[type=email],
input[type=url],
input[type=time],
input[type=date],
input[type=datetime],
input[type=datetime-local],
input[type=tel],
input[type=number],
input[type=search],
textarea.materialize-textarea {
  border-bottom: 1px solid #DDD;
}
.close-icon{
  right: 0;
  position: absolute;
  top:0;
  margin-top: 20px;
  margin-right: 23px;
  cursor: pointer;
}
p{
  float: left;
  height: 13px;
  top: -3px;
  position: Relative;
  margin-right: -3px;
}
[type="radio"]:not(:checked)+label:before,
[type="radio"]:not(:checked)+label:after {
    border: solid 2px rgba(0,0,0,0.3);
}
[type="radio"]:checked+label:after,
[type="radio"].with-gap:checked+label:before,
[type="radio"].with-gap:checked+label:after {
    border: 2px solid #00b4f5;
}
[type="radio"]:checked+label:after,
[type="radio"].with-gap:checked+label:after {
    background-color: #00b4f5;
    z-index: 0;
}
.file-path-wrapper{
  width: 200px;
  margin-right: 0;
  float: left;
}
.file-field{
  float: left;
}
.file-field .button-nav-skip{
  box-shadow: none;
}
.file-field .button-nav-skip span{
  color:#00b4f5;
}
.file-field .button-nav-skip:hover{
  background-color: transparent;
}
.file-field{
  width: 340px;
  height:53px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  float: inherit;
  width: 60%;
}
.file-field .button-nav-skip{
  width: 100px !important;
  height:40px;
  margin-left: 2px;
  padding:0;
  margin-top: 15px;
}
.file-path-wrapper .input-title{
  color:#777;
  font-size: 12px;
}
.file-path-wrapper .file-path{
  line-height: 3px;
  height: 36px;
  margin-top: 0px;
}
.file-field.input-field{
  margin-top: 30px;
}
/*IE*/
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .file-field input[type=file]{
    margin-top:30px;
  }
}
#passwordWrapperdiv,
#usernameWrapperdiv{
    width: 82% !important;
}
#Password::-ms-reveal, #Password::-ms-clear{display:none;}
input:-webkit-autofill{-webkit-box-shadow: 0 0 0 1000px white inset !important;}
input::-webkit-contacts-auto-fill-button, input::-webkit-credentials-auto-fill-button {visibility:hidden;display:none !important; pointer-events:none;position:absolute;right:0;}
.switch-eye{position:relative;left:calc(100% - 25px);bottom:27px;width:25px!important;height:25px;cursor:pointer;font-size:1.125rem;padding:0;color:#000;text-align:center;}
.icon-eye-off{color:#777;display:none}
.icon-eye-off::before{content:"\e944"}
.icon-eye-on{display:none}
.icon-eye-on::before{content:"\e943"}
.show{display:block!important;}

/* For pad */
@media (min-width:768px) and (min-height: 1024px) {
    #loginWrapper{padding: 80px;}
    .netgearLogo img{margin-top: 20px;}
    #passwordWrapperdiv{margin-top: 50px;}
}

