.login-wrapper .login{
	padding: 24px 55px;
}

.login-wrapper {
    background-image: url("../img/vmw_cloude_background_image.svg") !important;
    background-position: center;
    background-size: cover;
}

.motd {
	display: block;
	height: 150px;
	overflow: auto;
	overflow-wrap: break-word;
	margin-top: 32px;
	color: #565656;
	font-size: 0.75rem;
	line-height: 17px;
}

.motd p {
	margin-top: 6px;
	line-height: 1;
}

.click-here-button {
	padding: 0rem !important;
	margin: 0rem !important;
}

/* Login consent banner styles */
.modal {
	display: none; /* Block by default */
	position: fixed; /* Stay in place */
	z-index: 1; /* Sit on top */
	padding-top: 150px; /* Location of the box */
	left: 0;
	top: 0;
	width: 100%; /* Full width */
	height: 100%; /* Full height */
	padding: 2.4rem;
}

#consentModal .modal-dialog {
    width: 56rem;
}

#privatenoticemodal .modal-dialog {
    width: 42rem;
}

.consent-modal {
	background-color: #fefefe;
	margin: auto;
	padding: 20px;
	border: 1px solid #c5c5c5;
	width: 50%;
}

.consent-title {
	text-align: left;
	margin: 0px 0px 20px 0px;
	font-size: 20px;
	color: #44535f;
	font-weight: 500;
}

.ellipsify {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.consent-description {
    text-align: left;
    overflow-y: auto;
    height: 35vh;
}

.center {
	display: flex;
	justify-content: center;
}

.float-right {
	float: right;
}

.alert {
	padding: 3px 12px 9px 7px;
}

.alert .alert-item span, .alert .alert-item .alert-text {
	padding-left: 2px;
	margin-right: 0px;
	margin-top: 2px;
	font-weight: 400;
	font-size: 14px;
    letter-spacing: normal;
}

alert-icon, .alert-icon {
    height: 24px;
    width: 24px;
}

.checkbox {
    font-weight: 400;
    font-size: 14px;
    letter-spacing: normal;
}

.alert .alert-icon, .alert.alert-info .alert-icon {
	color: #007cbb;
	margin: 0;
}

clr-icon.close {
	background-image: url(../img/close-icon.svg);
}

.consent-footer button.btn.btn-primary.btn-close {
	margin: 2rem 0.5rem 0.5rem 0.5rem !important;
	float: right;
}

.forgot-password {
	padding: 1rem 0rem;
	text-align: center;
}

.reset-form input,
.reset-form label {
	width: 100%;
}

.secured-input {
	position: absolute;
	right: 0rem;
}

.secured-input > clr-icon {
	vertical-align: bottom ;
}

.secured-input-align {
	right: 2rem;
}

.position-relative {
	position: relative;;
}

.flex-row {
	display: flex;
	flex-direction: row;
}

.criteria_list clr-icon {
	margin-right: 0.5rem !important;
}

#loadingContainer {
    position: absolute;
    left:50%;
    top:50%;
    transform: translate(-50%, -50%);
    display: block;
}

#oidcProviderButton, #userTextBoxOption, #userHistoryOption, .banner-msg, .welcome-logout-msg {
    display: none;
}

#signInBtn {
    margin-top: 0px;
}

#redirectToIdpSpinner {
    text-align: center;
    margin-top: 0.5rem;
    display: none;
}

#signInAnotherAccntBtn {
    margin: 1rem 0 0 0;
}

.login-footer {
    position: absolute;
    bottom: 0;
    display: flex;
    flex-direction: column;
    width: inherit;
    text-align: center;
    left: 0;
    right: 0;
    padding: 1.2rem 3rem;;
}

.center-align {
    text-align: center;
}

.signin-btn-ink {
    text-transform: none;
}

.custom-margin {
    margin-bottom: 0.5rem;
}

.instruction {
    color: #666466;
    font-size: medium;
    margin-bottom: .5rem;
    font-weight: lighter;
}

.dropdown-toggle.btn.user-button-dots {
    font-size: 20px;
    padding-left: 0;
    padding-right: 0;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    min-width: 42px;
    margin-top: 10px !important;
}

.user-button {
    display: flex;
    align-content: flex-start;
    align-items: center;
}

.user-button-name {
    text-transform: none;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    margin-right: 1px !important;
    margin-top: 10px !important;
    flex: 1 0 auto;
}

.banner-msg {
   position: absolute;
   width:100%;
   z-index:1;
}

.banner-msg .alert-text a {
   color: inherit;
   text-decoration: underline;
}

.margin-0 {
    margin: 0 !important;
}

.margin-1 {
   margin-top: 1rem;
}

.truncate {
    width: 250px;
}

.margin-2-bottom {
    margin-bottom: 2rem;
}
.oidc-motd {
    height: 230px;
}

.login-oidc-btn-group {
    flex-direction: column;
    margin-top: 5rem;
}

.login-oidc-btn-group .btn {
    max-width: 100%;
}

.oidc-select {
  width: 283px;
  height: 32px;
}