/* 2023 UI updates login page styles */

/* Check for CSS errors
*{ border: 1px solid red; }

*/

/* Fix BB Javascript */
#globalNavPageContentArea {
    height: 100% !important;
}

#loginLang {
    display: none;
}

.privacyPolicyContainer {
    padding: 20px !important;
}

.clearfix:after,
.clearfixParent>div:after,
.clearfixParent>li:after {
    content:"";
}

.bb-login {
    background-color: none;
    background: url(https://blackboard.lincoln.ac.uk/bbcswebdav/xid-18238128_4);
    background-size: cover !important;
    background-position: center;
}

/* Make the details expanding section work in IE and Firefox without affecting other browsers */
details.details_shim_closed,
details.details_shim_open {display: block;}
details.details_shim_closed > * {display: none;}
details.details_shim_closed > summary,
details.details_shim_open   > summary {display: block;}
details.details_shim_closed > summary:before {display: inline-block; content: "\25b6"; padding: 0 0.1em; margin-right: 0.4em; font-size: 0.9em;}
details.details_shim_open   > summary:before {display: inline-block; content: "\25bc"; padding: 0; margin-right: 0.35em;}


/* Turn off Module Administrator Button */
.actionBar {
    display: none;
}

/* Login Box Container */

button:hover, button:focus, .button:hover, .button:focus {
    background-color: #072249 !important;
    color: #fff !important;
}

.login-box-container {
    padding: 20px 30px 20px 30px;
    background: #fff;
    width: 300px;
    height: 290px;
    border-right: 1px solid #efefef;
}

.login-box-outer {
    width: 913px;
    z-index: -998;
}

.login-button {
    width: 100%;
    padding: 20px;
    background: #072249;
    border: 0px;
    margin-bottom: 10px;
    border-radius: 10px;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
}

.first-time-here-button {
    padding: 20px;
    text-align: center;
    background: #0099CC;
    border: 0px;
    margin-bottom: 10px;
    border-radius: 10px;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    display: block;Ãƒâ€šÃ‚Â§    x
}

.first-time-here-para {
    line-height: 23px;
    margin-bottom: 30px !important;
}

.set-password-link, .set-password-link:active, .set-password-link:visited, .set-password-link:focus {
    background: #072249;
    padding: 10px;
    border-radius: 5px;
    color: #fff;
}
.set-password-link:hover {
    opacity: 0.8;
    color: #fff;
    cursor: pointer;
}

.first-time-here-title {
    font-size: 18px !important;
    font-weight: bold !important;
    margin-bottom: 10px !important;
    margin-top: 20px !important;
}

.first-time-here-button:hover {
    cursor: pointer;
    opacity: 0.8;
}
.login-button:hover {
    cursor: pointer;
    opacity: 0.8;
}

.login-side-menu {
    float: left;
    margin-bottom: 20px !important;
}

.first-time-here-container {
    padding: 20px;
    position: absolute;
    float: right;
    left: -200px;
    top: 0px;
    width: 410px;
    background: #fff;
    height: 350px;
    transition: z-index 1s, left .2s 1s;
    -webkit-transition: z-index 1s, left .2s 1s;
    -moz-transition: z-index 1s, left .2s 1s;
    z-index: -999;
    border-left: 1px solid #efefef;
}
#show-first-time { display:none; }
#show-first-time:checked + #first-time-here-container{
    left: 360px; z-index: 999999999;
    transition: left 1s, z-index .2s 1s;
    -webkit-transition: left 1s, z-index .2s 1s;
    -moz-transition: left 1s, z-index .2s 1s;
}

#module\3a_835_1, #module\3a_963_1 {
    border: 0px;
}

/* Hide Navigation */
body #globalNavPageNavArea {
	display: none;
}

/* No border top */
.collapsible {
    border: 0px;
}

/* Hide Quick Links */
#quick_links_wrap {
	display: none;
}

