@media screen and (max-width: 768px){
    #ohs-cas-background {
        background-color: #7e0435;
        width: 100%;
        height: 100%;
        background-size: 100% 100%;
    }

    .ohs-cas-login-box-container {
        margin-top: 7%;
    }

    .ohs-cas-login-box-container .box-content {
        background-color: #fff;
        padding-bottom: 28px;
        overflow: auto;
        width: 90%;
        border-radius: 8px 8px 0 0;
        margin: auto;
    }
}

@media screen and (min-width: 769px){
    #ohs-cas-background {
        background-image:url(../images/OHS_Web_Background.png);
        background-size: 100% 100%;
        width: 100%;
        height: 100%;
    }

    .ohs-cas-login-box-container {
        float: right;
        margin-top: 7%;
        margin-right: 15%;
    }

    .ohs-cas-login-box-container .box-content {
        background-color: #fff;
        padding-bottom: 28px;
        overflow: auto;
        width: 400px;
        border-radius: 8px 8px 0 0;
    }
}

.ohs-cas-login-box-container .content {
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 0 25px;
    display: flex;
}

.ohs-cas-login-box-container .content-left {
    padding-right: 0;
}

.ohs-cas-login-box-container .content-left p {
    font-family: SourceSansPro,sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.6;
    text-align: left;
    color: rgba(0,0,0,.87);
}

.ohs-cas-login-box-container .content-right {
    padding-top: 8px;
    padding-left: 0;
    width: 133px;
    float: right;
}

.ohs-cas-login-box-container .content-right p {
    font-family: SourceSansPro,sans-serif;
    font-size: 10px;
    line-height: 1.33;
    text-align: right;
    color: rgba(0,0,0,.87);
}

.ohs-cas-login-box-container .form-login {
    padding: 0 25px;
}

.ohs-cas-login-box-container .error-message {
    color: red;
    font-size: 10px;
    line-height: 20px;
    font-family: SourceSansPro,sans-serif;
}

.ohs-cas-login-box-container .col-xs-12 {
    width: 100%;
}

.ohs-cas-login-box-container .col-xs-6 {
    width: 50%;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}

.ohs-cas-login-box-container .content .content-right .btn-SignUp {
    width: 80px;
    height: 32px;
    background-color: #f0f2f6;
    border-radius: 0;
    outline: 0;
    border: none;
    color: #000;
    float: right;
    font-family: SourceSansPro,sans-serif;
    font-size: 12px;
    font-weight: 600;
    line-height: 1.33;
    text-align: center;
    padding: 6px 12px;
}

.ohs-cas-login-box-container p {
    margin: 0 0 10.5px;
}

.ohs-cas-login-box-container label {
    font-family: SourceSansPro,sans-serif;
    font-size: 10px;
    line-height: 1.33;
    text-align: left;
    color: rgba(0,0,0,.87);
    margin-bottom: 8px;
    font-weight: 400;
    display: inline-block;
    max-width: 100%;
}

.ohs-cas-login-box-container input {
    height: 30px;
    border-radius: 2px;
    border: solid 1px rgba(172,172,172,.38);
    font-size: 10px;
    font-family: SourceSansPro,sans-serif;
    padding: 10px;
    box-shadow: none;
}

