#login-page {
background-color: white;
}
.wrapper#container-boundingbox {
    margin: 0;
    width: 900px;
}
.wrapper#container {
    background-color: white;
    padding: 10px 20px;
    width: 850px;
    position: relative;
}
.shadow {
    background: url("../images/login-shadow.png") no-repeat;
    border: 0;
    height: 32px;
    margin: 0 auto;
    overflow: hidden;
    padding: 0px;
    width: 800px;
    display: block;
}
.page-header {
    margin-bottom: 10px;
}
.page-header h1 {
	font-weight: 600;
    font-size: 32px;
    line-height: 48px;
    color: #3B3B3B;
    margin-top: -4px;
    margin-bottom: 14px;
    padding-bottom: 0;
}
.LoginPage .first {
    margin: 0 26px 0 0;
}
.LoginForm {
    background-color: #F6F8FA;
	border: 1px solid #e9e9e9;
    border-radius: 6px;
	padding: 10px 15px;
	margin-top: 5px;
	width: 300px;
}
#login-or-create-acct {
    font-size: 14px;
}
#login-or-create-acct span {
    color: #37567f;
    font-weight: bold;
}
#local-login-option {
    font-size: 12px;
}

.page-intro {
    font-size: 16px;
    line-height: 20px;
    color: #1F2328;
    margin-bottom: 16px;
}
.datashop-tour {
    width: 100%;
}
.datashop-tour .tour-container {
    margin: 8px 0px;
    border-bottom: 1px solid #EBEBEB;
    display: inline-flex;
}
.datashop-tour .tour-container.last {
    margin-right: 0px;
    border: none;
    padding-bottom: 11px;
}

.datashop-tour .tour1, .datashop-tour .tour2, .datashop-tour .tour3 {
    border: 4px solid white;
    min-height: 64px;
    padding: 0px 0px 0px 10px;
    background-repeat: no-repeat;
}

.datashop-tour .tour-img {
    margin-top: 5px;
}

.datashop-tour h4 {
    margin: 0;
    font-size: 13px;
}
.datashop-tour p {
    margin: 0;
    font-size: 13px;
}
.column11 {
    width: 352px;
    display: inline-block;
    zoom: 1;
    vertical-align: top;
    margin: 0;
}
.callout-box {
    background-color: white;
    border: 1px solid #E4E4E4;
    padding: 16px;
    min-width: 200px;
    border-radius: 6px;
}
.callout-box h3 {
    line-height: 18px;
    font-style: normal;
    font-weight: normal;
    text-align: left;
    text-decoration: none;
    color: #3B3B3B;
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 24px;
    margin-top: 0;
}
.callout-box span.switch {
    float: right;
    color: #747474;
    line-height: 18px;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    font-size: 14px;
}
.callout-box span.switch a,
.signin a {
    font-size: 13px;
    text-decoration: none;
    color: #37567F;
}
.callout-box span.switch a:hover,
.signin a:hover {
    text-decoration:underline;
}
.callout-box .errorMessage {
    margin-top: 0;
}
.callout-box #local-signin-title {
    font-size: 13px;
    padding-top: 0px;
    padding-bottom: 5px;
    font-weight: bold;
    text-align: center;
}
.callout-box label {
    color: #747474;
    line-height: 18px;
    font-family: helvetica,arial,sans-serif;
    font-size: 10px;
    font-style: normal;
    font-variant: normal;
    font-weight: bold;
    text-align: left;
    text-justify: auto;
    text-shadow: none;
    text-transform: none;
    display: block;
    margin-bottom: 3px;
}
.callout-box a.password {
	font-size: 12px;
	margin-left: 30px;
}
.callout-box a.password:hover {
	background-color: #DDF4FF;
    text-decoration: none;
}

.callout-box input[type="text"], .callout-box textarea, 
.callout-box input[type="password"] {
    width: 94%;
    font-size: 18px;
    line-height: 18px;
    line-height: 18px;
    font-family: helvetica,arial,sans-serif;
    font-style: normal;
    font-weight: normal;
    text-align: left;
    text-decoration: none;
    overflow: auto;
    color: #3B3B3B;
    border: 1px solid #CACACA;
    margin: 0px;
    padding: 4px 8px;
    height: auto;
    margin-bottom: 16px;
}
.checkbox-container {
    display: block;
    margin-bottom: 12px;
}
.checkbox-container .checkbox, .checkbox-container .checkbox-text, 
.checkbox-container input[type="checkbox"], .checkbox-container label {
    display: inline;
    margin: 2px 8px 0px 0px;
}
.callout-box #loginBoxForm {
    margin-bottom: 20px;
}
.callout-box .cmuSignin {
    margin-top: 16px;
}
.callout-box .cmuSignin div {
    font-size: 13px;
}

#notifyLocalLoginDialog a {
    color: #333;
    text-decoration: underline;
}

#loginBoxForm #login-submit {
	padding: 2px 8px;
    min-width: auto;
    width: 89px;
    font-size: 13px;
    color: #fff;
}

/********************************************
* GitHub login buttton.
********************************************/
div#githubLogin a {
    padding-top: 10px;
    padding-bottom: 12px;
    padding-right: 38px;
    padding-left: 65px !important;
    color: #fff;
}

.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.fa-github:before {
  content: "\f09b";
}