/* Main Styles */
body {
    width: 100%;
	height: 100%;
}
html {
	height: 100%;
}
.clearfix.portlet .clearfix {
	background: transparent !important;
}
.portlet.noTitle {
    background: transparent !important;
}
.portlet.clearfix .clearfix:hover {
	background: transparent !important;
}
#content .container {
	margin: 0px;
	padding: 0px;
    z-index: 9999999;
}
#module\3a_734_1 .collapsible .vtbegenerated {
	min-height: 500px;
	overflow-x: hidden;
	overflow-y: hidden;
}
.showThis {
	display: block !important;
}
#module\3a_788_1 {
    padding: 20px;
    box-shadow: 0px 3px 15px rgba(0,0,0,0.9);
    -webkit-animation: fadeIn 1.5s;
    animation: fadeIn 1.5s;
    background-color: rgba(255, 255, 255, 0.9) !important;
    width: 600px;
    margin: 0 auto;
    margin-left: auto !important;
    margin-right: auto !important;
}
.contentBox.contentBox-edit {
	background: transparent !important;
}
.container, .contentBox {
	background: transparent !important;
	border: 0px;
}
.portlet {
	min-height: auto;
}

/* Hide Top Black Menu Bars */
.topTabs, .global-nav-bar-wrap {
	display: none;
}

/* Login Box */
#module:_635_1 {
	margin-top: 200px;
}
.LoginTextChecked {
	text-align: center;
}
#loginHeader {
	width: 100%;
	height: 200px;
}
#loginFormText {
	margin-top: 190px;
}
#loginUniversityLogo {
	display: block;
	margin: 0 auto;
	margin-top: 0px;
	width: 350px;
	height: auto;
}
#loginBlackboardLogo {
	display: block;
	margin: 0 auto;
	margin-top: 10px;
	width: 350px;
	height: auto;
    margin-bottom: 20px;
}
#blackboardTitle {
	text-align: center;
	text-transform: uppercase;
	font-size: 60px;
	font-weight: bold;
	margin-bottom: 0px;
}
#blackboardSubTitle {
	text-align: center;
	text-transform: uppercase;
	font-size: 20px;
	font-weight: bold;
}
.forgot-password-link {
    text-align: center !important;
    font-weight: bold !important;
    color: #000 !important;
    margin-top: 20px;
}
.forgot-password-link a, .forgot-password-link a:visted, .forgot-password-link a:active, .forgot-password-link a:focus {
    text-decoration: none !important;
    font-weight: bold !important;
    color: #000 !important;
}
.forgot-password-link a:hover {
    color: #000 !important;
    font-weight: bold !important;
    text-decoration: underline !important;
}
#loginFormList, #loginFormList li {
	list-style: none;
	text-align: center;
	padding-left: 0px;
}
#loginFormList li input {
	margin: 10px 0px;
    width: 95%;
    padding: 10px;
    display: block;
    border: 1px solid #ccc;
    text-align: center;
    border-radius: 0px;
    margin: 0 auto;
    margin-top: 10px;
    margin-bottom: 10px;
}
#loginFormList li input[type="submit"] {
	width: 49%;
    padding: 15px;
	background: #333 !important;
    font-size: 15px;
    font-weight: bold;
	border: 0px !important;
    float: right;
}
#loginFormList li input[type="submit"]:hover {
	background: #CC3366 !important;
	color: #fff !important;
	border: 0px !important;
}
#loginFormList li input[type="submit"]:focus {
	color: #fff !important;
}
#loginFormList li label {
	text-align: center;
    float: none;
    font-weight: bold;
    text-transform: uppercase;
    width: 100%;
}
#loginGuidance {
	text-align: center;
}
#anonymous_element_4 {
	display: none;
}
.footerWrapper .gatewayModule1 {
	width: 100%;
	text-align: center;
}
#footer-social-links {
	margin-top: 5px;
}
#footer-social-links a {
        color: #000 !important;
}
.gw_title a, .gw_title_su a:visited, .gw_title_su a:active, .gw_title_su a:focus {
    color: #fff !important;
    text-decoration: none !important
}

.gw_title a:hover {
    color: #fff !important;
    text-decoration: underline !important
}

/* Login Help Message (Expandable Area) */
#furtherInfo summary {
    float: left;
    font-weight: bold;
    margin-bottom: 10px;
    text-align: center;
    width: 49%;
    font-size: 15px;
    height: 51px;
    background: #0099CC;
    margin-top: -74.5px;
    color: #fff;
    box-sizing: border-box;
    padding-top: 9px;
	border: 2px solid #333 !important;
}
#furtherInfo summary:hover {
	cursor: pointer;
	background: #333;
}
#setPasswordButton {
	display: block;
    padding: 10px;
    background: #0099CC;
    color: #fff;
    text-align: center;
    width: 200px;
    margin-top: 20px;
    margin-bottom: 20px;
}
#setPasswordButton:hover {
    background: #000;
}

