/*********************************************************************/
/***** 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: #49176D;
    --dt-color-primary-contrast: #FFFFFF;
    --dt-color-primary-dark-text: #49176D;
    --dt-color-secondary: #A7A9AC;
    --dt-color-secondary-contrast: #000000;
    --dt-color-secondary-dark-text: #68696B;
    --dt-color-accent: #FFFFFF;
    --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;
}

/*********************************************************************/
/***** END DESIGNPLUS THEME IMPORT & CUSTOMIZATION   *****************/
/*********************************************************************/
/**footer links for login page**/
.ic-Login-footer__links {
	display:none;	
}

/**footer logo link for instructure**/
a.ic-Login-footer__logo-link {
	display:none !important;	
}

/**login parent selfreg width**/
#coenrollment_link {
	width: 138%;
}

/**login form width**/
#login_form {
	width: 120%;
}

/************ Mobile APP ***********/
/**Mobile logo link **/
.mobileLogin-Header {
	background-image: url("https://instructure-uploads.s3.amazonaws.com/account_106510000000000001/attachments/86577/logo.png");
	background-size: 100%;
}

/**Mobile upper background color **/
#f1_container {
	background: #60416f;
}

/**Mobile form width login & password **/
#login_form.front.face {
	width: 100%;
}

/**Mobile forgot Password changes **/
a.forgot-password.flip-to-back {
	color: #ffffff;
}

a.flip-to-front {
	color: #ffffff;
}