

1. Google font
------------------*/

@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,600;0,700;0,800;1,300;1,400&display=swap');

/*-------------------
2. Theme Default CSS
--------------------*/

* {
    outline: none;
}

a {
    text-decoration: none;
    outline: none;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    color: #333333;
}

input:focus,
button:focus,
a:focus,
a:hover {
    text-decoration: none;
    outline: none;
    color: #768ede;
}

img {
    max-width: 100%;
    height: auto;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 15px;
    font-weight: 400;
    line-height: 1.4em;
}

h1 {
    font-size: 60px;
}

h2 {
    font-size: 50px;
}

h3 {
    font-size: 32px;
}

html,
body {
    height: 100%
}

body {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 13px;
    line-height: 20px;
    color: #8790af;
}


/* Remove Chrome Input Field's Unwanted Yellow Background Color */

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus {
    -webkit-box-shadow: 0 0 0px 1000px white inset !important;
}

/*-- 3. Button-Style --*/

.bttn-white {
    position: relative;
    /*background: rgb(72, 44, 191);
    background: -webkit-linear-gradient(45deg, rgba(72, 44, 191, 1) 0%, rgba(106, 198, 240, 1) 100%);
    background: -o-linear-gradient(45deg, rgba(72, 44, 191, 1) 0%, rgba(106, 198, 240, 1) 100%);
    background: linear-gradient(45deg, rgba(72, 44, 191, 1) 0%, rgba(106, 198, 240, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#482cbf', endColorstr='#6ac6f0', GradientType=1);*/
	background: #2f1768;
background: -moz-linear-gradient(45deg,  #2f1768 1%, #0053c4 100%);
background: -webkit-linear-gradient(45deg,  #2f1768 1%,#0053c4 100%);
background: linear-gradient(45deg,  #2f1768 1%,#0053c4 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2f1768', endColorstr='#0053c4',GradientType=1 );

    overflow: hidden;
    z-index: 1;
    margin-right: 10px;
    border: none;
}

.bttn-white img {
    height: 20px;
    margin-right: 5px;
    margin-top: -5px;
    display: inline-block;
}



.bttn-white:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #ffffff;
    z-index: -1;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    opacity: 1;
}

.bttn-white.active,
.bttn-white:hover {
    color: #ffffff;
}

.bttn-white.active:before,
.bttn-white:hover:before {
    opacity: 0;
}

.bttn-default {
        padding: 12px 20px 12px; width:100%;
    min-width: 120px;
    display: inline-block;
    color: #fff;
    text-transform: uppercase;
    text-transform: inherit;
    border-radius: 5px;
    letter-spacing: inherit;
    font-weight: 700;
    font-size: 14px;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
	    transition: color .2s ease,background-color .2s ease,border-color .2s ease,box-shadow .2s ease,transform .2s ease;
        border: 1px solid transparent;
	vertical-align: middle;
	background: #52357e; text-align: center;
}

.bttn-default .lnr,
.bttn-white .lnr {
    margin-right: 10px;
}

.bttn-red-outline {
    background-color: transparent;
    border-color: #52357e;
    color: #52357e;
}
.bttn-red-outline:hover{color: #52357e !important;}

.bttn-empty-style {
    min-width: auto;
    background-color: transparent !important;
    border-color: transparent !important;
    box-shadow: none !important;
	color: white;
}


.bttn-empty-style:hover {
    color: #fff !important; background-color: rgba(255,255,255,0.1) !important;
}

.bttn-default:hover {
    color: #fff;
    /*transform: translateY(-2px);*/
    box-shadow: 0 2px 8px 0 rgba(136,144,195,0.22), 0 8px 15px 0 rgba(37,44,97,0.17);
}


.bttn-white:hover {background: #E8E8E8;color: #261F8A; /*-webkit-box-shadow: 0 25px 50px -20px rgba(0, 0, 0, 0.6);
    box-shadow: 0 25px 50px -20px rgba(0, 0, 0, 0.6);
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px);*/
}

.bttn-badge {
    display: inline-flex;
    align-items: center;
    font-size: 16px;
    border-radius: 9999px;
    padding: 5px 15px 5px 6px;
    text-decoration: none !important;
    transition: background-color .2s ease;
	    background-color: #DFEAFE;
    color: #4D61FC;
}
.bttn-badge .badge {
    height: 24px;
    line-height: 24px;
    border-radius: 24px;
    padding: 0 7px;
    white-space: nowrap;
    background-color: #4D61FC;
    color: #fff;
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}
.bttn-badge span.bt_sp_text {
    margin-left: 10px;
    letter-spacing: 0.02em;
}
.bttn-badge span.bt_sp_arrow {
    margin-left: 9px;
    height: 1em;
    width: 1em;
    transform-origin: right center;
    transition: transform .2s ease;
	color: #4D61FC;
}
.bt_sp_arrow svg * {
    fill: #4D61FC;
}
.bttn-badge:hover .bt_sp_arrow {
    transform: translateX(3px);
}

.bttn-badge:hover{background-color: #cbddfd;
    color: #4D61FC;}

.bttn-default span.bt_sp_text2 {display: inline-block;vertical-align: middle;}

.bttn-default .bt_sp_arrow { color: #fff;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    width: 14px;
    height: 14px;
    margin-left: 7px;
    transition: opacity .2s ease,transform .2s ease;
}

.bttn-default .bt_sp_arrow .icon svg * {
    fill: white;
}
.bttn-default:hover .bt_sp_arrow {
    transform: translateX(3px);
}

.sq {
    border-radius: 3px !important;
}

.com_mlr5{margin-left: 5px; margin-right: 5px;}

.com_ml5{margin-left: 5px;}

.com_mr5{margin-right: 5px;}

/*-- 4. Helper-Classes --*/

.section-padding-top {
    padding-top: 120px;
}

.section-padding {
    padding-top: 80px;
    padding-bottom: 80px;
}

.pad-lr-0{padding-left: 0; padding-right: 0;}












/*-- 23. Form-Stype --*/

.form-control {
    border-radius: 2px;
    padding: 15px 20px;
    height: auto;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.form-control:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.form-double .box {
    width: calc(50% - 15px);
    float: left;
}

.form-double .box.last {
    float: right;
}


@media (min-width: 768px){
.container {
	max-width: 970px;
    width: 100%;
}
	}

@media (min-width: 992px){
.container {
	max-width: 970px;
    width: 100%;
}
	}

@media (min-width: 1200px){
.container {
    max-width: 1200px;
	width: 100%;
}
}



body{/*background:url(../images/banner.jpg) no-repeat center;
	background-size:cover;*/ background:#fff;}

.banner_bg_ab{position:absolute; left:0; top:0; bottom:0; width:66%; height:100%; display:none;
/*background:url(../images/banner.jpg) no-repeat center;
	background-size:cover;*/}

.left_image_bg {
    height: 100vh;
	background:url(../images/banner.jpg) no-repeat center;
	background-size:cover;
}

.right_login_bg {
    background: #fff;
    height: 100vh; position:relative; z-index:2;
}

section.login_main_section {
    margin: 0;
    width: 100%;
    padding: 0;
    height: 100%;
}

.login_contant_bg1 {display:inline-block; /*padding:25px 55px;*/ max-width:450px; width: 100%;
    height: 100%;}

.login_contant_bg2 {display: table; width:100%; height:100%; vertical-align:middle;}

.login_contant_bg3 {display: table-cell; width:100%; vertical-align:middle;}

.right_login_bg {padding: 25px 3%;}

.logo_bg img {max-width:320px;}

.login_contant_bg3 h2 {
    color: #363636;
    margin: 0;
    padding-bottom: 20px;
	font-size: 22px;
    font-weight: 500;
}

.logo_bg {
    display: block;
    padding-bottom: 30px;
}

.form_bg {
    display: block;
}

.form_bg label {
    font-size: 16px;
    color: #363636;
    font-weight: 400;
}

.form_bg .form-control {
    background: #fff; border-radius: 0;
    border: none;
    border-bottom: 1px solid #e1e1e1; padding: 10px 20px 10px 0; color: #696969;
}

.form_bg .error_border_bg .form-control {border-bottom: 1px solid #ff0000;}

.email_iconbg {
    position: relative;
    display: block;
}

.footer_links {
    display: block;
    padding-top: 15px;
}

.footer_links ul {
    display: block;
    margin: 0;
    padding: 0;
    list-style: none;
	padding-bottom: 15px;
}

.footer_links ul li {
    margin: 0;
    padding: 0;
    list-style: none;
    display: inline-block;
    padding-right: 12px;
}

.footer_links ul li a {
    color: #8e8e8e;
    font-size: 14px;
    padding: 2px 0;
    display: block;
}

.footer_links p {
    color: #8e8e8e;
    font-size: 12px;
    padding: 2px 0;
    display: block;
    margin: 0;
}

.remember_bg {
    color: #363636;
    font-size: 14px;
}

.remember_bg label {
    color: #363636;
    font-size: 14px;
}

.forgotpass_bg a {
    color: #363636;
    font-size: 14px;
}
.forgotpass_bg a:hover, .footer_links ul li a:hover{color:#2e1c45;}

.email_iconbg {position:relative; display:block;}

.error_sp {font-size:12px; color:#ff0000; display:block;}

.custom-control-label::after {
    position: absolute;
    top: .25rem;
    left: 0;
    display: block;
    width: 20px;
    height: 20px;
    content: "";
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50% 50%; cursor:pointer;
}
.custom-checkbox .custom-control-label::before {
    border-radius: 50%;
}

.custom-control-label::before {
    position: absolute;
    top: .25rem;
    left: 0;
    display: block;
    width: 20px;
    height: 20px;
    pointer-events: none;
    content: "";
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: #dee2e6; cursor:pointer;
}

.custom-control {
    position: relative;
    display: block;
    min-height: 1.5rem;
    padding-left: 1.5rem;
}

.custom-control-input {
    position: absolute;
    z-index: -1;
    opacity: 0;
}

.custom-control-label::before {border: 1px solid #979797; border-radius: 50%; background: #fff;}
.custom-checkbox .custom-control-input:checked~.custom-control-label::before {
    background-color: #c8102e;border: 1px solid #c8102e; outline: none !important; box-shadow: none !important;
	background-image:url(../images/tick.png);    background-position: center; background-repeat:no-repeat;
    background-size: 10px auto;
}
.custom-checkbox label, .custom-checkbox input { outline: none !important; box-shadow: none !important;}

span.remember_sp {
    margin-left: 10px;
    display: inline-block;
    margin-top: 2px;
}