body {
    font-family: 'Open Sans', sans-serif;
    color: #282A3C;
	/* background: url(../../login-assets/img/body-bg.png); */
	background: linear-gradient(rgb(27 152 208 / 4%) -17.19%, rgba(7, 6, 36, 0) 111.4%), linear-gradient(86.97deg, rgb(57 0 255 / 15%) -0.67%, rgb(27 152 208 / 16%) 24.91%, rgb(0 82 204 / 10%) 48.82%, rgb(69 164 236 / 15%) 72.18%, rgb(141 41 219 / 11%) 88.31%), rgb(255 255 255);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
a,a:hover{
	color:#282A3C;
}

.form-control:focus {
    box-shadow: none;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
 
}

.login-sef{
    min-height: 100vh;
    position: relative;
    text-align: center;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 30px 0;
}

.login-sef .login-inner-form {
    color: #cccccc;
    position: relative;
}

.login-sef .bg-color-16 {
    justify-content: center;
    align-items: center;
    padding: 30px 30px;
   /*  background: #fff; */
}

.login-sef .form-section{
    max-width: 400px;
    margin: 0 auto;
    width: 100%;
}

.login-sef .form-box{
    width: 100%;
    text-align: center;
}

.login-sef .login-inner-form .form-group {
    margin-bottom: 18px;
}

.login-sef .login-inner-form .form-box {
    float: left;
    width: 100%;
    position: relative;
}

.login-sef .login-inner-form .input-text {
    font-size: 16px;
    outline: none;
    color: #616161;
    border-radius: 3px;
    font-weight: 500;
    border: 1px solid #ddd;
    background: #fff;
}

.login-sef .login-inner-form img {
    margin-bottom: 5px;
}

.login-sef .login-inner-form .form-box input {
	float: left;
	width: 100%;
	padding: 10px 10px 10px 45px;
	border-radius: 50px;
}

.login-sef .login-inner-form .form-box i {
	position: absolute;
	top: 7px;
    left: 14px;
	font-size: 20px;
	color: #616161;
}

.login-sef .login-inner-form label{
    font-weight: 500;
    font-size: 14px;
    margin-bottom: 5px;
}

.login-sef .login-inner-form .forgot{
    margin: 0;
    line-height: 45px;
    color: #535353;
    font-size: 15px;
    float: right;
}

.login-sef .bg-img {
    padding: 0;
    /* background: #fff; */
    background-size: cover;
    top: 0;
    bottom: 0;
    opacity: 1;
}

.login-sef .login-box{
	background: url(../../login-assets/img/login-box-bg.png);
	background-size:cover;
    /* max-width: 950px; */
    margin: 0 auto;
    box-shadow: 0 0 40px rgb(0 0 0 / 16%);
    border-radius: 4px;
}

.login-sef .info {
    height: 100%;
	padding:30px;
}

@media (min-width:992px){
.login-sef .info {
border-right: 1px solid #ddd;
}
}

@media (max-width:992px){
.login-sef .info {
border-top: 1px solid #ddd;
}
}

.login-sef .login-inner-form .btn-md {
    cursor: pointer;
    padding: 10px 30px 9px 30px;
    height: 45px;
    letter-spacing: 1px;
    font-size: 14px;
    font-weight: 600;
    border-radius: 50px;
    color: #d6d6d6;
}

.login-sef .login-inner-form input[type=checkbox], input[type=radio] {
    margin-right: 3px;
}

.login-sef .login-inner-form p{
    margin: 0;
    color: #000;
}

.login-sef .login-inner-form p a{
    color: #000;
}

.login-sef .login-inner-form button:focus {
    outline: none;
    outline: 0 auto -webkit-focus-ring-color;
}

.login-sef .login-inner-form .btn-theme.focus, .btn-theme:focus {
    box-shadow: none;
}

.login-sef .login-inner-form .btn-theme {
    background: #1b98d0;
    border: none;
    color: #fff;
}

.login-sef .login-inner-form .btn-theme:hover {
    background: #1b98d0;
}

.login-sef .logo{
    height: 30px;
    text-align: left;
    margin: 20px;
}

.login-sef .logo img{
    height: 25px;
}

.login-sef .logo-2{
    margin-bottom: 15px;
    display: none;
}

.login-sef .logo-2 img{
    height: 30px;
}

.login-sef .nav-pills li{
    display: inline-block;
}

.login-sef .login-inner-form .checkbox {
    margin-bottom: 25px;
    font-size: 14px;
}

.login-sef .login-inner-form .form-check{
    float: left;
    margin-bottom: 0;
}

.login-sef .login-inner-form .form-check a {
    color: #d6d6d6;
    float: right;
}

.login-sef .login-inner-form .form-check-input {
    position: absolute;
    margin-left: 0;
}

.login-sef .login-inner-form .form-check label::before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 18px;
    height: 18px;
    top: 2px;
    margin-left: -25px;
    border: none;
    border-radius: 3px;
    background: #fff;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}

.login-sef .login-inner-form .form-check-label {
    padding-left: 25px;
    margin-bottom: 0;
    font-size: 14px;
    color: #616161;
}

.login-sef .login-inner-form .checkbox-theme input[type="checkbox"]:checked + label::before {
    color: #fff;
    background: #ff214f;
}

.login-sef .login-inner-form input[type=checkbox]:checked + label:before {
    font-weight: 300;
    color: #f3f3f3;
    line-height: 17px;
    font-size: 14px;
    content: "\2713";
}

.login-sef .btn-section{
    float: right;
    display: inline-block;
}

.login-sef .btn-section {
    top: 40%;
    position: absolute;
    right: 0;
    margin-bottom: 0;
}

.login-sef .btn-section .link-btn {
    font-size: 12px;
    float: left;
    background: transparent;
    letter-spacing: 1px;
    text-align: left;
    font-weight: 600;
    border-radius: 0;
    width: 100%;
    color: #fff;
    text-decoration: none;
    text-decoration: blink;
}

.login-sef .btn-section .default-bg{
    background: #fff;
    color: #505050;
}

.login-sef .btn-section .btn-1{
    line-height: 45px;
    text-align: center;
    width: 100px;
    text-transform: uppercase;
    border-radius: 50px 0 0 50px;
}

.login-sef .login-inner-form input[type=checkbox], input[type=radio] {
    margin-top: 4px;
}

.login-sef .login-inner-form .checkbox a {
    font-size: 14px;
    color: #616161;
    float: right;
    margin-left: 3px;
}

.login-sef .text {
    display: none;
}

.login-sef .form-section{
    text-align: center;
}

.login-sef .form-section h3{
    font-size: 18px;
    margin-bottom: 22px;
    font-weight: 700;
}

.login-sef .form-section .text {
    font-size: 14px;
    margin-top: 25px;
    margin-bottom: 0;
    color: #616161;
}

.login-sef .form-section .text a{
    color: #616161;
}

.login-sef .social-list{
	bottom: 130px;
	position: absolute;
	left: 0;
	padding: 0;
	margin: 0;
	list-style: none;
}

.login-sef .social-list a {
    width: 32px;
    padding-left: 0px;
    height: 32px;
    line-height: 30px;
    margin-bottom: 5px;
    text-align: center;
    display: inline-block;
    font-size: 14.5px;
    color: #fff;
    border-radius: 0px 50px 50px 0px;
}

.login-sef ul li a svg {
    width: 32px;
    height: 32px;
}

.login-sef .facebook-bg {
    background: #3b589e;
    color: #fff;
}

.login-sef .twitter-bg {
    background: #56d7fe;
}

.login-sef .google-bg {
    background: #dc4e41;
}

.login-sef .linkedin-bg {
    background: #1c82ca;
    color: #fff;
}

.login-sef .instagram-bg {
   background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
    color: #fff;
}

.login-sef .pinterest-bg {
    background: #a30618;
    color: #fff;
}

/** MEDIA **/
@media (max-width: 992px) {
    .login-sef .none-992{
        display: none;
    }

    .login-sef .login-box {
        /* max-width: 400px; */
        margin: 0 auto;
    }

    .login-sef .form-section h3{
        font-size: 20px;
    }

    .login-sef .logo-2{
        display: block;
    }

    .login-sef .text {
        display: block;
    }
}

@media (max-width: 768px) {
    .login-sef .bg-color-16{
        padding: 30px;
    }
}

.carousel-indicators {
    bottom: -30px;
}

.carousel-inner p{
	font-size:16px;
}

.carousel-item{
    min-height: 312px;
}

.carousel-indicators li{
	cursor:pointer;
}
.carousel-item img{
	width:400px;
}

@media (max-width:480px){
.form-group{
	font-size:14px;
}
}
.text-blue {
    color: #1997CE !important;
}

.btn-theme,.btn-theme:active {
	font-size: 12px;
	border-radius: 50px!important;
    padding: 8px 16px;
}
@media screen and (max-width: 991px) {
    .order2mobile {
        order: 1;
    }
}

.san-text-red{
	color:#EF536E !important;
}
.san-bg-red{
	background:#EF536E !important;
}
.sj-text-blue{
	color:#1997CE !important;
}
.sj-bg-blue{
	background:#1997CE !important;
}
.hr-text-theme-gradient{
	background: linear-gradient(100deg, #0ab39c 0%, #405189 50%);
	background-clip: text;
	background-size: 200% auto;
	color: #405189;
	text-fill-color: transparent;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.hr-bg-theme-gradient{
	background: linear-gradient(100deg, #0ab39c 0%, #405189 50%);
}
.twozo-text-theme-gradient{
	background: linear-gradient(100deg, #00cc61 0%, #004050 50%);
	background-clip: text;
	background-size: 200% auto;
	color: #004050;
	text-fill-color: transparent;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.twozo-bg-theme-gradient{
	background: linear-gradient(100deg, #00cc61 0%, #004050 50%);
}