@charset "utf-8";
/* CSS Document */


#poweredby{
	font-size: 14px !important;
	margin-left: 450px;
}

#login_header{
	background-color: #61B3E7;
	color: #fff;
	padding: 10px 0 10px 20px;
	font-size: 20px;
	font-weight: 400;
	font-family:  museo-slab, serif;
}
#login_header .login_title{
	color: #AAD3ED;
}

#forgot{
	font-size: 14px;
}

#login_form{
	margin-top: 4px;
	
	background: #e7e8e9; /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2U3ZThlOSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNjMGMxYzQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(left,  #e7e8e9 0%, #c0c1c4 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right top, color-stop(0%,#e7e8e9), color-stop(100%,#c0c1c4)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(left,  #e7e8e9 0%,#c0c1c4 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(left,  #e7e8e9 0%,#c0c1c4 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(left,  #e7e8e9 0%,#c0c1c4 100%); /* IE10+ */
background: linear-gradient(to right,  #e7e8e9 0%,#c0c1c4 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e7e8e9', endColorstr='#c0c1c4',GradientType=1 ); /* IE6-8 */

	
	padding: 10px 15px 30px 15px;
	border-radius: 0px 0px 6px 6px;
	-moz-border-radius: 0px 0px 6px 6px;
	-webkit-border-radius: 0px 0px 6px 6px;
	height: 180px;
	text-shadow: 1px 1px 1px #fff; 
}
#login_shadow{
	width: 700px;
	margin-top: -9px;
	margin-left: -90px; 
	margin-right: 40px;
}

#login_left_side{
	width:400px;
	margin-top: 20px;
	margin-left: 110px;
	
}
#login_right_side{
	width: 285px;
	float: right;
	color: #575757;
}


#login_left_side label{
	color: #575757;
	display: inline-block;
	width: 65px;
	font-size: 14px;
}
#login_left_side input[type="submit"]{
	display: inline;
	float:right;

	margin-right: 34px;
	margin-top: -2px;
	
	padding: 6px 15px;
	background-color: #25aae1;
	color: #e7e7e7;
	border: 2px solid white;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	font-size: 10px;
}
#login_left_side input[type="checkbox"]{
	
}

#login_left_side input[type="text"]{

	margin-right: 20px;
	margin-top: -2px;
	margin-bottom: 25px;
	width: 275px;
	padding: 3px 10px;
	
	
	
	color: #000;
	border: 1px solid white;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	font-size: 10px;
	
}
::-webkit-input-placeholder {
   color: #575757;
}

:-moz-placeholder {  
   color: #575757;  
}
#login_left_side input[type="password"]{

	margin-right: 20px;
	margin-top: -2px;
	margin-bottom: 25px;
	width: 275px;
	padding: 3px 10px;
	
	
	color: #000;
	border: 1px solid white;
	-moz-border-radius: 4px;
	border-radius: 4px;
	font-size: 10px;
}
.version_info{
	font-size: 10px !important;
	font-family: arial;
}
#loginOp{
	display: none;
}

#login-box{
	background: #f4f4f4;
	padding:10px;
}

.login-button{
	display: inline-block;

}

#login-box hr{
	border-top: 1px solid #e2e2e2;
	margin: 25px 5px;
}

.login-button-bg {
	background: transparent url(../images/d2l-bg-button.png) no-repeat 0px 0px;
	position: absolute;
	height: 50px;
    width: 100%;
    background-size: contain;
}

.login-button-text {

	color: white;
    background-color: #003387;
	margin-left: 27px;
	margin-top:4px;
    padding-left: 35px;
    padding-right:10px;
    width: 257px;
    height: 42px;
    font-size: 18px;
    text-transform: uppercase;
    line-height: 43px;
}
.login-button .icon-arrow {
    display: block;
    float: right;
    margin-left: 5px;
    margin-top: 4px;
}

.arrow.is-right {
    -moz-transform: rotate(315deg);
    -ms-transform: rotate(315deg);
    -webkit-transform: rotate(315deg);
    transform: rotate(315deg);
}
.arrow {
   
    display: block;
    height: 12px;
    position: relative;
	width: 12px;
	float: right;
	margin-top:15px;
	margin-right:15px;
}
.arrow.arrow-bar::before {
    bottom: 1px;
    content: '';
    height: 20px;
    position: absolute;
    right: 0;
    transform-origin: bottom;
    width: 2px;
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.arrow::before, .arrow .arrow::before {
    background-color: white;
}
.arrow::after, .arrow .arrow::after {
    border-color: white;
}
.arrow::after {
    border-bottom-style: solid;
    border-bottom-width: 2px;
    border-right-style: solid;
    border-right-width: 2px;
    content: '';
    display: inline-block;
    height: 12px;
    left: -1px;
    position: absolute;
    top: -1px;
    width: 12px;

/*  GENERAL STYLES  */