.ohs-cas-login-box-container .form-control {
    display: block;
    width: 100%;
    line-height: 1.42857143;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.ohs-cas-login-box-container form {
    padding: 0 15px;
}

.ohs-cas-login-box-container .checkbox.login {
    margin: 0;
    position: relative;
    display: block;
}

.ohs-cas-login-box-container .tooltipForCheckbox {
    display: none;
    z-index: 9999;
    position: absolute;
    right: 0;
    color: #000;
    font-weight: 400;
    border-radius: 2px;
    top: 30px;
    font-size: 13px;
    font-family: Arial,sans-serif;
    margin: 0 0 1em 0;
    box-shadow: 0 0 5px #000;
    text-transform: none;
    border: 1px solid #ededed;
    padding: 10px;
    line-height: 1.2;
    background-color: #ededed;
}

.ohs-cas-login-box-container .firstP {
    font-size: 10px;
    line-height: 1.33;
}

.ohs-cas-login-box-container .firstP .link-term {
    color: #18bc9c;
    text-decoration: none;
}

.ohs-cas-login-box-container .btn-SignIn {
    height: 40px;
    width: 100%;
    background-color: #15b12d;
    box-shadow: 0 2px 4px 0 rgb(80 156 92 / 50%);
    font-family: SourceSansPro,sans-serif;
    font-size: 12px;
    line-height: 1.33;
    letter-spacing: .7px;
    text-align: center;
    color: #fff;
    border: none!important;
    border-radius: 0;
}

.ohs-cas-login-box-container .checkboxStyled {
    width: 18px;
    margin: 0px;
}

.ohs-cas-reset-password-location {
    float: right;
    width: 360px;
    margin-right: 15%;
    margin-top: 15%;
}

.ohs-cas-reset-password-logo {
    width: auto;
    height: 94px;
}

.ohs-cas-reset-password-button {
    color: #fff !important ;
    background-color: #15b12d;
    box-shadow: 0 2px 4px 0 rgb(80 156 92 / 50%);
}

.mdc-top-app-bar--fixed-adjust {
     padding-top: 0;
}

.mdc-card > h2,h3,h4,h5,h6 {
    color: #4A4A4A;
    font-family: 'Oswald', sans-serif;
    font-weight: bold;
}

.mdc-card > span,label,a,p{
	font-family: 'Open Sans', sans-serif;
}

.pnx-title-lable{
	font-family: 'Oswald', sans-serif;
}

.pnx-front-lable{
	font-family: 'Open Sans', sans-serif;
}

.mdc-button__label_submmit{
	font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-size: 14px;
    font-weight: 600;
	line-height: 19px;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
	color: white;
}

.mdc-button__label_cancel{
	font-family: 'Open Sans', sans-serif;
    font-style: normal;
  font-size: 14px;
    font-weight: 600;
    line-height: 17px;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    border-style: none;
    color: #F5A623;
}

.pnx-cas-submit-user-name-button {
    background-color: #F5A623;
    border: none !important;
    border-radius: 2px;
}

.pnx-cas-cancel-user-name-button {
    background-color: white;
}

.pnx-cas-reset-password-send-email-input {
    border:none;
    border-bottom: 1px solid #B1AEAE;
	width:75%;
}

.alert-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
}

.alert-success hr {
  border-top-color: #b1dfbb;
}

.alert-success .alert-link {
  color: #0b2e13;
}


.alert-danger {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
}

.alert-dismissible {
    padding-right: 4rem;
}

.alert {
    position: relative;
    padding: 0.75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: 0.25rem;
}

.mdc-drawer-app-content {
    position: inherit;
}

.container-lg{
    padding: 0 !important;
    margin: 0 !important;
    max-width: 100%;
}


.container {
	padding: 0 !important;
    margin: 0 !important;
    max-width: 100%;
}

.form-check {
	padding-left: 0;
}

.footer {
	height: auto;
    line-height: inherit;
    background-color: transparent;
	position: absolute;
    bottom: 0;
    width: 100%;
}

.row {
    margin: 0 !important;
}

.pnx-cas-header {
	width: 100%;
	height: 35px;
}

.pnx-cas-background {
    background-image: url("../images/pnx-cas-background.jpg");
	background-color: #DADADA;
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 1;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: -1;
}

.pnx-cas-login-box-container {
	float: right;
}

.pnx-cas-login-box {
    background-color: white;
     /*  width: 290px;*/
    padding: 26px 25px 16px 25px;
    float: right;
}

.pnx-cas-login-box > h2 {
    color: #4A4A4A;
    font-family: 'Oswald', sans-serif;
    font-size: 24px;
    line-height: 36px;
    font-weight: normal;
    margin-top: 0;
    margin-bottom: 24px;
}

.pnx-cas-form-group {
    width: 240px;
    margin-bottom: 22px;
    font-family: 'Open Sans', sans-serif;
}

.pnx-cas-form-group label {
    color: #4A4A4A;
    font-size: 14px;
    line-height: 24px;
    font-weight: normal;
    margin: 0 !important;
}

.pnx-cas-form-group input {
    width: 240px;
    border: none;
    border-bottom: 2px solid #CBCBCB;
	padding: 0;
	font-family: 'Open Sans', sans-serif;
    font-size: 14px;
}

.pnx-cas-login-button {
    width: 240px;
    height: 35px;
    padding: 7px 12px 7px 12px;
    background-color: #F5A623;
    border: none !important;
    border-radius: 2px;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.3);
    font-size: 14px;
    font-weight: 600;
    line-height: 19px;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    color: white;
}

.btn-submit:hover, .btn-submit[disabled]:hover {
	background-color: #F5A623;
}

.pnx-cas-form-group label > input[type="checkbox"] {
    position: absolute;
    opacity: 0;
    cursor: pointer;
	width: 0;
}