/* Remove blue square top right of each box */
.edit_controls {
	display: none;
}
/* Make sure all three sections have no max width so they refer back to the percentages set in the module settings page */
#column0, #column1, #column2 {
	max-width: none !important;
}

/* Hide left and right columns and make middle column 100% width */
#column0, #column2 {
	display: none;
}
#column1 {
	width: 100%;
}

/* Footer */
.login-page-footer {
	background: #000;
    color: #fff;
    padding: 20px 0px;
    bottom: 0px;
    width: 100%;
    opacity: .85;
    position: fixed;
}
.lp-footer-left {
	width: 30%;
	float: left;
	text-align: left;
	margin-left: 20px;
	margin-top: -10px;
}
.lp-footer-right {
	width: 70%;
    float: right;
    text-align: right;
    margin-right: 60px;
    margin-top: -90px;
}
.lp-footer-right .verticalGatewayLinks ul {
	display: inline-block;
	width: 100%;
	list-style: none;
	height: auto;
}
.lp-footer-right .verticalGatewayLinks ul li {
	display: inline-block;
	margin-top: 35px;
	list-style: none;
	width: 80px;
	height: auto;
}
.socialHpIcon {
    padding: 0 10px !important;
}
.lp-footer-right .verticalGatewayLinks ul li .gw_title {
    text-align: center !important;
}
.lp-footer-right .verticalGatewayLinks ul li a img {
	width: 45px;
	height: auto;
	display: block;
	margin: 0 auto;
}
.lp-footer-right .verticalGatewayLinks ul li .gw_title {
    margin-top: -10px;
}
.lp-footer-right .verticalGatewayLinks ul li a .gwIcon {
	padding: 10px;
	margin-top: 10px;
}

/* Hide unwanted modules */
#module\3a_701_1, #module\3a_649_1, #module\3a_634_1 {
	display: none !important;
}
#module\3a_734_1 {
	padding: 20px;
    box-shadow: 0px 3px 15px rgba(0,0,0,0.9);
    -webkit-animation: fadeIn 1.5s;
    animation: fadeIn 1.5s;
    background-color: rgba(255, 255, 255, 0.9) !important;
    width: 600px;
    margin: 0 auto;
    margin-top: 150px;
}
#module\3a_734_1 h2.noTitle {
	display: none;
}

/* Fade In CSS */
@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
       opacity: 1;
    }
}

#globalNavPageContentArea {
    position: initial !important;
}

.contentPaneWide, .portalPane {
    margin: 0px !important;
}

/* Mobile First Time Here Button */
#mobile-first-time-here {
    display: none;
}

input[type='checkbox'] {
  display: none;
}

.lbl-toggle {
  display: block;
  cursor: pointer;
  padding: 20px;
  text-align: center;
  background: #0099CC;
  border: 0px;
  margin-bottom: 10px;
  border-radius: 10px;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  display: block;
  transition: all 0.25s ease-out;
}

.lbl-toggle:hover {
  cursor: pointer;
  opacity: 0.8;
}

.lbl-toggle::after {
  margin-left: 10px;
  content: ' ';
  display: inline-block;

  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 5px solid currentColor;

  vertical-align: middle;
  margin-right: .7rem;
  transform: translateY(-2px);

  transition: transform .2s ease-out;
}

.collapsible-content {
  max-height: 0px;
  overflow: hidden;

  transition: max-height .25s ease-in-out;
}

.toggle:checked + .lbl-toggle + .collapsible-content {
  max-height: 350px;
}

.toggle:checked + .lbl-toggle::after {
  transform: rotate(90deg) translateX(-3px);
}

.content-inner {
    background-color: transparent;
    border: 0px;
    background: none;
}

