@import 'https://suscc.evaluationkit.com/CanvasScripts/suscc.css?v=1'; 
/*********************************************************************/
/***** 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: #1C3195;
    --dt-color-primary-contrast: #FFFFFF;
    --dt-color-primary-dark-text: #1C3195;
    --dt-color-secondary: #FFD203;
    --dt-color-secondary-contrast: #000000;
    --dt-color-secondary-dark-text: #1C3195;
    --dt-color-accent: #091C47;
    --dt-color-accent-contrast: #FFFFFF;
    --dt-color-accent-dark-text: #091C47;
    --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   *****************/
/*********************************************************************/
/*css for Canvas login screen, 5-4-16*/

/*set login body color to light grey*/
.ic-Login-Body 
{
	background: #191970 url("https://i.imgur.com/DwUOl4R.jpg") !important;
}

/*resize the login box*/
.ic-Login 
{
	background: #fff no-repeat center top / 500px 150px !important;
	color: #1c3195;
	padding: 50px !important;
	width: 464px !important;
	height: 100vh !important;
	margin: 0 0 0 auto !important;
	box-shadow: -5px 0 20px #444;
}
/*change content page titles to dark blue*/
h1.page-title {
	color: #1c3195 !important;
}

 div.ic-Login-header__logo {
	width: 364px !important;
	flex-grow: 1;
 }

 div.ic-Login-header__logo img {
	width: 364px !important;
 }

 div.ic-Login-header__links {
	width: 0 !important;
	flex-shrink: 2 !important;
	display: none;
 }

 .passInstr {
	 margin-top: 2em;
 }

 .passInstr em {
	 font-weight: 700;
 }

 a.forgot_password_link {
	 display: none !important;
 }