.mb-8 {
    margin-bottom: 2rem;
}

.p-0 {
    padding: 0;
}

.font-size-16px {
    font-size: 16px;
}
.font-size-18px {
    font-size: 18px;
}

#content, body {
    background-color: #f1f2f5;
}

.loginErrors {
    color: red;
    margin-top: 8px;
}

#headerContainer, #headerScreenName, #headerMobile{
	display:none;
}

.customFieldset{
    padding: 0px;
	height: 100%;
	width: 100%;
	border-radius: 0px;
}


.form-control{
	color: black !important;
	height: 40px;
	font-size: 18px;
}

.noMarginBottom{
	margin-bottom: 0px;
}

.noMargin{
	margin: 0px;
}

.form-horizontal .form-group {
    margin-left: 0px !important;
    margin-right: 0px !important;
}

.bottom-right{
  position: absolute;
  bottom: 25px;
  right: 35px;
}

#HW_badge {
  width: 60%;
  height: 60%;
}

#logoContainer{
	text-align: center;
	margin-bottom: 40px;
}

#loginImage{
	width: 250px;
}

#TextAndLoginContainer{
	padding-top: 100px;
	padding-bottom: 100px;
}

#loginContainer, #mfaContainer, #partyContainer {
	margin-left: auto;
	margin-right: auto;
	max-width: 350px;
	background-color: white;
	padding: 32px;

	border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

#login, #submit, #prxPartySubmit {
    width: 100%;
    padding: 9px;
}

.mt-7{
    margin-top: 1.75rem;
}

.right-inner-addon {
	position: relative;
}
.right-inner-addon input {
	padding-right: 35px;
}

.right-inner-addon span {
	position: absolute;
	right: 0;
    top: 50%;
    transform: translate(-50%, -50%);
	pointer-events: auto;
	color: #222;
	text-decoration: none;
	cursor: pointer;
}

#togglePassword {
	font-size: 18px;
}


#forgotPwd {
	text-decoration: underline;
    cursor: pointer;
}

#mfaRequest {
    text-align: right;
}

#mfaTitle{
	text-align: center;
	font-weight: bold;
	font-size: 18px;
}

#mfaQR{
	text-align: center;
}

#marketingLinkContainer{
	text-align:center;
	margin-top: 32px;
}

#marketingLink {
    text-decoration: underline;
}


#releaseNoteTitle{
	font-weight: bold; 
}

#releaseNoteLink{
	font-style: normal; 
	font-weight: 400; 
	font-size: 18px;
	text-decoration: underline;
	font-style: normal; 
	font-weight: 400; 
	font-size: 14px;
	color: #111821;
	display: block;
}

#releaseNoteLink:hover {
	cursor:pointer;
	color: #26988A;
}

.errors{
	color: red;
}

.grecaptcha-badge {
	visibility: hidden;
}

/* MOBILE CSS */
@media (max-width: 768px){
	.control-label{
		padding-left: 15px;	
	}
}