html
{
  font-size: 10px;
}
body
{
  font-family: Arial,Tahoma,Helvetica,clean,sans-serif;
  font-size: 12px;     font-size: 1.2rem;
  margin: 0;
  padding: 0;
}
input:-webkit-autofill,
input:-webkit-autofill:focus,
input:-webkit-autofill:hover,
input:-webkit-autofill:active
{
  -webkit-box-shadow:0 0 0 50px white inset; /* Change the color to your own background color */
  -webkit-text-fill-color: #464646;
}
.login_background
{
  height: 100%;
  width: 100%;
  vertical-align: middle;
}
.login_content_wrapper
{
  background-color: #646464;
  background-image: linear-gradient(to bottom, #646464, #323232);
  color: #ffffff;
  display: block;
  font-family: Arial,Tahoma;
  height: 100%;
  position: absolute;
  text-align: center;
  top: 0;
  width: 100%;
  overflow: hidden;
}
.login_content
{
  display: inline-block;
  margin: 0;
  padding: 10px;       padding: 1rem;
  max-width: 1280px;   max-width: 128rem;
  position: relative;
  top: 50%;
  -ms-transform: translate(0%, -50%); /* IE 9 */
  -webkit-transform: translate(0%, -50%); /* Safari */
  transform: translate(0%, -50%);
}

.login_logo
{
  line-height: 55px;   line-height: 5.5rem;
  font-size: 62px;     font-size: 6.2rem;
  height: 55px;        height: 5.5rem;
  overflow: hidden;
  text-align: left;
  white-space: nowrap;
}
.login_logo .fi-cisco .fi-company
{
  line-height: 55px;   line-height: 5.5rem;
  font-size: 62px;     font-size: 6.2rem;
}
.login_device_logo
{
  display: inline-block;
  height: 96px;
  margin: 40px 0 18px; margin: 4rem 0 1.8rem;
  padding: 0;
  width: 96px;
}

.login_error
{
  text-align: center;
  border: 1px solid #ec2300;         border: 0.1rem solid #ec2300;
  background-color: #323232;
  border-radius: 3px;  border-radius: 0.3rem;
  box-sizing: border-box;
  display: inline-block;
  font-size: 13px;     font-size: 1.3rem;
  margin: 5px 0;       margin: 0.5rem 0;
  padding: 8px;        padding: 0.8rem;
  text-align: left;
  width: 300px;        width: 30rem;
}
.login_field
{
  box-sizing: border-box;
  margin: 5px 0;       margin: 0.5rem 0;
  width: 300px;        width: 30rem;
  display: inline-block;
  position: relative;
  background-color: #ffffff;
  border: 1px solid #b4b4b4;         border: 0.1rem solid #b4b4b4;
  border-radius: 3px;  border-radius: 0.3rem;
  opacity: 1;
  padding: 0 8px;      padding: 0 0.8rem;
}
.input_wrap
{
  outline: medium none;
  margin: 0;
  float: none !important;
  overflow: hidden;
  position: relative;
  float: none !important;
  overflow: hidden;
  position: relative;
  padding: 0;
}
.login_field input.login_input
{
  width: 100%;
  color: #464646;
  font-size: 13px;     font-size: 1.3rem;
  font-weight: normal;
  height: 24px;        height: 2.4rem;
  line-height: inherit;
  vertical-align: middle;
  margin: 0;
  background-color: transparent !important;
  border: 0 none !important;
  outline: none;
}
input.SSO_Apply
{
  width: 100%;
  COLOR: #ffffff;
  border: 1px solid #0b71b9;
  background-color: #27a8e0;
  background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #27a8e0 0%, #0b71b9 100%) repeat scroll 0 0;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  font-weight: bold;
  font-size: 13px;
  line-height: 16px;
  vertical-align: middle;
  border-radius: 3px;
  margin-top: 20px;
  padding: 3px 15px;
}
.field_focus
{
  border: 1px solid #00b2ec;         border: 0.1rem solid #00b2ec;
  box-shadow: 0 0 2px #00b2ec inset; box-shadow: 0 0 0.2rem #00b2ec inset;
}
.login_field span
{
  color: #969696;
  font-size: 13px;     font-size: 1.3rem;
  font-style: normal;
  line-height: 24px;   line-height: 2.4rem;
  padding: 0 1px 0 2px;padding: 0 0.1rem 0 0.2rem;
  left: 0;
  position: absolute;
  top: 0;
  white-space: nowrap;
  /*display: none;*/
}

.login_controls
{
  text-align: left;
}


.login_device_name
{
  font-family: Arial,Tahoma;
  font-size: 60px;     font-size: 6rem;
  line-height: 60px;   line-height: 6rem;
  padding: 0 5px 5px; padding: 0 0.5rem 0.5rem;
}
.login_device_name_sub
{
  font-family: Arial,Tahoma;
  font-size: 30px;     font-size: 3rem;
  line-height: 30px;   line-height: 3rem;
  padding: 0 5px 20px; padding: 0 0.5rem 2rem;
}
.login_device_version_wrap
{
  padding: 0 5px 50px; padding: 0 0.5rem 5rem;
}
.login_device_version
{
  font-family: Arial,Tahoma;
  font-size: 18px;     font-size: 1.8rem;
  font-weight: bold;
  line-height: 20px;   line-height: 2rem;
}
.login_device_advanced
{
  font-family: Arial,Tahoma;
  font-size: 13px;     font-size: 1.3rem;
  font-weight: bold;
  line-height: 20px;   line-height: 2rem;
}
.login_form
{
  display: inline-block;
  margin: 0 0 70px;    margin: 0 0 7rem;
  max-width: 300px;    max-width: 30rem;
}
.login_notes
{
  font-size: 13px;     font-size: 1.3rem;
  max-height: 84px;    max-height: 8.4rem;
  max-width: 1124px;   max-width: 112.4rem;
  overflow: auto;
  color: #464646;
  background-color: #FFCC00;
  background-image: linear-gradient(to bottom, #FFDF7C, #FFCC00);
  border-radius: 3px;  border-radius: 0.3rem;
  border: black solid 1px;
  font-weight: bold;
  margin: 0 0 20px;    margin: 0 0 2rem;
  overflow: hidden;
  padding: 8px;        padding: 0.8rem;
  text-align: left;
}
.login_copyright
{
  font-size: 11px;     font-size: 1.1rem;
  margin: 0 0 20px;    margin: 0 0 2rem;
  max-width: 1140px;   max-width: 114rem;
  text-align: left;
}



input.Apply
{
    COLOR: #ffffff;
    border: 1px solid #0b71b9;
    background-color: #27a8e0;
    background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #27a8e0 0%, #0b71b9 100%) repeat scroll 0 0;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    font-weight: bold;
    font-size: 13px;
    line-height: 16px;
    vertical-align: middle;
    border-radius: 3px;
    margin: 0px;
    padding: 3px 15px;
}
input.Apply:hover
{
    background-color: #77bce7;
    background-image: none;
}
input.Apply:active
{
    background-color: #346275;
    background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #294c69 0%, #346275 100%) repeat scroll 0 0;
    border: 1px solid #294c69;
}
input.Apply:disabled,
{
    color           : #b4b4b4;
    border          : 1px solid #c8c8c8;
    background-color: #f5f5f5;
    background-image: none;
    text-shadow     : none;
}
