@import '/cas/css/cas-a90aca7e2afb259734284377211db332.css';

body {
  background-color: rgb(12, 71, 112);
}

body,
p,
span,
div,
a,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: Bookerly, Tahoma;
}

a:link,
a:visited {
  text-decoration: none;
  /*color: #006d85;*/
  color: #257bb2;
}

a:hover {
  color: #6f986b;
}

#initLinks a,
.sidebar-content a {
  color: #153e50;
}

#initLinks a:hover,
.sidebar-content a:hover {
  color: #5da2c0;
}

div#header {
  background: none;
}

#heroimg {
  width: 100%;
  height: auto;
}

#login-form-controls {
  text-align: center;
}

.mdc-button--raised {
  border-radius: 4px 4px !important;
}

#content {
  margin-bottom: 75px;
}

.center-item {
  justify-content: center;
}

/* instructions and service ui sections above form */
#cc_instrucs {
  padding: 10px 0 !important;
  text-align: left;
  margin-left: 10px;
}

#cc_instrucs span {
  font-weight: bold;
  font-size: 1.1em;
}

#serviceui,
#timeout-div {
  /* light blue 
  border: 1px solid #c7d7f4;
  background-color: #e8f0fe;
  color: #444; */
  background-color: #f5f5f5;
  border: 1px solid #e2e1e1;
  padding: 10px 2px;
  box-shadow: none;
}
/* end instructions and service ui sections above form */

.mdc-card {
  /*background: rgba(255, 255, 255, 0.94);*/
  background: #fff;
}

/* Material Design additions for floating label and filled text boxes */
.mdc-text-field__input {
  border: none !important;
}
.mdc-text-field {
  padding: 0 10px !important;
}

.mdc-text-field--filled .mdc-floating-label {
  left: 10px;
  right: initial;
  top: 10px;
}

.mdc-text-field--filled:not(.mdc-text-field--disabled) {
  background: none !important;
}

input:-webkit-autofill::first-line {
  font-size: 14px;
}

.mdc-line-ripple::before,
.mdc-line-ripple::after {
  width: 97% !important;
  margin-left: 7px !important;
}
/* end additions for MD floating label */

/*all error alerts, use maroon text instead of red*/
.banner-danger {
  color: #9e2e35;
}

/* error alerts on login form and password change form in cas */
#loginErrorsPanel.banner-danger,
#passwordManagementForm .banner-danger {
  color: #333;
  margin-bottom: 10px;
  padding: 0 10px !important;
  box-shadow: none !important;
}
#passwordManagementForm .banner-danger {
  padding: 10px 10px !important;
}
/* end error alerts */
.banner-danger p {
  color: #333;
}

/*end all error alerts*/

h3 {
  margin-top: 10px;
}

#content {
  max-width: 660px;
  margin: 0 auto;
}

.login-section {
  padding: 2rem 2.5rem !important;
}

#accountLinks {
  text-align: center;
  padding-top: 20px;
}

/* cancel button on password change form in cas, set border radius to match other buttons */
.cancel-button {
  border-radius: 4px !important;
  background-color: #428bca !important;
  filter: drop-shadow(0px 0px) !important;
}

/* end cancel button fix*/

/* account management page uses wide-content */
.wide-content {
  max-width: 850px !important;
  margin: 0 auto;
}
/*end account management page styles*/

