CSS Changes in Version 25.2
The following CSS properties have been added to the main.css file for the Student Portal:
#wrapper.error-template {
padding: 0px 20px;
}
#wrapper.error-template .panel-body .alert-danger {
margin-bottom: 0px
}
.error-template .contentpart {
flex-grow: 1;
max-width: 100%;
padding:0 20px;
}
.error-template .contentpart .panel{
box-shadow: none;
border: 1px solid transparent;
}
.error-template .contentpart .panel-body{
padding:15px;
}
.error-template .contentpart .panel-body .alert-danger{
margin-bottom: 0px;
}
The result of these CSS changes is the proper alignment of the following messages:

