CSS Changes in Version 22.1

CSS Classes for Login Pages

CSS Code Rendered
.login_text {
    padding: 21px 5px 5px 5px;
    font-size: 25px;
    text-align: center;
    font-family: open_sansregular, serif;
}
.loginbtn_text {
    padding: 5px;
    font-size: 36px;
    font-family: open_sansregular, serif;
    text-align: left;
    font-weight: 400 !important;
}
.backHome_text {
    text-align: right;
    font-weight: 600 !important;
    padding-right: 4px !important;
}
.panel_body_padding {
    padding: 0px;
}
.loginbtn_text {
    padding: 0px;
}
Student Login

CSS Classes for Compose Email Pop-up

CSS Code Rendered
.btnClose {
    color: #fff;
    opacity: unset;
}
.form-email-text {
    position: relative;
}
.MessageStyle {
    left: 10px;
    font-size: 0.9em;
    color: #444;
    top: 9px;
}
.emailTo {
    padding: 5px 5px 5px 35px;
    width: 100%;
    border: 1px solid #ccc;
    border-radius: 4px;
}
.emailSub {
    padding: 5px 5px 5px 2px;
    width: 100%;
    border: 1px solid #ccc;
    border-radius: 4px;
}
.emailMsg {
    padding: 5px 5px 5px 2px;
    width: 100%;
    border: 1px solid #ccc;
    border-radius: 4px;
}
.lblTo {
    position: absolute;
    left: 10px;
    font-weight: bold;
    font-size: 0.8em;
    color: #444;
    top: 9px;
}
Compose Email POopup

CSS Classes for Advisors, Classes, Student Standing, and Document Center Tiles

CSS Code Rendered
.carousel-control.prev {
	top: 22px;
	left: -14px;
	height: 30px;
	background-repeat: repeat-x;
	color: #2562DE !important;
}
.carousel-control.next {
	right: -20px;
	top: 22px;
	height:30px;
	color: #2562DE !important;
}
.simple-tabs-carousel-container {
	max-height: auto;
	overflow: hidden;
	position: relative;
}
.simple-tabs-carousel-container:after, 
.simple-tabs-carousel-container:before {
	display: block;
	height: 0px;
	width: 100%;
	clear: both;
	content: "";
	padding: 10px;
}
.simple-tabs-carousel-container .tab-previous {
	height: 100%;
	position: absolute;
	left: 0px;
	top:4px;
	color:#2562DE !important;
}
.simple-tabs-carousel-container .tab-next {
	right: 0px;
	position: absolute;
	float: right;
	top:4px;
	color:#2562DE !important;
}
.simple-tabs-carousel-container .tabs-container {
	width: 93%;
	margin: auto;
	margin-top:-27px;
	overflow: hidden;
}
.simple-tabs-carousel-container .simple-tabs {
	float: left;
	list-style: none;
	overflow: hidden;
	transition: transform 1s ease-out;
	padding: 0px;
	padding-left:5px;
	background: inherit !important;
}
.simple-tabs-carousel-container .simple-tabs .tab {
	margin:10px;
	text-align: center;
	float: left;
	background: white;
	min-width :100px;
}
Advisors and Classestile
.greenStatus {
	background-color: #75AE12;
	height: 15px;
	width: 5px;
}
.orangeStatus {
	background-color: #EC4C23;
	height: 15px;
	width: 5px;
}
.documentGrid {
	max-height: 220px;
	overflow: auto;
	margin-bottom: 15px;
}

Doc Center and student standing tile