/*********************************************************************/
/***** BEGIN DESIGNPLUS THEME IMPORT & CUSTOMIZATION  ****************/
/*********************************************************************/
/* Import statements need to be at the top of your CSS file */

/*** Legacy Sidebar ***/
/* For Main CSS file */
@import url(https://designtools.ciditools.com/css/themes.css);
/* For Mobile app CSS file */
/*@import url(https://designtools.ciditools.com/css/app.css);*/
/* Institution color customizations */
@import url(https://designtools.ciditools.com/css/inst_theme_overrides.css);

/*** New Sidebar ***/
/* For Main CSS files */
@import url(https://designplus.ciditools.com/css/content.css);
@import url(https://designplus.ciditools.com/css/editor.css);
/* For Mobile app CSS file */
/*@import url(https://designplus.ciditools.com/css/mobile.css);*/

:root {
    --dt-color-primary: #3F1E6B;
    --dt-color-primary-contrast: #FFFFFF;
    --dt-color-primary-dark-text: #3F1E6B;
    --dt-color-secondary: #F1CD44;
    --dt-color-secondary-contrast: #000000;
    --dt-color-secondary-dark-text: #474747;
    --dt-color-accent: #E6E6E6;
    --dt-color-accent-contrast: #000000;
    --dt-color-accent-dark-text: #707070;
    --dt-color-gray: #CCCCCC;
    --dt-color-gray-contrast: #000000;
    --dt-color-gray-dark-text: #636363;
    --dt-color-white: #FFFFFF;
    --dt-color-white-contrast: #000000;
    --dt-color-white-dark-text: #707070;
    --dt-color-graybg: #E6E6E6;
    --dt-color-graybg-contrast: #000000;
}

/*********************************************************************/
/***** END DESIGNPLUS THEME IMPORT & CUSTOMIZATION   *****************/
/*********************************************************************/
.ic-Login__header__logo {
    text-align: center;
}
a.external .ui-icon-extlink {
    display: none;
    padding: 0;
    vertical-align: middle;
}
/* MOBILE CSS */

/*change location of image the image URL*/

/*update the image URL*/

/*update the background URL*/

#f1_container {
  background: url("https://instructure-uploads.s3.amazonaws.com/account_52820000000000001/attachments/13655/ftrseal.png?AWSAccessKeyId=AKIAJFNFXH2V2O7RPCAA&Expires=1924169740&Signature=A0xRAVM5G2OucS%2B5tvAnV3k89zc%3D&response-cache-control=Cache-Control%3Amax-age%3D473364000%2C%20public&response-expires=473364000") no-repeat center top;
  background-size: 75% auto;
  top: 25px;
  bottom: 25px !important;
}

/*update the image URL*/
.face{
background-color: #4a2467;
color: white;
}

/*resize the border or font weight of the login fields*/
input{
background: white;
border-radius: 5px;
font-weight: normal;
}

/*adjust the border, color, or shadow of the login button*/
button[type=submit]{
background: #8a714d;
border: none;
color: white;
text-shadow: 0 -1px 0 #006633;
}

.flip-to-back, .flip-to-front{
text-shadow: 0 1px 0 #fff;
border: none;
border-radius: 6px;
background: #dddddd; /* Old browsers */
background: -moz-linear-gradient(top, #dddddd 0%, #f3f3f3 50%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#dddddd), color-stop(50%,#f3f3f3)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #dddddd 0%,#f3f3f3 50%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #dddddd 0%,#f3f3f3 50%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #dddddd 0%,#f3f3f3 50%); /* IE10+ */
background: linear-gradient(to bottom, #dddddd 0%,#f3f3f3 50%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dddddd', endColorstr='#f3f3f3',GradientType=0 ); /* IE6-9 */
color: #888;
}

/*February 5, 2026 commenting out this media query because the html bg color is unintentionally applying to speedgrader comment box */
/*@media (max-width:767px) { */
  /*  html {*/
    /*    background-color: #4a2467; */
      /*} */
 /* div#Announcement { */
   /* padding-top: 250px; */
   /* color: white !important; */
/*}  */
/*}}  */