body {
	background: #000 url(../ellucian/dark-bg-texture.png) repeat left top;
}

.text-normal {
	color: #000;
	font-size: 18px;
}

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

.col-md-8 {
	max-width: 585px !important;
	margin-bottom: 25%;
}

.wrapper {
	background: #fff;
	padding: 16px;
	border-radius: 4px;
	margin-top: 10%;
}

.wrapper img {
	height: 25px;
}

.wrapper .stripe {
	margin: 16px -16px;
	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 */
}

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

.wrapper .checkbox input {
	margin-right: 8px;
}

.wrapper .checkbox input[type="checkbox"] {
	margin-left: 0;
	position: relative;
}

.wrapper .btn {
	background: #d9d9d9;
}

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

.checkbox label {
	padding-left: 0;
}

#loginform input.hidden-xs {
	display: block;
}

@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;}


/******* ULL Overrrides Start Here *******/

body {
    background-color: rgb(68,58,58);    
    background-image: none;
    color: white !important;
}

a, a:focus, .footer a, .footer a:focus {
	color: white;
	text-decoration: none;
        
}
a:hover {
	color: white;
	text-decoration: underline;
}

.form-group.small {
    display: flex;
    align-items: center;
       justify-content: center;
    width: fit-content;
    margin: 0 auto;
}

.form-inline .form-group {
    display: block;
   width: 100%;

    padding: 10px 0 ;
}
h1.tbody {
	background: #000 url(../ellucian/dark-bg-texture.png) repeat left top;
}

.text-normal {
	color: white;
	font-size: 18px;
}

#loginForm input.hidden-xs {
	display: block !important;
	margin: 0 auto;
}

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

.text-danger {
	color: #000000;
	font-size: 18px;
}

.wrapper {
	background: #fff;
	padding: 16px;
	border-radius: 4px;
	margin-top: 10%;
}

.wrapper img {
	display: none;
	height: 25px;
}

.wrapper img.ull-logo {
	display: inline;
}

.wrapper .stripe {
	margin: 16px -16px;
	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 */
}

.wrapper h1 {
	/* background: url(/authenticationendpoint/ull/top-logo.png);
	background-repeat: no-repeat;
	background-position: top center;
	padding-top: 200px;
	padding-bottom: 50px; */
}

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

.wrapper .checkbox input {
	margin-right: 8px;
}

.wrapper .checkbox input[type="checkbox"] {
	margin-left: 0;
	position: relative;
}

.wrapper .btn {
	background: #d9d9d9;
}

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

.checkbox label {
	padding-left: 0;
}

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;}ext-normal {


	display: none;
}
.col-sm-10, .col-md-8 {
	margin: 0 auto;
}
.login-error {
	margin-bottom: 8px;
}
.col-sm-10, .col-md-4 {
	float: none;
}
.container-fluid {
	padding: 0;
}
.wrapper {
	background-color: rgb(148,22,6);
	background-image: url(/authenticationendpoint/ull/top-logo.png);
       background-size: 350px auto;
       background-position: 50% 20px;
	background-repeat: no-repeat;
	padding: 16px;
	padding-top: 175px;
	padding-bottom: 80px;	
	border-radius: 4px;
	text-align: center;
	position: relative;
	z-index: 11;
}

.wrapper .form-control {
	padding: 10px;
}

.wrapper img {
	max-width: 100%;
	height: auto !important;
}

.wrapper .stripe {
	display: none;
}

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

.wrapper .checkbox input {
	margin-right: 8px;
}

.wrapper .checkbox input[type="checkbox"] {
	margin-left: 0;
	position: relative;
}
/*#usernameUserInput {
        display: block;
        width: 200px;
        margin: 0 auto;
        text-align: center;
}
#password {
        display: block;
        width: 200px;
        margin: 0 auto;
        text-align: center;
}*/
#usernameUserInput,
#password {
    display: block;
    width: 190px;
    height: 35px;
    margin: 1px auto;
    padding: 0 12px;
    font-size: 14px;
    color: #000;
    background: #f4f4f4;
    border: 1px solid #ccc;
    border-radius: 4px;
    outline: none;
    font-family: Arial, sans-serif;
}
a.small {
    color: white !important;
    font-weight: bold;
}

.wrapper .btn {
    background: rgb(68,58,58) !important;
    box-shadow: 0 4px 10px rgba(0,0,0,0.3);
    color: white;
    font-size: 30px;
    text-transform: uppercase;
      border: none;
    border-radius: 0;
    cursor: pointer;
    width: 180px;
    height: 180px;
    margin-left: 0;
    margin-top: 20px;
    display: flex;
    
    align-items: center;
    justify-content: center;
}

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

.checkbox label {
	padding-left: 0;
}

footer > .container-fluid p {
    line-height: 25px;
}

.footer {
	display: block;
	position: relative;
	background-color: rgb(68,58,58); 
	padding: 20px;
}
.footer-logo {
	width: 100%;
	text-align: center;
}
.footer .col-sm-3 {
	float: none;
	text-align: center;
	width: 100%;
}
.footer .col-sm-3 h4 {
	font-weight: bold;
	text-align: center;
	padding-top: 20px;
}

@media (min-width: 768px) {
	.wrapper {
		margin-top: 10%;
		margin-bottom: 50%;
	}
	.row {
		background-image: url(../ull/bg.jpg);
		background-repeat: no-repeat;
		background-size: cover;

	}	
	.force-display-block {
		display: block !important;
	}
	.link-padding {
		margin-left: 15rem;
	}
	.checkbox label {
		padding-left: 20px;
	}
	.wrapper .checkbox input[type="checkbox"] {
        	margin-left: 8px;
	}
	.footer {
		/*position: fixed;*/
	}	
}

@media (min-width: 1078px) {
	.footer-logo {
		width: 10%;
		float: left;
	}	
	.footer .col-sm-3 {
		float: left;
		width: 25%;
	}
}

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;}
