@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

@charset "utf-8";
/* CSS Document */

@import url("../fonts/fonts.css");
@import url("../fonts/font-awesome.css");


* {margin:0; padding:0;}

/*C20-58 new design implementation*/
body {
	background: rgb(249, 248, 255);
	font-family: "Inter", serif;
}
.app_login-form-inner {
	width:auto;
	height:auto;
	background:#fff;
	padding: 2rem 1.5rem;
	border-radius:12px;
}
.login-sub-text {
	color: rgb(135, 135, 135);
	display: block;
	font-size: 0.8rem;
	font-weight: 500;
	margin-bottom: 1.5rem;
}
input[type="checkbox"] {
    margin: 0px;
    height: 15px;
    width: 15px;
}
h1 {
	color:#000;
	font-size:2rem;
	font-weight:600;
	letter-spacing: 0.06rem;
	margin-bottom: .5rem;
}
label {
	font-size:16px;
	font-weight: 400;
	color:#000;
	display:block;
	letter-spacing:0.025rem;
}
.app_login-input-text {
	border-radius: 6px;
	outline:none;
	font-family: "Inter", serif;
	height:44px; width:100%;
	background:#ffffff;
	margin-top:16px;
	margin-left:1px;
	border:1px solid rgb(237, 237, 237);
	padding:0 12px;
	line-height:44px;
	display:block;
	font-size:16px;
	color:#000;
	letter-spacing:0.025rem;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
.app_login-remember-me {
	display: inline-flex;
    align-items: center;
	font-family: "Inter", serif;
	font-size:13px;
	font-weight: 500;
	color: rgb(135, 135, 135);
	margin-top:14px;
	margin-left:1px;
	letter-spacing: 0.06rem;
	float: left;
}
.app_login-forgot-password a {
	text-decoration:none;
	color: #3e48e6;
	display: flex;
    align-items: center;
    justify-content: end;
}
.app_login-forgot-password a:hover {
	text-decoration: none;
	color: #3e48e6;
}
.app_login-btn {
	font-family: "Inter", serif;
	width:100%;
	padding: 10px 5px;
	background-color: rgb(73, 69, 233);
    background-image: linear-gradient(to bottom, rgba(175, 153, 254, 64%), rgba(62, 72, 230, 100%));
    border: 1px solid rgb(146, 149, 253);
	margin-top:5px;
	margin-left:1px;
	text-align:center;
	color:#fff;
	font-size:14px;
	cursor:pointer;
	border-radius:6px;
}
input [type="checkbox"] {
    border: 1px solid var(--border-color);
    box-shadow: none;
	border-radius: 3px !important;
    cursor: pointer;
    height: 18px;
    margin-top: 1px;
    width: 18px;
}
.form-check-input:checked[type=checkbox] {
	background-color: rgb(73, 69, 233);
    background-size: 9px;
}
.socialSignupbox{
	background-color:#fff;
}
/*C20-58 new design implementation*/




h1,label {line-height:1;}

/*Header*/
header {display:block;}

.app_login-hdr-main {width:100%; height:56px; background:#FFFFFF; position:fixed; top:0;}

.app_login-logo { margin-bottom: 1.5rem; width:100%;}
.img-responsive {max-width:100%; display:block;}

/*form-container*/
.app_login-form-wrapper {width:100%; height:auto; margin:0;}

.app_login-form-container {width: 480px; height:auto; margin:128px auto 10px auto;}

.app_login-form-main {display:block;}

.app_login-input-text:focus {background-color:#fffffa; border-color:#3e48e6;}

.app_login-forgot-password {
	font-family: "Inter", serif;
	font-size:13px;
	text-align:right;
	margin-top:5px;
	color:#bbb;
	line-height:1;
	float: right;
	height: 40px;
	width: 260px;
}
.forgot-password-text {
	display: flex;
    align-items: center;
    justify-content: end;
    line-height: 35px;
}

.app_login-remember-me span {margin-left:9px;}

.app_login-btn::-moz-focus-inner { border: none; }

.app_login-sign_in-social {margin-top:17px; height:30px; line-height:30px; font-size:14px; color:#595959; text-align:center;}

.app_login-sign_in-social > .app_login-icons {margin-left:12px;}

.app_login-icons {height:30px; line-height:30px;}

.app_login-social-icons {font-size:20px; color:#aeaeae; line-height:30px;}
.app_login-social-icons {border-right:1px solid #ececec; padding-left:10px; padding-right:10px; height:30px;}
.app_login-social-icons:hover {color:#3e48e6;}
.app_login-social-icons:last-child {border-right:1px;}

/* Tanmay : 14921 */
.app_login-horizontal-line {width:100%; height:1px; margin-top:22px; margin-bottom:30px; background-color:#dddddd; position:relative;}/*5.1.18*/
.app_login-horizontal-line span {background-color:#fff; color:#595959; font-size:14px; position:absolute; left:42%; padding:0 15px; margin-top:-9px;}

.app_login-trial {/*font-family: "Inter", serif;*/ font-size:13px; color:#bbbbbb; text-align:center; line-height:1; /*letter-spacing: 0.06rem;*/ padding:8px 0 15px; margin:0 auto; width:480px;} /*5.1.18*/
#errormsg_fp {font-family: "Inter", serif;color:#ff5a5a;display:block;text-align:left;font-size:14px;margin-top:24px;}

/* End :14921 */
/*error msg*/

/*custom classes*/
.app_login-margin-top-20 {margin-top:20px;}
.app_login-margin-left-10 {margin-left:10px;}

/*clear class*/
.app_login-clear {clear:both;}


/*C20-58 new design implementation*/
.app_login-forgot-input {
	font-family: "Inter", serif;
    height: 40px;
    width: 95%;
    background: #ffffff;
    border: 1px solid #e9e9e9;
    padding: 0 10px;
    line-height: 40px;
    display: block;
    float: left;
    border-radius: 6px;
    outline: 0px;
}
.app_login-forgot-input:focus {background-color:#fffffa; border-color:#3e48e6;}
.app_login-forgot-btn {
	font-family: "Inter", serif;
	padding: 10px;
	background-color: rgb(73, 69, 233);
    background-image: linear-gradient(to bottom, rgba(175, 153, 254, 64%), rgba(62, 72, 230, 100%));
    border: 1px solid rgb(146, 149, 253);
	margin-left:1px;
	text-align:center;
	color:#fff;
	font-size:14px;
	cursor:pointer;
	border-radius:6px;
	cursor:pointer;
	float: right;
	height: 40px;
	line-height: 16px;
}
.app_login-forgot-btn::-moz-focus-inner {border:none;}
.app-login_recaptcha {
	margin: 10px auto auto;
	width: 304px;
}
.app_login-freetrial-input {
	font-family: "Inter", serif;
	height:40px;
	width:82%;
	background:#ffffff;
	border:1px solid #e9e9e9;
	padding:0 10px;
	line-height:40px;
	display:block;
	float: left;
	border-radius:6px;
	outline: 0px;
}
.app_login-freetrial-input:focus {background-color:#fffffa; border-color:#3e48e6;}
.app_login-freetrial-btn {
	font-family: "Inter", serif;
	padding: 10px;
	background-color: rgb(73, 69, 233);
    background-image: linear-gradient(to bottom, rgba(175, 153, 254, 64%), rgba(62, 72, 230, 100%));
    border: 1px solid rgb(146, 149, 253);
	margin-left:1px;
	text-align:center;
	color:#fff;
	font-size:14px;
	cursor:pointer;
	border-radius:6px;
	cursor:pointer;
	float: right;
	height: 40px;
	line-height: 16px;
}
.app_login-freetrial-btn::-moz-focus-inner {border:none;}

.app_login-error {
	background:#f8d7da;
	border: #f5c2c7;
	font-size:14px;
	color:#842029;
	margin-bottom:30px;
	padding:15px 10px;
	font-family: "Inter", serif;
	text-align:center;
	border-top-left-radius:3px;
	border-top-right-radius:3px;
	display:none;
	line-height: 22px;
}
.app_login-error a {
	font-family: "Inter", serif;
	text-decoration:underline;
	color:#842029;
	font-weight: 600;
}

.app_login-success {
	background:#cfe2ff;
	border: #b6d4fe;
	font-size:14px;
	color:#084298;
	margin-bottom:30px;
	padding:15px 10px;
	font-family: "Inter", serif;
	text-align:center;
	border-top-left-radius:3px;
	border-top-right-radius:3px;
	display:none;
	line-height: 22px;
}

.alert {
    background-color: #f2dede;
    border-color: #ebccd1;
    color: #a94442;
    display: block;
    margin-bottom: 10px;
    padding:5px;
    line-height: 22px;
    text-align: center;
}
.alert a {
	color: #3e48e6;
	text-decoration: underline;
}

.app_login-trial span {
	font-family: "Inter", serif;
	color: 000;
	font-weight: 500;
}
.app_login-trial span a {
	color:#3e48e6;
	padding-left:5px;
}
/*C20-58 new design implementation*/


/*Media Queries*/
@media screen and (max-width:500px)	{
	h1 {text-align:center;}

	.app_login-logo {width:93%;}

	/*form-container*/
	.app_login-form-container {width:93%; margin:93px auto 10px auto;}

	/*form-container*/
	.app_login-form-main
	{padding:20px 4%;}

	/*error msg*/
	.app_login-error {margin-right:-19px;}

	.app_login-forgot-password {margin: 15px auto auto; float: none; width: 100%;}
	.app_login-freetrial-input {float:none; margin-bottom:10px; width: 100%;}


	.app_login-freetrial-btn {float: none;}
}

@media screen and (max-width:400px) {
	.img-responsive {display:none;}
}
.start-a-free-trial{color:#3e48e6;}
/*Tanmay : 14921*/
/*5.1.18*/
.sign-in-google {font-family: "Inter", serif; display:block; letter-spacing:0.06rem; text-align:center;}
.sign-in-google a {color:#3e48e6; font-size:14px; text-decoration:none;}
.social-btn {text-align:center; margin-bottom:139px;}
.social-btn span {display:block; margin-bottom:20px;}
/*End 14921*/
