#iconFooter {
	position: fixed;
	bottom: 65px;
	right: 65px;
}

#layoutAuthentication {
	justify-content: center;
}

#layoutAuthentication #layoutAuthentication_content {
	flex-grow: 0;
}

a:link {
  text-decoration: none;
}

a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

a:active {
  text-decoration: none;
}

.bg-body {
	background-color: #652d8d;
}

.card-body {
	padding: 20px 40px 20px 40px;
}

.txt {
	font-size: 18px;
	font-weight: 500;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.67;
	letter-spacing: -0.54px;
	text-align: left;
	color: #652d8d;
}

.login-btn, .change-password-btn {
	text-align: center;
	background-color: #aace38;
	padding: 20px;
	border-radius: 5px;
	color: white;
}

.login-btn>img {
	margin-right: 10px;
}

.passNoticeHeader{
	color: #1a1311;
    font-weight: bold;
    margin: 0;
}

.passNoticeContent{
	text-align: left;
    color: #687281;
}

p{
	margin: 0;
}

.partner-login{
	border-radius: 5px;
    background-color: #ffffff;
    height: 50px;
    display: flex;
    justify-content: center;
	align-items: center;
	cursor:pointer;
}

.partner-login>span{
	margin-left: 5px;
    font-size: 15px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.67;
    letter-spacing: -0.54px;
    color: #652d8d;
}

.passwordBlock{
	position: relative;
}

.visiblePassBtn{
	position: absolute;
    top: 4px;
    right: 10px;
}