body {
    margin: 0;
    background: rgba(38,83,124,1);
    background: linear-gradient(
	126deg, rgba(0,46,89,1) 0%, rgba(0,80,153,1) 45%, rgba(0,80,153,1) 100%);
    overflow-y:scroll;
}
/* unvisited link */
a:link {
    color: #606770;
    text-decoration: none;
}
/* visited link */
a:visited {
    color: #606770;
    text-decoration: none;
}
/* mouse over link */
a:hover {
    color: #606770;
    text-decoration: none;
}
/* selected link */
a:active {
    color: #606770;
    text-decoration: none;
}

.login_content {
    margin: 20px 0;
    padding-top: calc((100vh - 450px)/2 - 120px);
    padding-bottom: calc((100vh - 450px)/2 + 529px);
}
.computer {
    font-family:'Courier';
}
.help {
    position: relative;
    bottom: 17px;
    z-index: 1;
}
.help > img {
    width: 24px;
}
.help_tooltip {
    visibility: hidden;
    position: relative;
    top: 153px;
    left: calc(18% + 230px);
    height: 97px;
    width: 320px;
    color:#003366;
    font-size: 15px;
    background-color: #E2F7FF;
    padding: 5px;
    border-radius: 10px;
    border: 1px solid #0060A9;
    padding-left: 25px;
}
.help_tooltip > p {
    position:absolute;
    padding-top: 11px;
}
.picture {
    width: 32%;
    max-width: 525px;
    height: 628px;
    float: right;
    margin: auto calc((100vw/2) - 534px) auto auto;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    background-image: url('/../../static/img/nti_connect_landing_network_lg.png');
    background-repeat: no-repeat;
    padding: 0;
}
.picture > p {
	color: #FFFFFF;
    font-weight: bold;
    font-size: 53px;
    margin: 115px 0 0 0;
    padding: 0;
    text-align: center;
    max-width: 525px;
    white-space: nowrap;
}
form {
    width: 32%;
    float: left;
    margin: auto auto auto 18%;
    border-bottom-left-radius: 10px;
    border-top-left-radius: 10px;
    border-bottom-right-radius: 0;
    background: #FFFFFF;
	padding: 30px 0;
}
form > div {
    padding: 0 65px;
}
form > div:first-child {
    padding: 10px 65px 105px;
}
form > div:first-child > img {
    height: 66px;
}
form > div > p:first-child {
	color: #222222;
    font-weight: bold;
    font-size: 32px;
    margin: 0;
    text-align: left;
}
form > div > p:nth-child(2) {
	color: #606770;
    font-weight: normal;
    font-size: 16px;
    margin: 0;
    padding: 0;
    text-align: left;
    white-space: nowrap;
}
form > div > div:nth-child(3) {
	width: 100%;
    margin: 15px 0 0;
}
form > div > div:nth-child(4) {
	width: 100%;
    margin: 8px auto 12px;
    position: relative;
}
form > div > div:nth-child(5) {
    width: 100%;
    margin: auto;
}
form > div > div:nth-child(5) button {
    width: 100%;
}
form > div > div:last-child {
	color: #606770;
    font-weight: normal;
    font-size: 17px;
    margin: 49px 0;
    padding: 0;
    text-align: right;
}
.login_err_inner {
    height: 20px;
    vertical-align: middle;
    color: #FF9900;
    font-weight: normal;
    font-size: 15px;
    text-align: left;
    align-items: center;
}
.login_working_inner {
    height: 20px;
    vertical-align: middle;
    color: #606770;
    font-weight: normal;
    font-size: 15px;
    text-align: left;
    align-items: center;
}
.left-input {
    border-top-left-radius: 12px;
    border-bottom-left-radius: 12px;
    width: 44px;
    height: 64px;
    left: 3px;
    margin-bottom: -67px;      /* removes the space created by the negative top */
    position: absolute;
    top: 3%;
}
.left-input-content {
    margin-left: 10px;
    font-size: 33px;
}
.left-input-content > img {
    width: 26px;
}
.right-input {
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
    width: 63px;
    height: 56px;
    margin-bottom: -64px;      /* removes the space created by the negative top */
    top: 2px;
    position: absolute;
    right: 2px;
    background-color: #FF9900;
}
.right-input-content > img {
    height: 40px;
    margin: 8px 13px;
}
.text-login-input {
    border-radius: 10px;
    height: 60px;
    padding-left: 45px;
    color: #606770;
    font-weight: bold;
    font-size: 17px;
    border:1px solid #222222;
    width: 100%;
}
.text-button {
    border-radius: 10px;
    width: 500px;
    height: 60px;
    color: #E2F7FF;
    background-color: #0060A9;
    font-weight: bold;
    font-size: 19px;
}
.text-button:link {
    color: #E2F7FF;
    background-color: #0060A9;
}
.text-button:visited {
    color: #E2F7FF;
    background-color: #0060A9;
}
.text-button:hover {
    color: #E2F7FF;
    background-color: #0060A9;
}
.text-button:active {
    color: #E2F7FF;
    background-color: #0060A9;
}
form button i {
    display: none !important;
}
form button:hover i {
    display: inline-block !important;
}
@media only screen and (max-width: 1643px) {
    .picture {
        margin: auto 18% auto auto;
    }
}
@media screen and (min-width: 1300px) and (max-width: 1500px) {
    .picture {
        width: 24%;
        max-width: none;
    }
    .picture > p {
        font-size: 37px;
    }
    form {
        width: 40%;
    }
}
@media screen and (min-width: 1200px) and (max-width: 1300px) {
    .picture {
        width: 24%;
        max-width: none;
    }
    .picture > p {
        font-size: 33px;
    }
    form {
        width: 40%;
    }
}
@media screen and (min-width: 1020px) and (max-width: 1200px) {
    .help_tooltip {
        left: calc(18% + 65px);
        font-size: 13px;
        width: 284px;
    }
    .picture {
        width: 24%;
        max-width: none;
    }
    .picture > p {
        font-size: 28px;
    }
    form {
        width: 40%;
    }
    .text-login-input {
        font-size: 15px;
    }
    form > div > div:last-child {
        margin: 49px 0;
    }
}
@media only screen and (min-width: 720px) and (max-width: 1020px) {
    .help_tooltip {
        left: 325px;
        top: -470px;
        font-size: 13px;
        height: 92px;
        width: 284px;
    }
    .login_content {
        padding-top: calc((100vh - 450px)/2 - 250px);
        padding-bottom: calc((100vh - 450px)/2 + 529px);
    }
    .picture {
        width: 90%;
        max-width: none;
        float: none;
        max-height: 300px;
        margin: auto;
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
        border-bottom-right-radius: 0;
        background-image: url('/../../static/img/nti_connect_landing_network_md.png');
    }
    .picture > p {
        font-size: 40px;
        max-width: 1000px;
        margin: 0;
        padding: 60px;
    }
    form {
        width: 90%;
        background: #FFFFFF;
        float: none;
        margin: auto;
        border-top-left-radius: 0;
        border-bottom-right-radius: 10px;
        padding: 15px 0 30px 0;
    }
    form > div:first-child {
        padding: 10px 25px 65px;
    }
    form > div:first-child > img {
        height: 50px;
    }
    form > div > p:first-child {
        padding: 0 48px;
    }
    form > div > p:nth-child(2) {
        padding: 0 48px;
    }
    form > div > div {
        padding: 0 48px;
    }
    .left-input-content {
        margin: 15px 62px;
    }
    .right-input {
        right: 50px;
    }
    form > div > div:last-child {
        padding: 0 48px;
    }
}
@media only screen and (max-width: 720px) {
    .help_tooltip {
        left: 160px;
        top: -405px;
        width: 285px;
        height: 78px;
        font-size: 13px;
    }
    .help_tooltip > p {
        padding-top: 3px;
    }
    .login_content {
        padding-top: 0;
        padding-bottom: calc((100vh - 850px)/2 + 189px);
    }
    .picture {
        width: 95%;
        max-width: none;
        float: none;
        max-height: 230px;
        margin: auto;
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
        border-bottom-right-radius: 0;
        background-image: url('/../../static/img/nti_connect_landing_network_sm.png');
    }
    .picture > p {
        font-size: 35px;
        max-width: 1000px;
        margin: 0;
        padding: 60px;
    }
    form {
        width: 95%;
        background: #FFFFFF;
        float: none;
        margin: auto;
        border-top-left-radius: 0;
        border-bottom-right-radius: 10px;
        padding: 15px 0 30px 0;
    }
    form > div {
        padding: 0 25px;
    }
    form > div:first-child {
        padding: 10px 25px 22px;
    }
    form > div:first-child > img {
        height: 40px;
    }
    form > div > p:first-child {
        font-size: 25px;
    }
    form > div > p:nth-child(2) {
        white-space: normal;
    }
    .left-input-content {
        margin-left: 7px;
        font-size: 34px;
    }
    .right-input-content > img {
        margin-top: 7px;
    }
    form > div > div:last-child {
        margin: 25px 0;
        padding: 0;
    }
}