/* May 2021 - Cristina Han - CSS updated following Centennial College guidelines    */
/*@font-face {
  font-family: webFont,Arial,sans-serif;
  src: url("extensions/FranklinGothicURWComDem/font.woff");*/

body {
	/*background: #464648 url(../ellucian/dark-bg-texture.jpg) repeat left top; 
	background: url("../extensions/myLogin-background.jpg") no-repeat top;*/
	background: #F2F2F2;
	margin-top: 20px;
    /*-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
     background-size: cover;*/
	 -o-background-size:100% auto;
     -webkit-background-size:100% auto;
     -moz-background-size:100% auto;
     background-size:100% auto;
	 font-family: Franklin Gothic Demi,Franklin Gothic,ITC Franklin Gothic,Arial,sans-serif; 
	 margin-left: 20%;
	 width: 60%;
}

@media only screen and (max-width: 800px) {
  body {
	/*background: #464648 url(../ellucian/dark-bg-texture.jpg) repeat left top;*/
	/*background: url("../ellucian/myLogin-background.jpg") no-repeat top; */
	background: #F2F2F2;
	width: 100%;
	margin-top:0;
	margin-left: 0;
    /*-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
     background-size: cover;
	 -o-background-size:100% auto;
     -webkit-background-size:100% auto;
     -moz-background-size:100% auto;
     background-size:100% auto;*/
	 font-family: Franklin Gothic Demi,Franklin Gothic,ITC Franklin Gothic,Arial,sans-serif; 
  }
}
a {
	color: #006fc9;
	text-decoration: none;
	font-weight: bold;
	}

a:hover {
	color: #006fc9;
	text-decoration:  none;
	}	

a:visited {
	color: #006fc9;
	text-decoration:  none;
	}

a:active {
	color: #006fc9;
	text-decoration:  none;
	}
.text-normal {
	color: #464646;
	font-size: 30px;
	font-style: bold;
	padding: 16px;
}

.login-error {
	margin-bottom: 8px;
}

.wrapper {
	background: #fff;
	padding: 0px;
	/*padding: 0 16px 16px 16px;*/
	border-radius: 4px;
	margin-top: 3%;
	font-family: Franklin Gothic Demi,Franklin Gothic,ITC Franklin Gothic,Arial,sans-serif; 
}

.wrapper img {
	height: 60px;
	max-width: 700px;
}

.wrapper h1 {
	padding-left: 8px;
	font-family: Franklin Gothic Demi,Franklin Gothic,ITC Franklin Gothic,Arial,sans-serif; 
}

.wrapper p {
    padding-left: 8px;
    padding-right: 8px;
}

.wrapper .logo {
	background: #fff;
}
    