/*
*
rotating background images
*
*/
.slidesplash,
.slidesplash:after {
  height: 100%;
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  z-index: -1;
  margin: 0px;
}
.slidesplash:after {
  background: transparent
    url(https://www.conncoll.edu/media/website-media/login/pattern.png) repeat
    top left;
  content: '';
}
.slidesplash li {
  list-style-type: none;
}
.slidesplash li span {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  color: transparent;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: none;
  opacity: 0;
  z-index: 0;
  -webkit-backface-visibility: hidden;
  -webkit-animation: imageAnimation 48s linear infinite 0s;
  -moz-animation: imageAnimation 48s linear infinite 0s;
  -o-animation: imageAnimation 48s linear infinite 0s;
  -ms-animation: imageAnimation 48s linear infinite 0s;
  animation: imageAnimation 48s linear infinite 0s;
}
.slidesplash li div {
  z-index: 1000;
  position: absolute;
  bottom: 30px;
  left: 0px;
  width: 100%;
  text-align: center;
  opacity: 0;
  color: #fff;
  -webkit-animation: titleAnimation 48s linear infinite 0s;
  -moz-animation: titleAnimation 48s linear infinite 0s;
  -o-animation: titleAnimation 48s linear infinite 0s;
  -ms-animation: titleAnimation 48s linear infinite 0s;
  animation: titleAnimation 48s linear infinite 0s;
}
.slidesplash li div h3 {
  font-family: 'BebasNeueRegular', 'Arial Narrow', Arial, sans-serif;
  font-size: 240px;
  padding: 0;
  line-height: 200px;
}

.slidesplash li:nth-child(1) span {
  background-image: url(https://www.conncoll.edu/media/website-media/login/Aerial-Photos-0037.jpg);
}
.slidesplash li:nth-child(2) span {
  background-image: url(https://www.conncoll.edu/media/website-media/login/Blooming-Campus-0004.jpg);
  -webkit-animation-delay: 8s;
  -moz-animation-delay: 8s;
  -o-animation-delay: 8s;
  -ms-animation-delay: 8s;
  animation-delay: 8s;
}
.slidesplash li:nth-child(3) span {
  background-image: url(https://www.conncoll.edu/media/website-media/login/Shain-Library-At-Night.jpg);

  -webkit-animation-delay: 16s;
  -moz-animation-delay: 16s;
  -o-animation-delay: 16s;
  -ms-animation-delay: 16s;
  animation-delay: 16s;
}
.slidesplash li:nth-child(4) span {
  background-image: url(https://www.conncoll.edu/media/website-media/login/Summer-Sailing-Camp-0062.jpg);

  -webkit-animation-delay: 24s;
  -moz-animation-delay: 24s;
  -o-animation-delay: 24s;
  -ms-animation-delay: 24s;
  animation-delay: 24s;
}
.slidesplash li:nth-child(5) span {
  background-image: url(https://www.conncoll.edu/media/website-media/login/Campus-Rainbow-0087.jpg);
  -webkit-animation-delay: 32s;
  -moz-animation-delay: 32s;
  -o-animation-delay: 32s;
  -ms-animation-delay: 32s;
  animation-delay: 32s;
}
.slidesplash li:nth-child(6) span {
  background-image: url(https://www.conncoll.edu/media/website-media/login/Tempel-Green-Sunset-1354.jpg);
  -webkit-animation-delay: 40s;
  -moz-animation-delay: 40s;
  -o-animation-delay: 40s;
  -ms-animation-delay: 40s;
  animation-delay: 40s;
}

.slidesplash li:nth-child(2) div {
  -webkit-animation-delay: 8s;
  -moz-animation-delay: 8s;
  -o-animation-delay: 8s;
  -ms-animation-delay: 8s;
  animation-delay: 8s;
}
.slidesplash li:nth-child(3) div {
  -webkit-animation-delay: 16s;
  -moz-animation-delay: 16s;
  -o-animation-delay: 16s;
  -ms-animation-delay: 16s;
  animation-delay: 16s;
}
.slidesplash li:nth-child(4) div {
  -webkit-animation-delay: 24s;
  -moz-animation-delay: 24s;
  -o-animation-delay: 24s;
  -ms-animation-delay: 24s;
  animation-delay: 24s;
}
.slidesplash li:nth-child(5) div {
  -webkit-animation-delay: 32s;
  -moz-animation-delay: 32s;
  -o-animation-delay: 32s;
  -ms-animation-delay: 32s;
  animation-delay: 32s;
}
.slidesplash li:nth-child(6) div {
  -webkit-animation-delay: 40s;
  -moz-animation-delay: 40s;
  -o-animation-delay: 40s;
  -ms-animation-delay: 40s;
  animation-delay: 40s;
}

.mainCenter {
  background-color: #fff;
  padding: 30px;
}

.mgmSvcsButton {
  margin: 0 auto !important;
  display: block;
}

#timeout-div {
  /* light blue 
  border: 1px solid #c7d7f4;
  background-color: #e8f0fe;
  color: #444; */
  background-color: #f5f5f5;
  border: 1px solid #e2e1e1;
  padding: 10px;
  box-shadow: none;
  border-radius: 0.5em;
  margin-top: 10px;
}
#timeout-div p {
  text-align: center;
}

/* Animation for the slideshow images */
@-webkit-keyframes imageAnimation {
  0% {
    opacity: 0;
    -webkit-animation-timing-function: ease-in;
  }
  8% {
    opacity: 1;
    -webkit-animation-timing-function: ease-out;
  }
  17% {
    opacity: 1;
  }
  25% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@-moz-keyframes imageAnimation {
  0% {
    opacity: 0;
    -moz-animation-timing-function: ease-in;
  }
  8% {
    opacity: 1;
    -moz-animation-timing-function: ease-out;
  }
  17% {
    opacity: 1;
  }
  25% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@-o-keyframes imageAnimation {
  0% {
    opacity: 0;
    -o-animation-timing-function: ease-in;
  }
  8% {
    opacity: 1;
    -o-animation-timing-function: ease-out;
  }
  17% {
    opacity: 1;
  }
  25% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@-ms-keyframes imageAnimation {
  0% {
    opacity: 0;
    -ms-animation-timing-function: ease-in;
  }
  8% {
    opacity: 1;
    -ms-animation-timing-function: ease-out;
  }
  17% {
    opacity: 1;
  }
  25% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes imageAnimation {
  0% {
    opacity: 0;
    animation-timing-function: ease-in;
  }
  8% {
    opacity: 1;
    animation-timing-function: ease-out;
  }
  17% {
    opacity: 1;
  }
  25% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
/* Animation for the title */
@-webkit-keyframes titleAnimation {
  0% {
    opacity: 0;
  }
  8% {
    opacity: 1;
  }
  17% {
    opacity: 1;
  }
  19% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@-moz-keyframes titleAnimation {
  0% {
    opacity: 0;
  }
  8% {
    opacity: 1;
  }
  17% {
    opacity: 1;
  }
  19% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@-o-keyframes titleAnimation {
  0% {
    opacity: 0;
  }
  8% {
    opacity: 1;
  }
  17% {
    opacity: 1;
  }
  19% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@-ms-keyframes titleAnimation {
  0% {
    opacity: 0;
  }
  8% {
    opacity: 1;
  }
  17% {
    opacity: 1;
  }
  19% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes titleAnimation {
  0% {
    opacity: 0;
  }
  8% {
    opacity: 1;
  }
  17% {
    opacity: 1;
  }
  19% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
/* Show at least something when animations not supported */
.no-cssanimations .slidesplash li span {
  opacity: 1;
}

.cas-footer {
  display: none !important;
}

@media screen and (max-width: 1140px) {
  .slidesplash li div h3 {
    font-size: 140px;
  }
}
@media screen and (max-width: 600px) {
  .slidesplash li div h3 {
    font-size: 80px;
  }
}

@media all and (min-width: 768px) {
  .login-section {
    padding-top: 2rem !important;
  }
}

@media screen and (max-width: 400px) {
  #cc_instrucs span {
    font-size: 0.9em;
  }
}

/* remove drop-shadow on buttons */
.mdc-button--raised:not(:disabled, .reveal-password) {
  margin-right: 4px;
  border-radius: 9px 9px 9px 9px;
  filter: none;
  background-color: none;
  cursor: default;
}

/* remove transform  */
.mdc-button--raised:not(:disabled, .reveal-password):hover {
  background-color: var(--cas-theme-button-bg-hover, dodgerblue);
  transform: none;
  box-shadow: 5px 5px 8px rgba(0, 0, 0, 0.15);
  cursor: pointer;
}

/* remove icon on login button */
.mdi-login::before {
  content: none;
}

/* media queries custom */
/* Smartphones (portrait and landscape) ----------- */
/* Remove background images */
/* @media only screen 
and (max-device-width : 480px),
only screen
and (max-width : 480px) {

.slidesplash span{
	display:none;	
}

} */

/* cc fix (tapal 11/12/2025) - CAS 7.3 login width fix */
main:has(.d-flex > section:only-of-type) {
  max-width: 660px;
}