.pnx-cas-rememberme-checkbox-container{
    display: block;
    position: relative;
    padding-left: 25px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.pnx-cas-rememberme-checkbox {
    position: absolute;
	margin-top: 4px;
    /*top: 4;*/
    left: 0;
    height: 16px;
    width: 16px;
    background-color: white;
    border: 1px solid #757575;
    border-radius: 2px;
}

/* On mouse-over, add a grey background color */
.pnx-cas-rememberme-checkbox-container:hover input ~ .pnx-cas-rememberme-checkbox {
    background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.pnx-cas-rememberme-checkbox-container input:checked ~ .pnx-cas-rememberme-checkbox {
    border: 1px solid #D68501;
    border-radius: 2px;
}

/* Create the checkmark/indicator (hidden when not checked) */
.pnx-cas-rememberme-checkbox:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.pnx-cas-rememberme-checkbox-container input:checked ~ .pnx-cas-rememberme-checkbox:after {
    display: block;
}

/* Style the checkmark/indicator */
.pnx-cas-rememberme-checkbox-container .pnx-cas-rememberme-checkbox:after {
    left: 5px;
    top: 1px;
    width: 5px;
    height: 10px;
    border: solid #D68501;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.pnx-cas-forgotpassword {
    margin-bottom: 7px;
}

.pnx-cas-forgotpassword > a {
    font-family: 'Open Sans', 'sans-serif';
    color: #D68501;
    font-size: 12px;
    line-height: 17px;
}

.pnx-cas-announcement-box {
    background-color: white;
  /*  width: 290px;*/
    margin-top: 18px;
    padding: 16px 24px 24px 24px;
    float: right;
}

#announcement-notice-title {
    height: 21px;
    width: 37px;
    color: #4A4A4A;
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif;
    font-size: 14px;
    line-height: 21px;
}

#announcement-content {
    width: 240px;
    color: #4A4A4A;
    font-family: "Open Sans";
    font-size: 12px;
    line-height: 17px;
}

.pnx-cas-footer {
    font-family: 'Open Sans', 'sans-serif';
    color: #F8F8F8;
    font-size: 12px;
    font-weight: 600;
    background-color: rgba(26, 26, 26, 0.41);
    box-shadow: 0 2px 2px 0 rgb(0 0 0 / 25%);
    padding: 3px 30px 3px 30px;
}

.pnx-cas-footer-left {
    text-align: left;
    padding: 0 !important;
}

.pnx-cas-footer-left > span {
    padding-right: 25px;
}

.pnx-cas-footer-left > span > a {
    color: #F8F8F8;
}

.pnx-cas-footer-right {
    text-align: right;
    padding: 0 !important;
}

.pnx-cas-input-label {
    height: 1.643em;
    line-height: 1.643em;
    text-align: right;
    color: #4a4a4a;
    font-family: "Open Sans";
    font-size: 1em;
    width: auto;
}

.pnx-cas-input-text {
    background: 0 0;
    padding: .25em;
    font-size: 1em;
    -webkit-transition: border-color .3s;
    transition: border-color .3s;
    border-radius: 3px;
    border: 1px solid #bdbdbd;
}


.pnx-cas-goauth-button {
    width: 100px;
    height: 35px;
    padding: 7px 12px 7px 12px;
    background-color: #F5A623;
    border: none !important;
    border-radius: 2px;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.3);
    font-size: 14px;
    font-weight: 600;
    line-height: 19px;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    color: white;
}

.pnx-cas-goauth-print {
    width: 100px;
    height: 35px;
    padding: 7px 12px 7px 12px;
    background-color: #F5A623;
    border: none !important;
    border-radius: 2px;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.3);
    font-size: 14px;
    font-weight: 600;
    line-height: 19px;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    color: white;
	margin-left: 10px;
}
.pnx-cas-login-box-mfa {
    background-color: white;
    width: 380px;
    padding: 26px 25px 16px 25px;
    float: right;
}

.pnx-cas-qr-img {

}
.pnx-cas-scratch-td {

}

@media screen and (max-width: 768px) {
	.pnx-cas-login-box-container {
		/*
		float: none;
		margin: auto;
		*/
	}
    .pnx-cas-login-box {
        float: none;
        margin: auto;
    }
    .pnx-cas-announcement-box {
        float: none;
        margin: auto;
        margin-top: 18px;
    }
    .pnx-cas-footer-left > span {
        display: block;
    }
    .pnx-cas-footer-right {
        text-align: left;
    }
    .pnx-cas-qr-img {
        width: 100%;
    }
    .pnx-cas-scratch-td {
        width: 50%;
        word-break: break-all;
    }
}