html {
    background-color: #fff;
    height: 100%;
    overflow: auto;
}

body {
    font-family: PTSans, Verdana, Helvetica, Arial, sans-serif;
    color: #386173;
    margin: 0;
    padding: 0;
    background-color: #fff;
    width: auto;
    height: auto;
    min-height: 614px;
    min-width: 860px;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
}

table {
    color: inherit;
    font-size: inherit;
}

a,
a:visited {
    font-weight: bold;
    color: #386173;
    text-decoration: underline;
}

input {
    color: #7ea7b2;
}

/*
* Copied from ManagementConsole.css
*/
.page-background {
    font-family: PTSans, Verdana, Helvetica, Arial, sans-serif;
    font-size: 11px;
    position: absolute;
    top: 45px;
    width: 100%;
    bottom: 0;
    overflow: hidden;
    /*  background: #35dccf; For browsers that do not support gradients */
    background: -webkit-linear-gradient(#35dccf, #15b6aa);
    /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#35dccf, #15b6aa);
    /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#35dccf, #15b6aa);
    /* For Firefox 3.6 to 15 */
    background: linear-gradient(#35dccf, #15b6aa); /* Standard syntax */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#35dccf',
		endColorstr='#15b6aa', GradientType=0); /* IE6-9 */
}

.center {
    text-align: center;
}

#displayview {
    z-index: 1000;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    border: none;
}

#appview {
    visibility: visible;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    height: 100%;
}

#smApplet {
    width: 100%;
    height: 600px;
    background-color: #fff;
}

#pluginTest,
#unloadHandler {
    width: 0;
    height: 0;
    line-height: 0;
    font-size: 0;
    margin: 0;
    padding: 0;
    visibility: hidden;
}

.error {
    color: red;
}

#sm-header {
    background-color: #183a5b;
    margin: 0 0 2em 0;
}

#sm-header-left {
    display: inline;
    float: left;
    clear: left;
}

#sm-header-right {
    display: inline;
    float: right;
    clear: right;
}

.login-input {
    width: 360px;
    margin-right: auto;
    margin-bottom: 2em;
    margin-left: auto;
}

.login-input-text {
    width: 340px !important;
    font-size: 2em;
    text-align: left;
}

.login-input-field {
    width: 340px !important;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-shadow: inset 2px 2px 4px #888;
    -moz-box-shadow: 2px 2px 4px #888;
    box-shadow: 2px 2px 4px #888;
    height: 2em;
    border: 1px solid #ccc;
    padding: 0.25em 0.5em;
    font-size: 1.5em;
}

.login-input .sm-button {
    font-size: 2em;
    width: 360px;
    margin-top: 2em;
    cursor: pointer;
}

.login-error {
    color: red;
    font-size: 1em;
    font-weight: bold;
    text-align: center;
    width: 650px;
    margin-left: auto;
    margin-right: auto;
}

