html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

html {
  position: relative;
  min-height: 100%;
}

body {
  
}

.password-reset {
    margin-top: 70px;
}

.password-reset h1 {
    text-transform: none;
    font-size: 2.8em;
    font-weight: 300;
    /*font-family: Variable-bold;*/
    color: #4d4d4d;
}

.text-container 
{
    margin-bottom: 20px;
    margin-top: 20px;
}


.password-reset .technopolis-btn {
    background-color: transparent;
    color: #00a9e0;
    border-radius: 6px;
    padding: 8px 20px;
    border: 2px solid #00a9e0;
    display: inline-block;
    min-width: 160px;
}

.pwreset-footer-logo {
    margin-top: 80px;
}

.pw-reset-footer {
    background: #00a9e0 url(/lib/footer-background.png) no-repeat scroll right bottom;
    background-size: 180px 180px;
    color: #fff;
    height: 300px;
    width: 100%;
    margin-top: 200px;
}

.pwreset-footer-header {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 30px;
    margin-top: 30px;
    color: #fff;
}

.pw-reset-footer .nav > li > a {
    font-family: 'Open sans',Arial,sans-serif;
    color: #fff;
    background: none;
    font-size: 14px;
    display: block;
    padding: 0 0 8px 0;
    position: relative;
}
.nav {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.nav > li {
    position: relative;
    display: block;
    width: 100%;
}

a:link {
    text-decoration: none;
}


a:visited {
    text-decoration: none;
}


a:hover {
    text-decoration: none;
}


a:active {
    text-decoration: none;
}