/*login css*/
html {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
*, *:before, *:after {
	-webkit-box-sizing: inherit;
	-moz-box-sizing: inherit;
	box-sizing: inherit;
	font-family: 'Be Vietnam', sans-serif;
}
:root{
    --grayColor:#5f88a3;
    --headingColor: #3f3f59;
    --primaryColor: #727598;
    --grayColor1: #a1a3ce;
    --themeColor: #3e5df2;
    --darkColor: #292934;
    --inputColor: #454764;
    --inputBgColor: #fafcff;
    --transition: all 0.3s ease-in-out;
}
body {
    font-size: 16px;
    color: var(--grayolor1);
    line-height: 22px;
    font-weight: 400;
    margin: 0px;
}
a{
	color:inherit;
	text-decoration:none !important
}
a:hover{
	color:var(--themeColor);
}
:after,:before{
	transition:all 0.25s ease-in-out;
	-webkit-transition:all 0.25s ease-in-out;
	-moz-transition:all 0.25s ease-in-out;
	-ms-transition:all 0.25s ease-in-out;
	-o-transition:all 0.25s ease-in-out;
}
p{
	margin:0px;
}
.w-100 {
    width: 100% !important;
}
/* Loader */
.product_loader  {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(255 255 255 / 80%);
    z-index: 9999;
    opacity: 0;
    visibility: hidden;
    vertical-align: middle;
    display: flex;
    align-items: flex-end;
}
.pos_relative {
    position: relative;
    min-height: 500px;
}
.vertical_center {
    display: table;
    height: 100vh;
    width: 100%;
    text-align: center;
}
.center_dv{
    display: table-cell;
    vertical-align: middle;
    width: 100%;
}
.vertical_center span {
    width: 70px;
    height: 70px;
    position: relative;
    display: inline-block;
    border-radius: 50px;
    position: absolute;
    -webkit-animation: loadingCircles 1.5s infinite;
    -moz-animation: loadingCircles 1.5s infinite;
    animation: loadingCircles 1.5s infinite;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    opacity: 0;
}
.vertical_center :nth-child(2){
    -webkit-animation-delay: 0.5s;
    -moz-animation-delay: 0.5s;
    animation-delay: 0.5s;
}
.vertical_center :nth-child(3){
    -webkit-animation-delay: 1s;
    -moz-animation-delay: 1s;
    animation-delay: 1s;
}
.product_loader.show_loader {
    opacity: 1;
    visibility: visible;
}
.product_loader  span {
    box-shadow: 0px 0px 0px 0px var(--themeColor);
}
@-webkit-keyframes loadingCircles{
    0%{-webkit-transform: scale(0); opacity: 1; box-shadow: 0px 0px 0px 10px var(--themeColor);}
    100%{-webkit-transform: scale(1); opacity: 0; box-shadow: 0px 0px 0px 2px var(--themeColor);}
}
@-moz-keyframes loadingCircles{
    0%{-moz-transform: scale(0); opacity: 1; box-shadow: 0px 0px 0px 10px var(--themeColor);}
    100%{-moz-transform: scale(1); opacity: 0; box-shadow: 0px 0px 0px 2px var(--themeColor);}
}
@keyframes loadingCircles{
    0%{transform: scale(0); opacity: 1; box-shadow: 0px 0px 0px 10px var(--themeColor);}
    100%{transform: scale(1); opacity: 0; box-shadow: 0px 0px 0px 2px var(--themeColor);}
}
/*************** ScrollBar Css ****************/
.ap_login_box::-webkit-scrollbar-track{
	-webkit-box-shadow: inset 0 0 6px rgba(168, 168, 168, 0);
	background-color: #F5F5F5;
}
.ap_login_box::-webkit-scrollbar{
	width: 5px;
	background-color: #F5F5F5;
}
.ap_login_box::-webkit-scrollbar-thumb{
	background-color: var(--themeColor);
	border: 0px solid  transparent;
}

/******/
.ap_auth_wrapper{
	position:fixed;
	top:0;
	left:0;
	bottom:0;
	right:0;
	background:url('../images/login-bg.jpg') #f4f7ff no-repeat;
	background-size:cover;
	background-position:center;
	overflow:auto;
}
.ap_loginDetail {
    display: flex;
    /* padding: 0px 100px; */
    flex-direction: column;
    width: 100%;
    align-items: center;
    justify-content: center;
    overflow-y: auto;
}
.ap_imgbox {
    display: inline-flex;
}
.ap_auth_wrapper .ap_detail_wrapper {
    position: relative;
    left: 0%;
    top: 0%;
    transform: translate(0%,0%);
    background-color: #ffffff;
    max-width: 610px;
    width: 100%;
    border-radius: 0;
    display: flex;
    bottom: 0;
    box-shadow: 0px 56px 55px 0px rgb(176 176 176 / 10%);
    right: 0;
    height: 100%;
    float: left;
}
.ap_login_box > img {
    margin:0 0 35px;
}
.ap_login_box img {
    max-width: 150px;
}
.ap_detail_wrapper .ap_imgbox img{
	max-width: 100%;
}
.ap_login_box h1 {
    font-weight: 500;
    font-size: 28px;
    margin: 0px;
    color: #3f3f59;
    line-height: 42px;
    letter-spacing: 0;
}
.ap_login_box p {
    margin-bottom: 35px;
    font-size: 15px;
    color: #a1a3ce;
    font-weight: 500;
    margin-top: 20px;
    letter-spacing: 0.5px;
}
.ap_input_wrapper{
	margin-bottom: 14px;
}
.ap_input input {
    height: 70px;
    padding: 0 55px 0 20px;
    width: -moz-fill-available;
    border-radius: 10px;
    outline: none;
    width: 100%;
    border: 1px solid #E5E7F7;
    font-size: 14px;
    color: #454764;
    font-weight: 500;
    background-color: #fafcff;
}
.ap_input span svg {
    fill: #9FA5D9;
}
.ap_input input:focus + span svg, 
.ap_input input:visited + span svg, 
.ap_input input:active + span svg {
    fill: #3F446B;
}
.ap_input input:focus{
	border: 1px solid var(--themeColor);
}
.ap_input span {
    position: absolute;
    right: 22px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    display: flex;
}
.ap_input input::placeholder{
	color:#bcbee5;
}
.ap_input {
	position: relative;
	margin-bottom: 20px;
	display: inline-flex;
	width: 100%;
}
.ap_input input.ap_bordernone {
	border: none;
	border-radius: 0 0 9px 9px;
}
.ap_rememberMe_wrapper {
	display: flex;
	justify-content: space-between;
	margin-bottom: 36px;
}
.ap_checkbox {
	position: relative;
	padding: 0 0 0 30px;
	cursor:pointer;
    font-size: 15px;
    font-weight: 500;
    color: var(--grayColor1);
}
.ap_forgotLink a {
    font-size: 15px;
    font-weight: 500;
    color: var(--grayColor1);
}
.ap_checkbox input {
	display: none;
}
.ap_checkbox>span {
	height: 18px;
	width: 18px;
	border: 1px solid #E5E7F7;
	background-color: #f8fbfc;
	position: absolute;
	content: '';
	border-radius: 5px;    
	left: 2px;
    top: 3px;
}
.ap_checkbox>span:after {
	content: '';
	position: absolute;
	width: 10px;
	height: 5px;
	border: 2px solid #ffffff;
	border-top: none;
	border-right: none;
	left: 3.1px;
	top: 4px;
	transform: rotate(-45deg) scale(0);
}
.ap_checkbox input:checked ~ span{
	border-color:var(--themeColor);
	background-color: var(--themeColor);
}
.ap_checkbox input:checked ~ span:after {
	transform: rotate(-45deg) scale(1);
}
.ap_btn{
	background-color:var(--themeColor);
	height:55px;
	display:flex;
	justify-content:center;
	align-items: center;
	color:#fff;
	font-size: 16px;
	border-radius:10px;
	padding:0 15px;
	text-transform:capitalize;
	border:none;
	outline:none;
	width:100%;
	cursor:pointer;
	overflow: hidden;
    position: relative;
	transition:all 0.3s ease-in-out;
	-webkit-transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-ms-transition:all 0.3s ease-in-out;
	-o-transition:all 0.3s ease-in-out;
}
.ap_btn:before, .ap_btn:after {
    content: '';
    display: block;
    background: linear-gradient(to left, rgba(0, 0, 0, 0) 50%, rgb(253 253 253 / 10%) 50%);
    background-size: 210% 100%;
    background-position: right bottom;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    border-radius: 0px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.ap_loginBtns .ap_btn:hover {
    color: #fff;
}
.ap_btn:hover:before {
    background-position: left bottom;
}
.ap_btn:hover.ap_btn:after{
    background-position: right bottom;
}
.ap_loginBtns {
	display: flex;
}
.ap_loginBtns .ap_btn {
    font-weight: 700;
    font-size: 15px;
    height: 60px;
    line-height: normal;
    width: 60%;
}
.ap_copyright {
	font-size:16px;
	color: #9ba0a2;
	margin: 69px 0 0 0;
	font-weight: 500;
}
.ap_btn.ap_register {
    background-color: #566c8e;
    margin-left: 10px;
}
.ap_social_login p {
    text-align: center;
    margin:35px 0 25px;
    font-size: 15px;
    position: relative;
}
.ap_social_login p:before,
.ap_social_login p:after {
    content: "";
    width: calc(50% - 75px);
    height: 1px;
    background-color: #DBDCE9;
    position: absolute;
    left: 0;
    top: 50%;
}
.ap_social_login p:after {
    right: 0;
    left: auto;
}
.ap_facebook {
	margin-right: 15px;
	background-color: #3B5998;
}
.ap_facebook, .ap_google {
    display: inline-block;
    max-width: calc(50% - 10px);
    position: relative;
    text-align: left;
    padding-left: 60px;
    height: 50px;
    line-height: 50px;
    font-weight: 600;
}
.ap_social_login button span {
    position: absolute;
    width: 35px;
    height: 35px;
    left: 10px;
    top: 8px;
    border-radius: 5px;
    background-color: rgba(0,0,0,0.15);
    display: flex;
    align-items: center;
    justify-content: center;
}
.ap_social_login button span svg {
    fill: #fff;
}
.ap_google {
	background-color:#FC4737;
}
.ap_copyright a {
    font-weight: 700;
    color: var(--themeColor);
}
.ap_facebook:hover {
    background-color: #293e6a;
}
.ap_google:hover {
    background-color: #b03226;
}
.ap_loginBtns .ap_btn span svg{
	fill: #fff;
}
.ap_loginBtns .ap_btn:hover span {
    left: 30px;
    opacity: 0;
    transition: all linear 0.2s;
}
.ap_loginBtns .ap_btn span {
    left: 10px;
    opacity: 1;
    transition: all linear 0.2s;
    position: relative;
}
.ap_register_link {
    position: relative;
    width: 50%;
    text-align: right;
    line-height: 60px;
    color: var(--themeColor);
    font-weight: 600;
    font-size: 15px;
}
.ap_register_link:before {
    content: "";
    position: absolute;
    width: calc(50% - 30px);
    left: 0;
    height: 1px;
    top: calc(50% - 0px);
    background-color: var(--themeColor);
    margin-left: 30px;
}
.ap_login_link {
    text-align: center;
    padding: 20px 0 0;
}
/* NotiFication Css Start */
.ap_notification_wrapper {
    position: fixed;
    top: 100px;
    right: 40px;
    max-width: 266px;
    width: 100%;
}
.ap_comman_noti {
    background-color: #fff;
    padding: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-left: 7px solid;
    border-radius: 7px 0px 0px 7px;
    box-shadow: 15px 0 30px rgba(99 129 155 / 10%);
}
.ap_inner {
    text-align: left;
    float: left;
    width: 100%;
}
.ap_inner img,
.noti_content {
    display: inline-block;
    vertical-align: middle;
}
.noti_content h3 {
    font-size: 14px;
    margin: 0;
    color: #3f3f59;
}
.noti_content {
    padding-left: 15px;
    width: calc(100% - 45px);
}
.noti_content p {
    font-size: 14px;
    color: #a1a3ce;
}
.ap_notication_success {
    border-color: #00E0A4;
}
.ap_notication_error {
    border-color: #F83A5C;
}
/* NotiFication Css End */
.ap_highlight {
    background-image: url(../images/highlight.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: 0px 7px;
    padding: 0px 10px 0 10px;
    color: var(--themeColor);
}
.ap_right_wrapper {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 100vh;
    height: 100%;
    /* background-image: url(../images/Shadow.png);
    background-repeat: no-repeat;
    background-position: 45% 100%; */
}
.ap_login_box {
    display: inline-block;
    overflow-y: auto;
    padding: 0px 100px 10px;
}
.ap_mobileScreen {
    /* overflow: auto; */
    display: inline-block;
    max-height: 100vh;
    width: 50%;
    position: relative;
    padding-top: 22px;
}
.ap_mobileScreen img {
    left: 00%;
    position: relative;
    top: 0;
    max-height: 100vh;
    max-width: 100%;
}

.ap_error{
    border: 1px solid #f90000 !important;
}
/* responsive css*/
@media(max-width:1400px){
    .ap_right_wrapper {
        background-size: 0;
    }
    .ap_mobileScreen img {
        max-width: 100%;
    }
}
@media (max-width:1200px){
    .ap_loginDetail .ap_login_box {
        padding:40px;
    }
    .ap_auth_wrapper .ap_detail_wrapper {
        max-width: 420px;
    }
    .ap_login_box {
        display: inline-block;
        overflow-y: auto;
        padding: 50px 100px;
    }
}
@media (max-width:768px){
	.ap_detail_wrapper .ap_imgbox{
		display:none;
	}
	.ap_detail_wrapper .ap_login_box {
		max-width: 100%;
		margin-left: 0;
	}
	.ap_loginDetail {
        padding: 0px;
        height: auto;
        max-height: inherit;
    }
    .ap_loginDetail .ap_login_box{
        padding: 40px 15px;
    }
    .ap_auth_wrapper .ap_detail_wrapper {
        max-width: 100%;
        height: auto;
    }
    .ap_right_wrapper {
        display: inline-block;
        width: 100%;
        text-align: center;
        padding: 40px 15px;
    }
    .ap_mobileScreen {
        max-height: inherit;
    }
    .ap_login_box > img {
        margin: 0 0 15px;
    }
    .ap_login_box h1 {
        font-size: 20px;
        line-height: 30px;
    }
    .ap_login_box p {
        margin-bottom: 20px;
        font-size: 12px;
        margin-top: 10px;
    }
    .ap_input input {
        height: 50px;
        border-radius: 7px;
        font-size: 12px;
    }
    .ap_input_wrapper {
        margin-bottom: 0;
    }
    .ap_loginBtns .ap_btn {
        font-size: 14px;
        height: 50px;
        width: 60%;
    }
}
