/**
 *
 * SugarCRM Community Edition is a customer relationship management program developed by
 * SugarCRM, Inc. Copyright (C) 2004-2013 SugarCRM Inc.
 *
 * SuiteCRM is an extension to SugarCRM Community Edition developed by SalesAgility Ltd.
 * Copyright (C) 2011 - 2018 SalesAgility Ltd.
 *
 * This program is free software; you can redistribute it and/or modify it under
 * the terms of the GNU Affero General Public License version 3 as published by the
 * Free Software Foundation with the addition of the following permission added
 * to Section 15 as permitted in Section 7(a): FOR ANY PART OF THE COVERED WORK
 * IN WHICH THE COPYRIGHT IS OWNED BY SUGARCRM, SUGARCRM DISCLAIMS THE WARRANTY
 * OF NON INFRINGEMENT OF THIRD PARTY RIGHTS.
 *
 * This program is distributed in the hope that it will be useful, but WITHOUT
 * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
 * FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more
 * details.
 *
 * You should have received a copy of the GNU Affero General Public License along with
 * this program; if not, see http://www.gnu.org/licenses or write to the Free
 * Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
 * 02110-1301 USA.
 *
 * You can contact SugarCRM, Inc. headquarters at 10050 North Wolfe Road,
 * SW2-130, Cupertino, CA 95014, USA. or at email address contact@sugarcrm.com.
 *
 * The interactive user interfaces in modified source and object code versions
 * of this program must display Appropriate Legal Notices, as required under
 * Section 5 of the GNU Affero General Public License version 3.
 *
 * In accordance with Section 7(b) of the GNU Affero General Public License version 3,
 * these Appropriate Legal Notices must retain the display of the "Powered by
 * SugarCRM" logo and "Supercharged by SuiteCRM" logo. If the display of the logos is not
 * reasonably feasible for technical reasons, the Appropriate Legal Notices must
 * display the words "Powered by SugarCRM" and "Supercharged by SuiteCRM".
 */

 .body { 
	font-size: 12px;
}
	
.buttonLogin {
	border: 1px solid #444444;
	font-size: 11px;
	color: #ffffff;
	background-color: #666666;
	font-weight: bold;
}
	
table.tabForm td {
    border: none;
}
	
p {
	MARGIN-TOP: 0px;
	MARGIN-BOTTOM: 10px;
}
	
form {
	margin: 0px;
}

input[type="text"], input[type="password"], textarea {
	width: 200px;
}

#recaptcha_image {
    height: 47.5px !important;
    width: 250px !important;
}

#recaptcha_image img {
    height: 47.5px;
    width: 250px;
} 	

.loginBox {
	border: 1px solid #abc3d7; 
	padding: 20px;	

}

.password {
	padding: 5px 20px 5px 20px;
	border: 1px solid #999;
	border-top: 0px none;
	background-color: #fff;
}

.password .login_more div:first-child {
	text-align: right;
}

.password a { 
	text-decoration: none;
}

.password a img {
	margin-right: 5px;
}	

#forgot_password_dialog table {
	margin-top: 10px;	
}

.dashletPanelMenu .bd .bd-center {
	padding-top: 0px;
}


#loginLeftSide {
    background: linear-gradient(180deg, #4367B0 0%, #5578C4 50%, #3A5A9A 100%);
    padding: 0px 50px;
}

#logoHeader {
    margin-top: 8px !important;
}

#logoDiv {
    margin: 40px 0px 11px 0px;
}

#midParagraph {
    font-weight: 300;
    font-size: 26px;
    line-height: 32px;
    letter-spacing: -0.45px;

}

#midParagraphDiv {
    margin-bottom: 33px;
}



#h1Heading {
    font-size: xxx-large;
    font-weight: 600;
    margin: 50px 0px;
}

#loginLeftSide h1,
#loginLeftSide h2,
#loginLeftSide p,
#loginLeftSide h3 {
    color: #fff;
}

.loginLeftSideList .list-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 20px;
}

.loginLeftSideList .list-icon {
    width: 35px;
    height: 46px;
    margin-right: 15px;
    background-size: contain;
    background-repeat: no-repeat;
    flex-shrink: 0;
}

.list-one .list-icon {
    background-image: url("/index.php?entryPoint=getImage&themeName=SuiteCustom&imageName=list_one.png");
}

