.MainActionContainer {
    margin:2px;
}

#login_form {
    padding:12px;
    width:300px;
    border-radius:2px;
    text-align:center;
}

.login_form_input_label {
    width:70px;
    margin-bottom:8px;
    display:inline-block;
    position:relative;
    font-weight:normal;
}

.login_form_text_input {
    width:180px;
}

#login_form_pass {
    margin-top:5px;
}

#login_form_submit {
    margin-top:0px;
}

#login_form_footer {k
    text-align:center;
}

.input-btn{
    background:url(../../images/bullet-arrowSmall.gif) no-repeat 9px 1em #000;
    font-size:.9em;
    color:#fff;
    overflow:visible;
    width:auto;
    padding:6px 14px 6px 20px;
    border:0;
    cursor:pointer;
    margin-top:4px;
}

.input-btn:hover{
    background:url(../../images/bullet-arrowSmallHover.gif) no-repeat 9px 1em #e9a700;
}

input[type="submit"].Resizable {
    width: auto;
}

.page_title {
    font-size:170%;
    color:#999999;
    margin-top:20px;
    margin-bottom:12px;
    margin-left:auto;
    margin-right:auto;
    text-align:center;
}

body, h1, h6, page_title {
    font-family: Carrois Gothic;
}

h1 {
    font-weight:900;
}

#rightside {
    position:absolute;
    right:10%;
    height:100%;
    width:300px;
    margin-left:10%;
    background: rgba(240, 240, 240, 0.50);
}

.MainArea {
    padding-top:70px;
    padding-bottom:40px;
    background: linear-gradient(to bottom, rgba(240, 240, 240, 0.0) 0, rgba(240, 240, 240, 0.65) 18%, rgba(240, 240, 240, 0.65) 78%, rgba(240, 240, 240, 0.0) 100%);
}

html, body {
    margin:0;
    padding:0;
    height:100%;
}

body {
	background: #07375b;
	background-image: url(https://cdn.dal.ca/content/dam/dalhousie/images/webteam/login/mydal.jpg), linear-gradient(to top, #27577b, #07375b);
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size:cover;
}

#alumni_btn {
	background: #447eb0;
	background-image: -webkit-linear-gradient(top, #447eb0, #2A6496);
	background-image: -moz-linear-gradient(top, #447eb0, #2A6496);
	background-image: -ms-linear-gradient(top, #447eb0, #2A6496);
	background-image: -o-linear-gradient(top, #447eb0, #2A6496);
	background-image: linear-gradient(to bottom, #447eb0, #2A6496);
	-webkit-border-radius: 28;
	-moz-border-radius: 28;
	border-radius: 28px;
	font-family: Arial;
	color: #e9a700;
	font-size: 20px;
	padding: 10px 20px 10px 20px;
	border: 0;
	text-decoration: none;
}

#alumni_btn:hover {
	background: #407aab;
	background-image: -webkit-linear-gradient(top, #407aab, #3498db);
	background-image: -moz-linear-gradient(top, #407aab, #3498db);
	background-image: -ms-linear-gradient(top, #407aab, #3498db);
	background-image: -o-linear-gradient(top, #407aab, #3498db);
	background-image: linear-gradient(to bottom, #407aab, #3498db);
	text-decoration: none;
}

#alumni_btn a {
    text-decoration: none;
}

#alumni_btn a:hover {
    text-decoration: none;    
}

#photo_credit {
	position:absolute;
	bottom:0;
	left:0;
	color: #ffffff;
	padding: 10px;
}