/* Media Queries */
@media (min-width: 450px) and (max-width : 790px) {
    .login-page-footer {
		height: auto;
        position: relative !important;
        opacity: 1;
	}
    #login-block {
        margin-top: 50px !important;
		margin-bottom: 50px !important;
    }
}
@media (min-height: 350px) and (max-height : 420px) {
    #login-block {
        margin-top: 150px;
    }
    .login-page-footer {
		height: auto;
        position: relative!important;
        opacity: 1;
        margin-top: 50px;
	},
}
/* Resize Footer */
    @media (max-width : 980px) {
	body {
	overflow-x: hidden;
	overflow-y: auto;
	}
	
	.login-page-footer {
		height: auto;
        position: relative;
        opacity: 1;
	}
	
	.lp-footer-right {
    width: 100% !important;
    float: none;
    text-align: center;
    margin-right: 60px;
    margin-top: 0px;
    display: block;
	}
	
	.lp-footer-left {
    width: 100%;
    float: none;
    text-align: center;
    margin-left: 0px;
    display: block;
	}
	
	.lp-footer-left .gatewayModule1 {
		width: 100%;
	}
	
	.lp-footer-right .verticalGatewayLinks ul {
		padding-left: 0px;
   		margin-left: 0px;
	}
	
	#footer-social-links {
		margin-left: 0px;
	}
    #footer-social-links a {
        color: #000 !important;
    }
}

/* Outer Body Wrap */

/* Inherit Full Width */

.contentPaneWide,
.contentBox, .container {
  height: inherit; }

/* Start Flexbox Fixed Footer Structure. */

.container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column; }
  
  .container .contentBox {
      
  /* Push back so first time here content can slide out */
      
  z-index: -9999;
                
  /* ensure content takes up space pushing footer to bottom. */
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -moz-flex: 1;
    -ms-flex: 1;
    flex: 1;
                
  ./* Bits to centre login box witin the above container only, ignoring footer. */
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center; }