.wrapper .stripe {
	/*margin: 16px -16px;*/
	padding: 16px;
			/* Gradient generated using http://www.colorzilla.com/gradient-editor/ */
	/* BEGIN GRADIENT */
	background: rgb(0,150,212); /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzM5MTU0YyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM5NDBhNTIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(left, rgba(0,119,212,1) 0%, rgba(0,119,212,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(0,150,212,1)), color-stop(100%,rgba(0,119,212,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left, rgba(0,119,212,1) 0%,rgba(0,119,212,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left, rgba(0,119,212,1) 0%,rgba(0,119,212,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left, rgba(0,119,212,1) 0%,rgba(0,119,212,1) 100%); /* IE10+ */
	/*background: linear-gradient(to right, rgba(0,119,212,1) 0%,rgba(0,119,212,1) 100%);*/ /* W3C */
	background: linear-gradient(to right, rgba(69,69,71,1) 0%,rgba(69,69,71,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#333333', endColorstr='#333333',GradientType=1 ); /* IE6-8 */
	/* END GRADIENT */
	color: #FFF;
	font-family: Franklin Gothic Demi,Franklin Gothic,ITC Franklin Gothic,Arial,sans-serif; 
}

.wrapper .form {
	/*background: #f2f2f2;*/
	background: url("online_learning.jpg") no-repeat top;
	padding: 16px;
	/*border: solid 5px #fff;*/
}
#error-msg {
width: 46%;
background: #fff;
}
@media only screen and (max-width: 1200px) {
.wrapper .form  {
	background: #fff;
	/*background: url("../extensions/online_learning.jpg") no-repeat top;*/
	padding: 16px;
}
}

@media only screen and (max-width: 1200px) {
.wrapper #error-msg {
	background: #fff;
	/*background: url("../extensions/online_learning.jpg") no-repeat top;*/
	padding: 16px;
}
}
	/* Gradient generated using http://www.colorzilla.com/gradient-editor/ 
	 BEGIN GRADIENT 
	background: rgb(57,21,76);  Old browsers 
	 IE9 SVG, needs conditional override of 'filter' to 'none' 
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzM5MTU0YyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM5NDBhNTIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(left, rgba(57,21,76,1) 0%, rgba(148,10,82,1) 100%); /* FF3.6+ 
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(57,21,76,1)), color-stop(100%,rgba(148,10,82,1))); /* Chrome,Safari4+ 
	background: -webkit-linear-gradient(left, rgba(57,21,76,1) 0%,rgba(148,10,82,1) 100%); /* Chrome10+,Safari5.1+ 
	background: -o-linear-gradient(left, rgba(57,21,76,1) 0%,rgba(148,10,82,1) 100%); /* Opera 11.10+ 
	background: -ms-linear-gradient(left, rgba(57,21,76,1) 0%,rgba(148,10,82,1) 100%); /* IE10+ 
	background: linear-gradient(to right, rgba(57,21,76,1) 0%,rgba(148,10,82,1) 100%); /* W3C 
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#39154c', endColorstr='#940a52',GradientType=1 ); /* IE6-8 
	/* END GRADIENT */

		/* Gradient generated using http://www.colorzilla.com/gradient-editor/ */
	/* BEGIN GRADIENT */
	background: rgb(0,150,212); /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzM5MTU0YyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM5NDBhNTIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(left, rgba(0,150,212,1) 0%, rgba(117,199,233,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(0,150,212,1)), color-stop(100%,rgba(117,199,233,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left, rgba(0,150,212,1) 0%,rgba(117,199,233,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left, rgba(0,150,212,1) 0%,rgba(117,199,233,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left, rgba(0,150,212,1) 0%,rgba(117,199,233,1) 100%); /* IE10+ */
	background: linear-gradient(to right, rgba(0,150,212,1) 0%,rgba(117,199,233,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#464648', endColorstr='#606062',GradientType=1 ); /* IE6-8 */
	/* END GRADIENT */

.wrapper .checkbox {
	margin-top: 8px;
	padding: 16px;
}

.wrapper .checkbox input {
	/*margin-right: 8px;*/
	padding: 16px;
}

.wrapper .checkbox input[type="checkbox"] {
	/*margin-left: 0;*/
	padding: 16px;
	position: relative;
}

.wrapper .button {
	background: #333333;
	padding: 4px;
	color: #fff;
	font-style: bold;
	font-size: 20px;
	line-height: 1.7em;
}
.wrapper .input {  
	width: 300px;
	display: inline-flex;
}
.username {
	padding-left: 16px;
	padding-right: 16px;
	width: 100px;
}

.password {
	padding-left: 16px;
	padding-right: 16px;
	width: 100px;
}

.submit_botton {
	padding-left: 16px;
	padding-right: 16px;
}

.link-padding {
	vertical-align: bottom;
}

.checkbox label {
	/*padding-left: 0;*/
	padding: 16px;
}

@media (min-width: 768px) {
	.force-display-block {
		display: block !important;
	}
	.link-padding {
		margin-left: 15rem;
	}
	.checkbox label {
		padding-left: 20px;
	}
	.wrapper .checkbox input[type="checkbox"] {
        	margin-left: 8px;
	}
}

html[dir=rtl] .pull-right {
	float: left !important;
}

html[dir=rtl] .pull-left {
	float: right !important;
}

html[dir=rtl] .link-padding {
	margin-right: 15rem;
	margin-left: 0;
}
.checkbox { 
	visibility: hidden;
}

.logo {
    background: #fff url("CentennialCollegeLogo.jpg") no-repeat;
    width: 100%;
    height: auto;
    display: block;
    cursor: pointer;
}
.form-inline {  
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}

.form-inline label {
  margin: 5px 10px 5px 0;
}

.form-inline input {
  vertical-align: middle;
  margin: 5px 10px 5px 0;
  padding: 10px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
}

.form-inline button {
  padding: 10px 20px;
  background-color: #333333;
  color: white;
  cursor: pointer;
}

.form-inline button:hover {
  background-color: #333333;
}

@media (max-width: 680px) {
  .form-inline input {
    margin: 10px 0;
  }
  
  .form-inline {
    flex-direction: column;
    align-items: stretch;
  }
}
.SignInButton {
  background-color: #d3de38; /* Centennial Green */
  border: none;
  color: #454547;
  padding: 10px 30px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 20px;
  margin: 6px 2px;
  cursor: pointer;
  font-family: Franklin Gothic Medium,Franklin Gothic,ITC Franklin Gothic,Arial,sans-serif;
  font-stretch: condensed;
  float: left;
}

.SignInButton1 {
  background-color: #d3de38; 
  color: #454547; 
  border: none;
}

.SignInButton1:hover {
  background-color: #454547;
  color: #d3de38;
}

.esg-logo-container.esg-logo-container__alternative {
height: auto;
}
.content {
	background-color: #FFF;
}

.content-logout {
	background-color: #FFF;
	text-align: center;
}

#identifierForm .ui.input {
	width: 300px;
}

#identifierForm .column.align-right.buttons {
	display: inline-flex;
}

#identifierForm {
	padding-bottom: 80px;
}