  @charset "utf-8";
/* CSS Document */
#login-box{
	background: #f4f4f4;
	padding:30px 20px;
}

#login-box h3{
	margin:0 0 20px 0;
}

#login-box p:last-child{
	margin-bottom:0;
}

.login-button{
	display: inline-block;

}

.login-button:hover{
	text-decoration:none;
}
@media(max-width:1000px){
	.login-button span.hide_mobile_text{
		display:none;
	}
	#main_box_thing{
		clear:both;
	}
	.leftmenu{
		margin-top:30px;
	}
	.leftmenu li{
		float:none;
	}
}



#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: 0px;
	margin-top:4px;
    padding-left: 20px;
    padding-right:20px;
    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;
	left: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  */

