@import url('https://fonts.googleapis.com/css?family=Titillium+Web');
@import url('https://fonts.googleapis.com/css?family=Titillium+Web:300,400');
body {
     margin: 0px;
     padding: 0px;
     font-family: 'Titillium Web', sans-serif;
     color: white;
     background-size: cover;
     font-size: 14px;
     font-weight: 300;
     min-height: 293px;
}

/* Responsive */
@media  (max-width: 800px) {
     body {
          background-image: none;
          background-color: #21282F;
     }
}



#loginBox {
     position: relative;
     width: 320px;
     height: 559px;
     margin: auto;
     margin-top: 52px;
     border-radius: 12px;
     text-align: center;
     padding-top: 50px;
     padding-left: 20px;
     padding-right: 20px;
     box-sizing: border-box;
     background: rgb(26,30,39);
     background: -moz-linear-gradient(top, rgba(26,30,39,1) 0%, rgba(41,52,58,1) 100%);
     background: -webkit-linear-gradient(top, rgba(26,30,39,1) 0%,rgba(41,52,58,1) 100%);
     filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1a1e27', endColorstr='#29343a',GradientType=0 );
     -webkit-box-shadow: 2px -5px 10px 1px rgba(0, 0, 0, 0.17);
     box-shadow: 2px -5px 10px 1px rgba(0, 0, 0, 0.17);
}

/* Responsive */
@media  (max-width: 800px) {
     #loginBox {
          position: relative;
          width: 100%;
          height: 559px;
          margin: auto;
          margin-top: 0px;
          border-radius: 0px;
          text-align: center;
          padding-top: 50px;
          padding-left: 20px;
          padding-right: 20px;
          box-sizing: border-box;
          background: #29343A;

     }
}



#loginBox > img {
     width: 130px;
     margin-bottom: 18px;
}

input {
     background-color: transparent;
     width: 100%;
     height: 55px;
     border-top : none;
     border-left: none;
     border-right:none;
     border-bottom: 1px rgba(255, 255, 255, 0.15) solid;
     padding-left: 40px;
     box-sizing: border-box;
     color: white;
     font-family: 'Titillium Web', sans-serif;
}

input:focus{
     outline: none;
}

button:focus{
     outline: none;
}


.userInput {
     background: url(../assests/img/user-icon.png) no-repeat scroll 13px 17px;
     background-size: 17px ;
}

.passInput {
     background: url(../assests/img/icon-password.png) no-repeat scroll 13px 17px;
     background-size: 17px ;
}

hr {
     position: relative;
     margin: auto;
     width: 100%;
     height: 1px;
     background-color: #21282F;
     border: none;
}

.info > p {
     font-size: 12px;
}

a:link, a:hover, a:visited, a:active {
     color: white;
     text-decoration: none;
}

button {
     color: #1F5670;
     font-family: 'Titillium Web', sans-serif;
     background: none repeat scroll 0 0 transparent;
     border: medium none;
     border-spacing: 0;
     font-size: 16px;
     line-height: 1.42rem;
     list-style: none outside none;
     margin-top: 20px;
     margin-bottom: 10px;
     padding: 0;
     text-align: left;
     text-decoration: none;
     text-indent: 0;
}

.nerusHeader {
     position: relative;
     width: 100%;
     height: 48px;
     background: url(../assests/img/nerus-help-bar-logo.png) #29343A no-repeat scroll 16px 10px;
     background-size: 100px;
}

/* Responsive */
@media  (max-width: 800px) {
     .nerusHeader {
          position: relative;
          width: 100%;
          height: 42px;
          background: url(../assests/img/responsive-nerus-help-bar-logo.png) #29343A no-repeat scroll 16px 10px;
          border-bottom: 1px solid rgba(226, 226, 226, 0.04);
          background-size: 39px;
     }
}

.supportButton {
    width: 136px;
    height: 28px;
    position: absolute;
    font-size: 14px;
    top: 9px;
    right: 80px;
    color: white;
    border: 1px solid rgba(255, 255, 255, 0.19);
    border-radius: 5px;
    padding: 2px;
    box-sizing: border-box;
    text-align: center;
}
.supportButton:hover  {
     background-color: white;
     color: #29343A ;
}

.logoutButton {
    width: 59px;
    height: 28px;
    position: absolute;
    font-size: 14px;
    top: 9px;
    right: 16px;
    color: white;
    border: 1px solid rgba(255, 255, 255, 0.19);
    border-radius: 5px;
    padding: 2px;
    box-sizing: border-box;
    text-align: center;
}

.logoutButton:hover  {
     background-color: white;
     color: #29343A ;
}
