/* CAS login and logout styles */

/* https://login.excelsior.edu/cas/login and https://login.excelsior.edu/cas/logout */


a { color: #642667 }

/* #app-name:before { content: "MyExcelsior Account"; } */

.blanktable logintable { width: 100% !important; }

.blanktable logintable td { width: auto !important; }

.bullet-list { 
    margin-bottom: 27px;
}

#cas_login { background-color: #fff; }

#cas_login .myec-apptext {
    font-family: Arial, Times, serif;
    color: red;
    background-color: #ececec;
    border: 1px solid #ccc;
    padding: 7px 13px;
    font-weight: bold;
	font-size: 13px;
}
 
.container {
	display: flex;
	flex-direction: row-reverse;
	width: 100%;
	margin-top: 7em;
	margin-bottom: 7em;
}

.container-out {
	width: 100%;
    margin-top: 12em;
    margin-bottom: 13em;
}

.create-account {
	width: 66%;
	padding-left: 1.5em;
}

.create-account-out {
	width: 66%;
	padding-left: 1.5em;
	margin: auto;
}

form { padding: 1em 0px 1em 2.0em; }

h3.warning { color: red; }

input {
    background: #ffffff;
    -moz-box-shadow: inset 0 1px 1px #8f8f8f;
    -webkit-box-shadow: inset 0 1px 1px #8f8f8f;
    box-shadow: inset 0 1px 1px #8f8f8f;
    color: #555555;
	border: 1px solid #d3d3d3;
	font-size: 15px !important;
	font-weight: normal;
	font-family: Verdana,Arial,sans-serif;
	margin: 0;
    outline: medium none;
    padding: 7px;
	border-radius: 9px;	
}

input[type=button] { display: none; }

input[type=submit], .login , .cancel {
	border: 1px solid #d3d3d3;
    background-color: #e6e6e6;
    font-weight: normal;
    color: #555555;
	-moz-box-shadow: inset 0 0 0 #eee;
    -webkit-box-shadow: inset 0 0 0 #eee;
    box-shadow: inset 0 0 0 #eee;
	margin-bottom: 15px;
}

input[type=submit]:hover, .login:hover, .cancel:hover {
	border: 1px solid #999;
    background-color: #dadada;
    font-weight: normal;
    color: #212121;
	-moz-box-shadow: inset 0 0 0 #eee;
    -webkit-box-shadow: inset 0 0 0 #eee;
    box-shadow: inset 0 0 0 #eee;
}

.leftpanelbutton, .centerpanelbutton {
    display: inline-block;
    background-color: #642667;
    color: white;
    padding: .3em 1em;
    font-size: 1.25em;
    font-weight: normal;
    text-decoration: none;
    text-transform: uppercase;
    transition-property: background-color;
    transition-duration: .25s;
    transition-timing-function: ease-in-out;
}

.leftpanelbutton  a, .centerpanelbutton  a {
	color: white;
	text-decoration: none;
	font-size: 0.8em;
}

.leftpanelbutton:hover, .centerpanelbutton:hover { background-color: #881e94; }

.leftpanelmessage, .centerpanelmessage { margin-bottom: 15px; }

.login_text_box, .create-account, .create-account-out, form {
	font-family: Arial, Times, serif;
    -webkit-font-smoothing: antialiased;
    color: #333;
    max-width: 100%;
    padding-left: 1.5em;
    box-sizing: border-box;
    line-height: 1.6em;
	padding: .0em 2em 1em 2em;
}

.login_text_box { border-right: solid 1px #eee; }

.noscript {
	padding: 23px;
	background-color: #eee;
}
.quiet {
    font-size: 12px;
    margin-top: 23px;
    line-height: 18px;
    color: #999;
}
.section-heading {
    font-size: 1.7em;
    margin-bottom: .8em;
    font-family: Roboto, Helvetica, sans-serif;
    text-transform: uppercase;
    color: #005873;
	font-weight: bold;
}

td  { 
	height: 40px !important;
	padding: 0px 5px;	
}
.td-1 { padding-right: 23px; }

@media (max-width:750px){
#app-header { height: 125px; }

#app-header #app-name {
    float: none;
    font-size: 1.0em;
}

.container {
	display: flex;
	flex-direction: column-reverse;
	width: 100%;
}

.log-in, .create-account, .create-account-out { width: 100%; }

.log-in { 
    border-right: none;
	border-bottom: solid 1px #eee;
    padding-bottom: 30px;	
}
}
@media only screen and (max-width: 1000px) {
#app-header { height: 125px; }

#app-header #app-name {
    float: none;
    font-size: 1.0em;
}

.container {
	display: flex;
	flex-direction: column-reverse;
	width: 100%;
}

.log-in, .create-account, .create-account-out { width: 100%; }

.log-in { 
    border-right: none;
	border-bottom: solid 1px #eee;
    padding-bottom: 30px;	
}
}