@charset "UTF-8";

/*-------------------- New Design of Login Page By Calavo Technologies ----------------------*/
@import url(https://fonts.googleapis.com/css?family=Open+Sans:100,400,300,500,600,700);
@import url(https://fonts.googleapis.com/css?family=Roboto:100,300,400,500,700);
@import url('https://fonts.googleapis.com/css2?family=Poppins&display=swap');

body {
   font-family: 'Poppins', sans-serif;
}
img {
   max-width: 100%;
}
.customised-login {
    min-height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
	background: #7895fb;
	background: linear-gradient(to right, rgba(100,113,211), rgba(103,127,217));
}

.customised-login .form-control{	
    min-height: 50px;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 0;
    border-bottom-color: currentcolor;
    border-bottom-style: none;
    border-bottom-width: 0px;
    border-bottom: 1px solid #e7e7e7;
    padding: 10px 30px 10px 10px;
    color: #111111;
}

.fxt-bg-color {
    background-color: #ffffff;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0;
}
.fxt-content {
    padding: 70px 35px 70px 35px;
    width: 100%;
    -webkit-box-shadow: 3px 0 79px 0 rgb(0 0 0 / 8%);
    box-shadow: 3px 8px 79px 0 rgb(0 0 0 / 40%);
}
.fxt-style-line {
    overflow: hidden;
    text-align: center;
}
.fxt-style-line h2 {
    text-align: center;
    font-weight: 700;
    margin-bottom: 0px;
    font-size: 20px;
    color: #fff;
    display: inline-block;
    position: relative;    
    z-index: 1;    
    background: #4298ef;
    padding: 9px;
    border-radius: 5px;
}
.fxt-style-line h2:before {
    display: inline-block;
    content: "";
    height: 1px;
    width: 100%;
    background-color: #ebebeb;
    left: 100%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    z-index: 1;
}
.fxt-style-line h2:after {
    display: inline-block;
    content: "";
    height: 1px;
    width: 100%;
    background-color: #ebebeb;
    right: 100%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    z-index: 1;
}

.customised-login .form-group i {
    position: absolute;
    z-index: 1;
    right: 5px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.customised-login .form-group {
	position: relative;
	z-index: 1;
}
.btn-login{
	margin-top: 15px;
	font-family: 'Roboto', sans-serif;
	cursor: pointer;
	display: inline-block;
	font-size: 17px;
	font-weight: 500;
	-webkit-box-shadow: none;
	box-shadow: none;
	outline: none;
	border: 0;
    border-top-color: currentcolor;
    border-right-color: currentcolor;
    border-bottom-color: currentcolor;
    border-left-color: currentcolor;
	color: #fff;
	border-radius: 3px;
	background-color: #ff0000;
	padding: 10px 36px;
	margin-bottom: 10px;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.btn-large{
	width:100%;
}
.fxt-content-between {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.fxt-bg-img {
    width: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    margin: 0;
    padding: 0;
}
.admin-login-logo {
    text-align: center;
    margin-bottom: 50px;
}

input.file_input_with_replacement {
	display: none;
}
.login_wrapper{
	background-color: #ffffff;
	-webkit-box-shadow: 3px 0 79px 0 rgb(0 0 0 / 8%);
	box-shadow: 3px 8px 79px 0 rgb(0 0 0 / 40%);
	padding: 70px 35px 70px 35px;
	width: 475px;
	margin: 50px auto;
	text-align: center;
}
.header-logo .logo{
	width:134px;
}
.tbl-action a{
	padding-right:10px;
}
.green-color{
	color: #038203;
}
.red-color{
	color:#FF0000;
}










@media only screen and (max-width: 786px) {
	.fxt-content {
		padding: 30px 30px 30px 30px;
		-webkit-box-shadow: 3px 0 79px 0 rgb(0 0 0 / 8%);
		box-shadow: 3px 8px 79px 0 rgb(256 256 256 / 40%);
	}
	.fxt-bg-color {
	  background-color: #ffffff;
	  width: 90%;
	  background-repeat: no-repeat;
	  background-position: center center;
	  background-size: cover;
	  display: -webkit-box;
	  display: -ms-flexbox;
	  display: flex;
	  padding: 0;
	  margin: auto;
	}
	.login_wrapper {
	  width: 90%;
	  margin:30px auto;
	}