/* Main Media Queries */
 @media (max-width: 320px) {
     
        /* 2019 Styles */
        .login-side-menu {
            width: 100%;
        }
        .lp-footer-right {
            margin-left: -12px;
        }
        .first-time-here-container {
            display: none;
        }
        .first-time-here-button {
            display: none;
        }
        #mobile-first-time-here {
            display: block;
        }
        .lbl-toggle {
            width: 210px;
            margin: 0 auto;
        }
        .login-button {
            display:block;
            margin: 0 auto;
            width: 250px;
            margin-bottom: 15px;
        }
        .content-inner {
            height: 650px;
        }
        .toggle:checked + .lbl-toggle + .collapsible-content {
            width: 100%;
            max-height: 450px;
        }
        .login-box-outer {
            width: 100%;
        }
        .login-box-outer {
            width: 100%;
        }
        .login-box-container {
            width: 250px;
        }
        #loginHeader {
            padding-top: 0px;
        }
		#module\3a_734_1 {
			margin-top: 30px;
		}
        #module\3a_788_1 {
    padding: 20px;
    box-shadow: none !important;
    -webkit-animation: fadeIn 1.5s;
    animation: fadeIn 1.5s;
    background-color: rgba(255, 255, 255, 0.9) !important;
    margin: 0 auto;
    margin-top: 0px;
    margin-left: auto !important;
    margin-right: auto !important;
    margin-top: 0px !important;
    border: 0px !important;
    width: auto !important;
	}
    .login-page-footer {
		    height: 320px !important;
            bottom: -50px !important;
		}
    body {
			overflow-y: auto;
			overflow-x: hidden;
		}
		
	#module\3a_734_1 .collapsible .vtbegenerated {
			overflow-x: hidden;
			overflow-y: hidden;
		}
		
	#loginHeader {
			margin-top: 30px;
		}
		
		.login-page-footer {
		height: 65px;
		}
		
	body {
			overflow-x: hidden;
			overflow-y: auto;
		}
		
	.lp-footer-right {
    width: 320px;
    text-align: center;
    margin-right: -2px;
}
		
	.lp-footer-right .verticalGatewayLinks ul {
			padding-left: 0px;
		}
		
	.login-page-footer {
    background: #000;
    color: #fff;
    padding: 20px 0px;
    height: 340px !important;
    bottom: 20px;
    height: 340px;
    opacity: 1;
}
		
		#contentFrame, #schemePreview, .schemePreviewBody, body {
			background: #fff !important;
		}
		
		#loginGuidance {
    text-align: center;
    padding: 20px;
    padding-bottom: 0px;
	margin-top: 0px;
		}
		
		#furtherInfo summary {
			margin-top: -15px;
			width: 100%;
		}
		
		#loginFormList li input[type="submit"] {
			width:100%;
		}
		
		#loginFormList li input {
			width:230px;
		}
		
		#module\3a_734_1 {
    padding: 20px;
    box-shadow: none;
    -webkit-animation: none;
    animation: none;
    background-color: rgba(255, 255, 255, 1) !important;
    margin-top: 0px;
    border: 0px;
    margin: 0px;
	padding: 0px;
    width: 355px;
		}
		
	#loginBlackboardLogo {
			width: 250px;
            max-width: none;
			height: auto;
			margin-top: 0px;
		}
		
	#loginUniversityLogo {
			width: 250px;
            max-width: none;
			height: auto;
			margin-top: 0px;
            margin-left: 0px;
			margin-bottom: 10px;
		}
		
	#module\3a_734_1 .collapsible .vtbegenerated, .vtbegenerated {
			overflow-x: hidden;
			overflow-y: hidden;
		}
     .container, .contentBox {
         min-height: none !important;
        }
        #contentArea, #schemePreviewBody, .contentBox {
         min-height: 100%;
        }
        html {
            min-height: 100%;
        }
        #footer-social-links {
            margin-left: 0px;
        }
        .lp-footer-right .verticalGatewayLinks ul {
            margin-left: 0px;
        }
        .lp-footer-right {
            margin-left: 10px !important;
            width: 300px;
        }
        .lp-footer-left {
            margin-left: 0px;
        }
        #loginFormText {
         height: 130px;
         margin: 0px;
        }
	}

 @media (min-width: 321px) and (max-width: 480px) {
         .login-side-menu {
            margin-left: -10px !important;
            margin-top: 100px;
         }
        .lp-footer-right {
            margin-left: -12px;
        }
        .first-time-here-container {
            display: none;
        }
        .first-time-here-button {
            display: none;
        }
        #mobile-first-time-here {
            display: block;
        }
        .lbl-toggle {
            width: 210px;
            margin: 0 auto;
        }
        .login-button {
            display:block;
            margin: 0 auto;
            width: 250px;
            margin-bottom: 15px;
        }
        .content-inner {
            height: 650px;
        }
        .toggle:checked + .lbl-toggle + .collapsible-content {
            width: 100%;
            max-height: 650px;
        }
        .login-box-outer {
            width: 100%;
        }
        .login-box-container {
            border-right: 0px;
            width: 250px;
        }
        .login-box-side-menu {
            width: 100%;
        }
        body {
         background: #fff !important;
        }
        #loginFormList li input[type="submit"] {
			width:100%;
		}
		
		#loginFormList li input {
			width:230px;
		}
        #loginHeader {
            padding-top: 0px;
        }
		#module\3a_734_1 {
			margin-top: 30px;
		}
        #module\3a_788_1 {
            padding: 20px;
            box-shadow: none !important;
            -webkit-animation: fadeIn 1.5s;
            animation: fadeIn 1.5s;
            background-color: rgba(255, 255, 255, 1) !important;
            margin: 0 auto;
            margin-top: 0px;
            margin-left: auto !important;
            margin-right: auto !important;
            margin-top: 0px !important;
            border: 0px !important;
            width: auto !important;
	   }
       .login-page-footer {
		    height: auto !important;
            bottom: -50px !important;
            padding: 20px 0px;
       }
       .lp-footer-left {
            margin-left: 0px;
            margin-top: 20px;
       }
       .lp-footer-right {
            float: none;
            text-align: center;
            margin-right: 30px;
            margin-top: 0px;
            display: block;
            margin: 0 auto;
            width: 300px !important;
        }
        #contentArea, #schemePreviewBody, .contentBox {
         min-height: auto;
        }
        html {
            min-height: 100%;
        }
        #footer-social-links {
            margin-left: 0px;
        }
        .lp-footer-right .verticalGatewayLinks ul {
            margin-left: 0px;
        }
        #furtherInfo summary {
            margin-top: 0px;
            width: 100%;
        }
}

 @media (min-width: 481px) and (max-width: 980px) {
         .bb-login {
            background-position: center !important;
         }
         .login-page-footer {
            opacity: 1 !important;
            padding-top: 50px;
         }
         .lp-footer-right .verticalGatewayLinks ul li a img {
             width:45px !important;
         }
         #login-block {
             margin-top:100px;
             margin-bottom:100px;
         }
        #module\3a_963_1 {
            min-width: 400px;
            width: 400px;
        }
        .login-side-menu {
            width: 100%;
        }
        .first-time-here-container {
            display: none;
        }
        .first-time-here-button {
            display: none;
        }
        #mobile-first-time-here {
            display: block;
        }
        .lbl-toggle {
            width: 300px;
            margin: 0 auto;
        }
        .login-button {
            display:block;
            margin: 0 auto;
            width: 100%;
            margin-bottom: 15px;
        }
        .content-inner {
            height: 410px;
        }
        .toggle:checked + .lbl-toggle + .collapsible-content {
            width: 100%;
            max-height: 370px;
        }
        .login-box-outer {
            width: 100%;
        }
        .login-box-container {
            border-right: 0px;
            width: auto;
        }
     #module\3a_788_1 {
        margin-top: 0px;
        box-shadow: none;
        background: #fff;
        border: 0px;
        width: 400px;
     }
     .lp-footer-right {
        width: 400px;
        margin: 0 auto;
     }
     #contentArea, #schemePreviewBody, .contentBox {
         min-height: auto;
     }
     html {
         min-height: 100%;
     }
     .lp-footer-right .verticalGatewayLinks ul {
         width: 500px;
     }
     #loginFormList li input {
         width: 90%;
     }
 }
 
 @media (min-width: 981px) and (max-width: 1066px) {
     #login-block {
         margin-top: 100px;
     }
     .lp-footer-right .verticalGatewayLinks ul li a img {
         width:45px !important;
     }
     
     #module\3a_963_1 {
         min-width: 900px;
     }
     
     .login-box-outer {
            width: 900px;
     }
     .login-box-container {
            width: 300px;
            height: 290px;
     }
     .login-side-menu {
            width: 100%;
     }
     
    .login-page-footer {
         height: 65px;
     }
     .gw_title a, .gw_title_su a:visited, .gw_title_su a:active, .gw_title_su a:focus {
         font-size: 10px;
     }
     .lp-footer-right .verticalGatewayLinks ul li a img {
         width: 25px;
     }
     .lp-footer-right .verticalGatewayLinks ul li .gw_title {
        margin-top: -10px;
    }
     .lp-footer-right .verticalGatewayLinks ul li {
         width: 50px;
     }
     #contentArea, #schemePreviewBody, .contentBox {
         min-height: auto;
     }
     html {
         min-height: 100%;
     }
 }