.sm-button {
    position: relative;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-shadow: inset 2px 2px 4px #888;
    -moz-box-shadow: 2px 2px 4px #888;
    box-shadow: 2px 2px 4px #888;
    border: 1px solid #658488;
    color: #fff;
    text-align: center;
    background: #6f97a9; /* Old browsers */
    background: -moz-linear-gradient(top, #6f97a9 0%, #4a6e85 100%);
    /* FF3.6+ */
    background: -webkit-gradient(
        linear,
        left top,
        left bottom,
        color-stop(0%, #6f97a9),
        color-stop(100%, #4a6e85)
    ); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #6f97a9 0%, #4a6e85 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #6f97a9 0%, #4a6e85 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #6f97a9 0%, #4a6e85 100%);
    /* IE10+ */
    background: linear-gradient(top, #6f97a9 0%, #4a6e85 100%); /* W3C */
}

.sm-button:hover {
    background: #4a6e85; /* Old browsers */
    background: -moz-linear-gradient(top, #4a6e85 0%, #6f97a9 100%);
    /* FF3.6+ */
    background: -webkit-gradient(
        linear,
        left top,
        left bottom,
        color-stop(0%, #4a6e85),
        color-stop(100%, #6f97a9)
    ); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #4a6e85 0%, #6f97a9 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #4a6e85 0%, #6f97a9 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #4a6e85 0%, #6f97a9 100%);
    /* IE10+ */
    background: linear-gradient(top, #4a6e85 0%, #6f97a9 100%); /* W3C */
}

.sm-button:after {
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    content: "\00a0";
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    -webkit-border-radius: 9px;
    -moz-border-radius: 9px;
    border-radius: 9px;
    border-top: 1px solid #88aebf;
    border-left: 1px solid #88aebf;
    border-right: none;
    border-bottom: none;
}

.ui-dialog h1 {
    font-size: 1.55em;
    padding: 1.3em 1em 1em 1em;
    margin: 0;
    color: #25abc1;
    font-weight: bold;
    text-align: center;
}

.sm-button table {
    width: 100%;
}

.sm-button .td-text {
    width: 57%;
    text-align: right;
}

.sm-button .td-image {
    width: 43%;
    text-align: left;
}

.login-support {
    font-size: 1em;
}

.login-policy-terms a {
    margin: 0.3em;
}

.ui-widget-overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #fff;
    opacity: 0.45;
    -moz-opacity: 0.45;
    filter: alpha(opacity = 45);
}

#overlay {
    visibility: hidden;
}

#login-version-info {
    visibility: hidden;
    z-index: 1001;
    position: absolute;
    top: 50%;
    margin-top: -132px;
    width: 100%;
}

.ui-dialog-content {
    padding: 6px;
}

.ui-dialog-text {
    font-weight: bold;
    clear: both;
}

.ui-widget-header {
    float: right;
    padding: 6px;
}

.ui-dialog {
    font-size: 11px;
    font-family: PTSans, Verdana, Helvetica, Arial, sans-serif;
    width: 420px;
    margin-left: auto;
    margin-right: auto;
    border: 8px solid #334c61;
    background-color: #e4ede9;
    -webkit-box-shadow: 0 0 10px 5px #888;
    -moz-box-shadow: 0 0 10px 5px #888;
    box-shadow: 0 0 10px 5px #888;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    z-index: 1000;
}

.ui-dialog table {
    margin: 2em;
    width: 100%;
}

.ui-dialog th {
    color: #334c61;
    font-size: 1.1em;
    font-weight: bold;
    text-align: left;
    padding-bottom: 0.25em;
}

.ui-dialog td {
    text-align: left;
}

.ui-dialog .name {
    width: 50%;
    text-indent: 2em;
}

.ui-dialog .value {
    color: #334c61;
    font-weight: bold;
    width: 50%;
    padding-right: 25px;
}

.ui-state-default {
    border: none;
    background: none;
    color: #fff;
    cursor: pointer;
    font-weight: bold;
    font-size: 1.5em;
}

.ui-dialog-buttonpane {
    padding-top: 12px;
    background-color: #8dd9d0;
}

#login-version-info .ui-dialog-buttonpane {
    text-align: center;
}

#login-version-info .ui-dialog-buttonpane a {
    color: #fff;
    font-size: 1.5em;
    text-decoration: none;
}

.table tr {
    background-color: #fff;
}

.table {
    border-collapse: collapse !important;
    width: 100%;
}

.table-bordered th,
.table-bordered td {
    border: 1px solid #ddd !important;
}

.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
    background-color: #f9f9f9;
}

#page-heading {
    padding-bottom: 50px;
}

#input-panel {
    width: 375px;
    float: left;
}

#display-panel {
    width: 430px;
    float: left;
}

#display-table {
    height: 300px;
    overflow-y: auto;
}

#help-icon {
    padding: 0;
}

#exit-btn {
    padding: 5px;
    position: absolute;
    top: 0;
    right: 0;
}

.date-column {
    padding-top: 10px;
    padding-bottom: 10px;
}

.date-btn {
    padding: 5px;
}

.sm-container {
    width: 805px;
    margin-left: auto;
    margin-right: auto;
    overflow: auto;
}

@font-face {
    font-family: "Glyphicons Halflings";
    src: url("../fonts/glyphicons-halflings-regular.eot");
    src: url("../fonts/glyphicons-halflings-regular.eot?#iefix")
            format("embedded-opentype"),
        url("../fonts/glyphicons-halflings-regular.woff") format("woff"),
        url("../fonts/glyphicons-halflings-regular.ttf") format("truetype"),
        url("../fonts/glyphicons-halflings-regular.svg#glyphicons-halflingsregular")
            format("svg");
}

.glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: "Glyphicons Halflings";
    -webkit-font-smoothing: antialiased;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
}

.glyphicon-asterisk:before {
    content: "\2a";
}

.glyphicon-question-sign:before {
    content: "\e085";
}

.ui-button-text {
    font-family: PTSans, Verdana, Helvetica, Arial, sans-serif;
    color: #e4ede9;
    font-size: 11px;
}

#assignmentsTable table {
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
    height: 80px;
    width: 100%;
    border-collapse: collapse;
}

#assignmentsTable td,
th {
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding: 0 20px;
    font-size: 16px;
    font-family: Arial;
    font-weight: bold;
    color: #333;
    min-height: 70px;
}

/* Zebra striping */
#assignmentsTable tr:nth-of-type(odd),
.tabletitle {
    background: #eee;
}

#assignmentsTable tr:nth-of-type(even) {
    background: #f8f8f8;
}

#assignmentsTable th {
    color: #333;
    font-weight: bold;
}

#assignmentsTable td,
th {
    border: 1px solid #ccc;
    text-align: left;
    vertical-align: middle;
}

#assignmentsTable tr:hover td {
    background: #4285f4;
    color: #fff;
    cursor: hand;
}

#headerDiv {
    background: none repeat scroll 0 0 #fff;
    color: white;
    padding: 40px 25px;
    position: absolute;
    width: 100%;
}

#menuLogo {
    vertical-align: middle;
}

#sm-menu {
    font-family: Arial;
    font-size: 0.85em;
}

.sm-logoutbtn {
    background: none repeat scroll 0 0 #006be0;
    border-radius: 4px;
    color: white;
    float: right;
    font-family: arial;
    font-size: 0.75em;
    font-weight: bold;
    height: 28px;
    margin-top: -25px;
    padding-right: 9px;
    width: 70px;
    margin-right: 20px;
    border: none;
}

.sm_imgcol {
    padding-left: 3px !important;
}

#assignmentsTable td img {
    vertical-align: middle;
}

.AssigImg {
    width: 60px;
    height: 62px;
}

.tabletitle {
    height: 60px;
}

.tabletitle > th {
    font-size: 20px;
    font-weight: normal !important;
}

.sm-tbcol > th {
    font-family: Arial;
    font-size: 13px;
    font-weight: bold;
}

.spinner_overlay {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: rgba(256, 256, 256, 0.75);
    z-index: 9999;
    display: none;
}

.spinner_container > img {
    width: 200px;
    height: 200px;
    margin: auto;
    display: block;
}

.spinner_container {
    width: 500px;
    height: 250px;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    text-align: center;
}

.spinner_message {
    color: #000000;
    font-size: 20px;
}

.progress-bar {
    -webkit-transition: width 0s ease !important;
    -o-transition: width 0s ease !important;
    transition: width 0s ease !important;
}

button.ui-button.ui-widget.ui-state-default.ui-corner-all.ui-button-icon-only.ui-dialog-titlebar-close {
    line-height: 1.2em;
}

button.ui-button.ui-widget.ui-state-default.ui-corner-all.ui-button-icon-only.ui-dialog-titlebar-close,
    span.ui-button-text {
    color: #386173;
    text-decoration: underline;
}

.licenseClose {
    background: none;
    border: none;
    font-weight: bold;
    cursor: pointer;
}

.licenseClose:hover {
    text-decoration: underline;
}

.licensePopup .ui-dialog-buttonset > button {
    border: none;
    background: none;
    color: #fff;
    cursor: pointer;
    font-weight: bold;
    border: 1px;
    line-height: 20px;
}

body {
    overflow: auto;
}

#error-footer {
    padding: 5px 10px;
}

