span,p, a, th, td, div, h1, h2, h3, h4, h5, h6 {
	font-family: "Open Sans", system-ui;
    font-style: normal;
}

.login-container {
	width: 100%;
    max-width: 1700px;
    margin: 0px auto;
    height: 100vh;
}

.animatedParent {
	padding: 30px;
    height: 100%;
}

.col-xs-12, .col-md-6, .col-sm-12, .col-lg-6 {
	padding-left:0px !important;
	padding-right:0px !important;
}

.container-left {
	height: 100%;
    background: linear-gradient(to bottom, #3f49a1 0%, #3f49a1 90%, #7453b2 100%);
    border-radius: 20px;
    padding: 30px;
    position: relative;
    color: #ffffff;
}

.container-left-title-section {
	position: absolute;
    bottom: 20px;
}

.container-left img {
	height: 100%;
    width: 100%;
	border-radius: 20px 0px 0px 20px;
}

.login-main-row {
	height: 100%;
    border-radius: 20px;
    padding: 30px;
}

.container-right {
	padding: 20px;
}

.container-right .signup-box {
	width: 100%;
    max-width: 550px;
    margin: 0 auto;
    background: #ffffff;
    padding: 30px;
    border-radius: 20px;
	margin-top: 0%;
}

.container-right .signup-box .logo {
	padding-bottom: 30px;
}

.container-right .signup-box .logo h1 {
	color: #4E55B9;
    font-weight: bold;
    font-size: 48px;
    margin-top: 0px;
    margin-bottom: 0px;
    line-height: 20px;
}

.container-right .signup-box .logo h1 > span {
	font-size: 21px;
    padding-left: 5px;
    color: #7453b2;
}

.container-right .signup-box .logo img {
	width: 100%;
    max-width: 230px;
}

.form-group {
	margin-bottom: 30px;
}

.form-group i {
	position: absolute;
    right: 10px;
    bottom: 10px;
    opacity: .3;
}

.forgot {
	text-align: right;
	padding-top: 5px;
    padding-bottom: 5px;
}

.contact-us {
	font-size:12px;
}

.forgot a, .contact-us a {
	color: #646BC6;
    font-weight: 600;
    font-size: 11px;
}

.btn.btn-primary, .btn.btn-primary:focus, .btn.btn-primary:active {
	background:#000;
	border-color:#000;
	outline:none;
}

.username-input, .username-input:hover, .username-input:focus {
	border: 1px solid #E8E8E8 !important;
    background: #ffffff !important;
    box-shadow: none;
    border-radius: 5px;
}

#user_name_div, #password_div {
	font-size: 12px;
    font-weight: 600;
    padding-bottom: 5px;
}

.cms-sign-in:hover {
	background:#4E55B9;
}



/*add by ram 18-03-2025*/
.cms-form .aw-form-buttons .cms-save-button {
	position: absolute;
    right: 35px;
    background-color: #4E55B9;
    color: #ffffff;
    width: 150px;
    border-radius: 5px;
}