﻿@charset "utf-8";

ul {
    margin-top: 5px;
}

ul.feedbackPanel li {
    list-style: disc;
    margin-left: 15px;
}

.msgError {
    color: #ff8484;
    font-family: 'Open Sans', sans-serif;
    line-height: 20px;
    font-weight: normal;
    margin-top: -10px;
}

input {
    color: black;
}

.msg-scroll {
    overflow-x: hidden;
    overflow-y: auto;
}
.login-title img{
    padding-bottom: 5px;
}
.login-title {
    margin-bottom: 0px;
}
.changePassLink {
	cursor: pointer;
}


/** #116: start: change lgn001 min-width **/
body, header {
    min-width: 1250px;
}

main {
    /* overflow: auto; */
}

div.nav-content {
    min-height: inherit;
}
/** #116: end **/