/* Basic UI */
input.form-control {
    border-radius: 8px;
    background-color: #fff;
    border-color: #202020;
    height: 44px;
}
/* 
.btn-primary {
    background-color: #202020;
    border: 1px solid;
    border-image-source: linear-gradient(180deg, rgba(255, 255, 255, 0.12) 0%, rgba(255, 255, 255, 0) 100%);
    border-radius: 8px;
    box-shadow: 0px 1px 2px 0px #0A0D120D;
    box-shadow: 0px -2px 0px 0px #0A0D120D inset;
    box-shadow: 0px 0px 0px 1px #0A0D122E inset;
}
*/
.btn-secondary {
    /*color: #fff;
    background-color: #FBAA19;*/
    border: 1px solid;
    border-image-source: linear-gradient(180deg, rgba(255, 255, 255, 0.12) 0%, rgba(255, 255, 255, 0) 100%);
    border-radius: 8px;
    box-shadow: 0px 1px 2px 0px #0A0D120D;
    box-shadow: 0px -2px 0px 0px #0A0D120D inset;
    box-shadow: 0px 0px 0px 1px #0A0D122E inset;
}

.back-to-login {
    font-size: 14px;
    font-weight: 600;
    color: #535862;
    display: flex;
    align-items: center;
    justify-content: center;
}

.back-to-login i {
    font-size: 30px;
}

.common-card {
	background-color: #fff;
    border-radius: 20px;
    padding: 24px;
    /*box-shadow: 0px 1.5px 10px 0px #00000040;*/
}

.add-btn-holder {
	text-align: right;
    margin-bottom: 15px;	
}
.add-btn-holder i:before {
    font-size: 18px;
}

.gpt_table thead {
    background-color: #38464c;
}

.gpt_table thead th {
    color: #fff;
}

.action_btns .btn:first-child {
    margin-right: 10px;
}

.gpt_table a {
    color: #202020;
}

/** Login **/
.login-info {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    text-align: center;
    margin-bottom: 30px;
}

/*** MFA Screen Style ***/
.portlet-mfa-verify .btn-primary {
	width: 100%;
}
.portlet-mfa-verify .button-holder {
	margin-bottom: 20px;
}
.portlet-mfa-verify .portlet-header {
	display: none;
}
.portlet-mfa-verify .portlet-body {
	/*background: url("https://gptdealerconnect-dev.lxc.liferay.com/documents/d/guest/background-pattern-decorative");*/
	background-repeat: no-repeat;
	background-position: center;
	height: 550px;
	padding-top: 80px;
}
.portlet-mfa-verify .sign-in-form {
	max-width: 450px;
}

/*** Change Password UI ***/
.change-password-custom-element {
    /*background: url("https://gptdealerconnect-dev.lxc.liferay.com/documents/d/guest/background-pattern-decorative");*/
    background-repeat: no-repeat;
    background-position: center;
    /*height: 550px;*/
}
.change-password-custom-element .sheet-lg {
    max-width: 360px;
    padding-left: 0;
    padding-right: 0;
    border: 0;
    background: transparent;
}
.change-password-custom-element #Content .panel-body {
    padding: 0;
}
.change-password-custom-element .pass_subtitle {
    font-size: 16px;
    font-weight: 400;
    color: #444444;
}
.change-password-custom-element .sheet-header {
    margin-bottom: 20px;
}
.change-password-custom-element .sheet-header .autofit-row .autofit-col:nth-child(2) {
    display: none;
}
.change-password-custom-element input.form-control {
    color: #667085;
    border-radius: 8px;
    background-color: #fff;
    border-color: #202020;
    height: 44px;
}
.change-password-custom-element h2.sheet-title {
	font-size: 30px;
    font-weight: 600;
}
.change-password-custom-element .btn-primary {
    background-color: #32464D;
    color: #fff;
    border: 2px solid;
    border-image-source: linear-gradient(180deg, rgba(255, 255, 255, 0.12) 0%, rgba(255, 255, 255, 0) 100%);
    border-radius: 8px;
    box-shadow: 0px 4px 4px 0px #00000040;
    width: 100%;
}
/** Quick Launch UI ***/
.common-wrapper h2 {
	font-size: 24px;
}

/** Verify Email Address **/
#portlet_verify-email-address {
    background-repeat: no-repeat;
    background-position: center;
    height: 550px;
    padding-top: 80px;
}
#portlet_verify-email-address .sheet-lg {
	max-width: 450px;
	border: 0;
}
#portlet_verify-email-address .sheet-header {
	margin-bottom: 0;
	text-align: center;
}
#portlet_verify-email-address .autofit-padded-no-gutters-x .autofit-col:nth-child(2) {
    display: none;
}
#portlet_verify-email-address .sheet-title {
	font-size: 26px;
    font-weight: 700;
    font-family: "Inter", sans-serif;
}
#portlet_verify-email-address .btn-primary {
    background-color: #32464D;
    color: #fff;
    border: 2px solid;
    border-image-source: linear-gradient(180deg, rgba(255, 255, 255, 0.12) 0%, rgba(255, 255, 255, 0) 100%);
    border-radius: 8px;
    box-shadow: 0px 4px 4px 0px #00000040;
    width: 100%;
}