@media (min-width: 1067px) and (max-width: 1300px) {
	#login-block {
         margin-top: 100px;
     }
	
     .login-page-footer {
            height: 80px !important;
        }
     #module\3a_963_1 {
         min-width: 900px;
     }
     .main-bb-footer-left {
        text-align: center;
    }
    .main-bb-footer-right {
        margin-right: 30px;
        width: 100%;
        text-align: center;
        margin-top: 0px;
    }
    .main-bb-footer {
        height: 180px;
    }
     .login-box-container {
        height: 290px;
        margin-top: 100px;
     }
     .login-page-footer {
         height: 6px;
     }
     #contentArea, #schemePreviewBody, .contentBox {
         min-height: auto;
     }
     html {
         min-height: 100%;
     }
     #loginBlackboardLogo {
         width: 100%;
     }
     #loginUniversityLogo {
         margin-top: 0px;
     }
     #module\3a_788_1 {
         height: 400px;
         margin: 30px 0px;
         width: 500px;
     }
     .forgot-password-link {
         margin-top: -10px;
     }
     #loginHeader {
         height: 100px;
     }
     #loginFormText {
         margin-top: 130px;
     }
 }
 
 @media (min-width: 1267px) {
     #module\3a_963_1 {
         min-width: 900px;
     }
     .login-box-container {
        height: 290px;
        margin-top: 100px;
     }
    .login-page-footer {
         height: 65px;
     }
     #contentArea, #schemePreviewBody, .contentBox {
         min-height: auto;
     }
     html {
         min-height: auto;
     }
 }