/* New home and login page css*/
.main {
    width: 99%;
    height: 97%;
    /*  background: #35dccf; For browsers that do not support gradients */
    background: -webkit-linear-gradient(#35dccf, #15b6aa);
    /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#35dccf, #15b6aa);
    /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#35dccf, #15b6aa);
    /* For Firefox 3.6 to 15 */
    background: linear-gradient(#35dccf, #15b6aa); /* Standard syntax */
}

.header {
    position: absolute;
    background-color: white;
    width: 100%;
    height: 46px;
    top: 0;
    left: 0;
}

.pearson-logo {
    position: absolute;
    left: 20px;
    top: 5px;
    background-position: 0 -25px !important;
    width: 118px;
    height: 36px;
}

.always-learning {
    position: absolute;
    right: 20px;
    top: 18px;
    background-position: 0 -61px !important;
    width: 153px;
    height: 10px;
}

.sm-logo {
    position: absolute;
    top: 8%;
    background-position: 0 -71px !important;
    width: 350px;
    height: 94px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
}

.loginBtn {
    position: absolute;
    top: 120%;
    background-position: -964px 0 !important;
    width: 134px;
    height: 134px;
    border: none;
    cursor: pointer;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
}

.enterBtn {
    position: absolute;
    top: 25%;
    background-position: -1131px 0 !important;
    width: 134px;
    height: 134px;
    z-index: 5;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    cursor: pointer;
}

.math1 {
    position: absolute;
    top: 20%;
    left: 52%;
    background-position: -542px 0 !important;
    width: 589px;
    height: 451px;
}

.reading1 {
    position: absolute;
    top: 17%;
    right: 54%;
    background-position: 0 0 !important;
    width: 542px;
    height: 460px;
}

.math2 {
    position: absolute;
    top: 22%;
    left: 58%;
    background-position: 0 0 !important;
    width: 468px;
    height: 397px;
}

.reading2 {
    position: absolute;
    top: 20%;
    right: 59%;
    background-position: -468px 0 !important;
    width: 496px;
    height: 408px;
}

.login {
    position: absolute;
    top: 162%;
    width: 650px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
}

.fClass {
    font-family: Verdana;
    font-size: 20px;
    width: 380px;
    color: #9e9d9d;
    padding: 5px 5px 5px 5px;
}

#login-form {
    position: absolute;
    top: 24%;
    width: 100%;
    text-align: center;
}

input {
    border: 2px solid white;
    border-radius: 4px;
}

#footer {
    position: absolute;
    bottom: 13%;
    left: 0;
    width: 100%;
}

/* New student course launch page*/
.sprite {
    background: url("../images/characters.png?version=1.1") no-repeat top left;
    width: 153px;
    height: 135px;
}

.spriteFocus {
    background: url("../images/SuccessMaker_Focus_StudentSprite_Logo2020_White_outlined.png?version=1.1")
        no-repeat top left;
    width: 153px;
    height: 135px;
}

.sprite.logos {
    background-position: -1224px 0;
    width: 191px;
    height: 71px;
}

.sprite.reading_default {
    background-position: 0 0;
}

.sprite.reading_settings {
    background-position: -153px 0;
}

.sprite.reading_skill {
    background-position: -306px 0;
}

.sprite.reading_standard {
    background-position: -459px 0;
}

.sprite.math_default {
    background-position: -612px 0;
}

.sprite.math_settings {
    background-position: -765px 0;
}

.sprite.math_skill {
    background-position: -918px 0;
}

.sprite.math_standard {
    background-position: -1071px 0;
}

.sprite.alllogos {
    background-position: -1496px 0;
    width: 191px;
    height: 71px;
}

.sprite.smlogo {
    background-position: -1224px 0;
    width: 288px;
    height: 34px;
    position: absolute;
    top: 6px;
    left: -10px;
    transform: scale(0.75);
}

.spriteFocus.smlogo {
    /*background-position: -1224px 0;*/
    width: 300px;
    height: 34px;
    position: absolute;
    top: 8px;
}

.sprite.prs_logo {
    background-position: -1224px -34px;
    width: 118px;
    height: 30px;
    margin-top: 10px;
}

.sprite.al {
    background-position: -1224px -61px;
    width: 153px;
    height: 10px;
}

.welcome-panel {
    color: black;
    font-size: 14px;
    margin-right: 120px;
}

#logoutContainer {
    display: inline;
    float: right;
    margin-top: -22px;
}

#sm-studentPanel {
    background-color: #ebebeb;
    height: auto;
    overflow-y: auto;
    position: absolute;
    top: 55px;
    bottom: 53px;
    left: 0;
    right: 0;
}

#pearsonLogo {
    display: inline;
    float: left;
}

#alwaysLearningLogo {
    display: inline;
    float: right;
}

#footerDiv {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 5px 15px;
    height: 53px;
    background-color: white;
    box-sizing: border-box;
}

#studentPageBackground {
    height: 100%;
    position: absolute;
    width: 100%;
}