.list-two .list-icon {
    background-image: url("/index.php?entryPoint=getImage&themeName=SuiteCustom&imageName=list_two.png");
}

.list-three .list-icon {
    background-image: url("/index.php?entryPoint=getImage&themeName=SuiteCustom&imageName=list_three.png");
}

.list-content h3 {
    margin-top: 0;
}

.loginLeftSideList h3 {
    font-weight: 600;
    font-style: Semi Bold;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: -0.44px;

}

#loginRow {
    margin-top: 0;
    margin-bottom: 0;
}


.mt-0 {
    margin-top: 0 !important;
}

#loginRightSide {
    background: #F9FAFB;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2rem;
}

#loginRightSide .modern-login-form {
    background: #FFFFFF;
    border-radius: 12px;
    padding: 2.5rem;
    max-width: 420px;
    width: 100%;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

#loginRightSide .login-title {
    font-size: 28px;
    font-weight: 700;
    color: #1F2937;
    margin: 0 0 0.5rem 0;
    line-height: 1.2;
}

#loginRightSide .login-subtitle {
    font-size: 14px;
    color: #6B7280;
    margin: 0 0 2rem 0;
    line-height: 1.5;
}

#loginRightSide .form-group-modern {
    margin-bottom: 1.5rem;
}

#loginRightSide .form-label {
    display: block;
    font-size: 14px;
    font-weight: 600;
    color: #374151;
    margin-bottom: 0.5rem;
}

#loginRightSide .input-wrapper {
    position: relative;
    display: flex;
    align-items: center;
}

#loginRightSide .input-icon {
    position: absolute;
    left: 16px;
    z-index: 1;
    pointer-events: none;
}

#loginRightSide .form-input-modern {
    width: 100%;
    padding: 12px 16px 12px 48px;
    background-color: #F5F5F5;
    border: 1px solid #E5E7EB;
    border-radius: 8px;
    font-size: 14px;
    color: #1F2937;
    line-height: 1.5;
    transition: all 0.2s ease;
    box-sizing: border-box;
}

#loginRightSide .form-input-modern:focus {
    outline: none;
    border-color: #3B82F6;
    background-color: #FFFFFF;
    box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.1);
}

#loginRightSide .form-input-modern::placeholder {
    color: #9CA3AF;
}

#loginRightSide .form-options {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1.5rem;
}

#loginRightSide .checkbox-label {
    display: flex;
    align-items: center;
    cursor: pointer;
    font-size: 14px;
    color: #374151;
}

#loginRightSide .remember-checkbox {
    width: 16px;
    height: 16px;
    margin-right: 8px;
    cursor: pointer;
    accent-color: #3B82F6;
}

#loginRightSide .forgot-link {
    color: #3B82F6;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    transition: color 0.2s ease;
}

#loginRightSide .forgot-link:hover {
    color: #2563EB;
    text-decoration: underline;
}

#loginRightSide .btn-signin {
    width: 100%;
    padding: 12px 24px;
    background-color: #4367B0;
    color: #FFFFFF;
    border: none;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: background-color 0.2s ease;
    margin-bottom: 1.5rem;
}

#loginRightSide .btn-signin:hover {
    background-color: #2563EB;
}

#loginRightSide .btn-signin:active {
    background-color: #1D4ED8;
}

#loginRightSide .divider {
    display: flex;
    align-items: center;
    margin: 1.5rem 0;
    gap: 1rem;
}

#loginRightSide .divider-line {
    flex: 1;
    height: 1px;
    background-color: #E5E7EB;
}

#loginRightSide .divider-text {
    font-size: 14px;
    color: #6B7280;
    font-weight: 500;
}

#loginRightSide .btn-google {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 12px 24px;
    background-color: #FFFFFF;
    color: #374151;
    border: 1px solid #E5E7EB;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.2s ease;
    gap: 12px;
}

#loginRightSide .btn-google:hover {
    background-color: #F9FAFB;
    border-color: #D1D5DB;
}

#loginRightSide .google-icon {
    flex-shrink: 0;
}

#loginRightSide .modern-login-form .error {
    color: #EF4444;
    font-size: 14px;
    margin-bottom: 1rem;
    display: block;
}

@media (max-width: 768px) {
    #loginRightSide .modern-login-form {
        padding: 2rem 1.5rem;
    }

    #loginRightSide {
        padding: 1rem;
    }
}