#assignmentsList {
    position: absolute;
    width: 80%;
    left: 0;
    right: 0;
    top: 100px;
    margin-left: auto;
    margin-right: auto;
    max-width: 1020px;
}

.assignment-tile {
    border-radius: 4px;
    display: inline-block;
    cursor: pointer;
    margin-left: 10px;
    margin-bottom: 10px;
    box-shadow: 2px 2px #d2cdcd;
}

.course-name {
    padding: 3px 10px;
    height: 64px;
}

.course-date {
    padding-left: 10px;
}

.table-title {
    display: inline-block;
    float: left;
    font-weight: bold;
    color: #00897f;
    font-size: 18px;
}

.sort-options {
    display: inline-block;
    float: right;
}

.sort-options > div {
    display: inline-block;
    float: left;
    margin-left: 5px;
    padding: 2px 10px;
}

.sort-subject,
.sort-date {
    border: 1px solid #000;
    cursor: pointer;
}

.sort-subject.active,
.sort-date.active {
    background-color: #d7d7d7;
}

#listFeaturePanel {
    position: absolute;
    width: 80%;
    left: 0;
    right: 0;
    top: 45px;
    margin-left: auto;
    margin-right: auto;
    max-width: 1020px;
}

.course-info {
    background-color: #fff;
    width: 152px;
    min-height: 80px;
}

@media only screen and (max-width: 1024px) {
    .math1 {
        -ms-transform: scale(0.6, 0.6);
        -webkit-transform: scale(0.6, 0.6);
        -moz-transform: scale(0.6, 0.6);
        transform: scale(0.6, 0.6);
    }
    .math2 {
        -ms-transform: scale(0.5, 0.5);
        -webkit-transform: scale(0.5, 0.5);
        -moz-transform: scale(0.5, 0.5);
        transform: scale(0.5, 0.5);
    }
    .math1 {
        left: 40%;
        top: 20%;
    }
    .math2 {
        left: 55%;
        top: 24%;
    }
    .reading1 {
        -ms-transform: scale(0.6, 0.6);
        -webkit-transform: scale(0.6, 0.6);
        -moz-transform: scale(0.6, 0.6);
        transform: scale(0.6, 0.6);
    }
    .reading2 {
        -ms-transform: scale(0.5, 0.5);
        -webkit-transform: scale(0.5, 0.5);
        -moz-transform: scale(0.5, 0.5);
        transform: scale(0.5, 0.5);
    }
    .reading1 {
        right: 41%;
        top: 20%;
    }
    .reading2 {
        right: 54%;
        top: 24%;
    }
    .enterBtn {
        top: 25%;
    }
    .sm-logo {
        top: 5%;
    }
    .login-copyright {
        bottom: 8%;
    }
    #footer {
        left: 3%;
        font-size: 9px;
    }
    #login-form {
        top: 25%;
    }
}

/* Version info css */
.component-version-header,
.plugin-version-header {
    padding: 2px 12px;
    font-size: 14px;
    color: #121517;
    margin-top: 5px !important;
    font-weight: bold;
    margin-bottom: 15px !important;
}

.component-version-header {
    margin: 22px;
}

.plugin-version-header {
    margin-top: 15px;
    margin-left: 22px;
}

.version-info-row {
    margin-top: 5px;
    margin-left: 34px;
}

.version-info-row:first-of-type {
    margin-top: -10px;
}

.version-info-row > .info-title {
    display: inline;
    float: left;
    color: #808080eb;
}

.version-info-row > .info-value {
    display: inline;
    float: right;
    padding-right: 35px;
    font-weight: bold;
}

.ui-dialog {
    font-size: 11px;
    font-family: PTSans, Verdana, Helvetica, Arial, sans-serif;
    width: 420px;
    margin-left: auto;
    margin-right: auto;
    border: 8px solid #8dd9d0;
    background-color: #fff;
    -webkit-box-shadow: 0 0 6px 0 #888;
    -moz-box-shadow: 0 0 6px 0 #888;
    box-shadow: 0 0 6px 0 #888;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    z-index: 1000;
}

.login-container {
    min-height: 590px;
}

.login-container .text-center {
    text-align: center;
}

.login-container .logo-div {
    padding-top: 5px;
}

.login-container .login-btn-div {
    background: url(../images/loginScreenButton.png) no-repeat;
    width: 380px;
    height: 225px;
    position: relative;
    left: 50%;
    margin-left: -190px;
    top: 30px;
    font-family: PTSans, Verdana, Helvetica, Arial, sans-serif;
}

.login-container .login-btn {
    height: 170px;
    width: 170px;
    position: absolute;
    left: 15px;
    top: 21px;
    border-radius: 50%;
    border: none;
    background: transparent;
}

.login-container .login-btn:hover {
    cursor: pointer;
}

.footer-grad {
    background-color: #e2e2e2;
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    color: #333;
}

.inline {
    display: inline;
}

.footer-grad a {
    color: #333;
}

.footer-grad div {
    text-align: center;
    padding-bottom: 8px;
    font-size: 11px;
}

.privacy-link-padding {
    padding-right: 20px;
}

#loginForm {
    position: absolute;
    width: 350px;
    left: 50%;
    margin-left: -175px;
    margin-bottom: 0;
    padding: 10px 40px;
    text-align: left;
    top: 23%;
}

#loginForm label {
    display: block;
    text-align: left;
    color: #31baaa;
    font-size: 14px;
    padding-bottom: 5px;
}

#loginForm input {
    width: 250px;
    height: 30px;
    background-color: rgba(158, 158, 158, 0.2196078431372549);
    border: none;
    padding-left: 10px;
}

.login-input-div {
    padding-bottom: 10px;
}

.signin-btn-div {
    position: relative;
    width: 128px;
    left: 20%;
}

.signin-btn-div .loginBtn {
    position: absolute;
    top: 0;
    width: 128px;
    height: 128px;
    background: transparent;
    border-radius: 50%;
    border: none;
    padding: 0;
}

.full-min-width {
    min-width: 100%;
}

.login-container .login-error {
    padding-top: 10px;
}

.login-link {
    position: absolute;
    width: 300px;
    left: 7%;
    bottom: -8%;
    text-align: center;
    font-family: PTSans, Verdana, Helvetica, Arial, sans-serif;
}
.login-link a {
    font-size: 1.3em;
    font-weight: 500;
    color: #3856e8;
    text-decoration: underline;
}
@media screen and (max-width: 350px) and (min-width: 220px) {
    .login-link {
        bottom: -4%;
    }
    .login-link a {
        font-size: 1em;
        font-weight: 400;
    }
}

.modal-width {
    width: 430px;
    max-width: 95%;
}

@font-face {
    font-family: "SF NS Display";
    src: url("../fonts/SFNS-Display-Regular.ttf");
}

.logo-text {
    color: #007eb6;
    font-family: "SF NS Display";
    font-size: 22px;
    letter-spacing: 0;
    line-height: 26px;
    text-align: center;
}

.alert-danger {
    color: #fff;
    background-color: #c75102;
    font-family: "SF NS Display";
    font-size: 16px;
    letter-spacing: 0;
    line-height: 24px;
    display: none;
}

.alert {
    position: relative;
    padding: 27px 40px 40px 38px;
    border: 1px solid transparent;
    display: flex;
    align-items: center;
    margin-bottom: 4rem;
}

.warning-icon {
    filter: invert(1);
    align-self: flex-end;
    margin-bottom: 6px;
}

.text-labels {
    padding: 0 70px 0 17px;
}

.change-password-label {
    font-size: 18px;
    letter-spacing: 0;
    line-height: 24px;
}

.change-password-text a:visited {
    color: #fff
}

.change-password-text {
    font-size: 14px;
    letter-spacing: 0;
    line-height: 16px;
}

.change-password-button {
    color: #c75102;
    font-family: "SF NS Display";
    border-radius: 4px;
    background-color: #fff;
    border: none;
    padding: 5px 20px;
    outline: none;
    cursor: pointer;
}

.change-password-button:disabled {
    cursor: not-allowed;
    background-color: rgba(256, 256, 256, 0.75);
}

.change-password-button .text {
    font-size: 14px;
    letter-spacing: 0;
    line-height: 14px;
    text-align: center;
}

#password-change-container {
    display: flex;
}

#no-password-change-container {
    display: flex;
}

.footer-grad ul {
    list-style: none;
    text-align: center;
    padding: 0;
    margin: 32px 0 16px;
    padding-inline-start: 0;
    line-height: 1.2;
}

.footer-grad li {
    line-height: 1.6;
}