.authentication{
	height:100vh;
	background: url(../images/bg.png) no-repeat top left fixed;
}
.authentication .card{
	border-radius:0;
	padding:0px 0px 0;
	height:100vh;
	margin:0;
	border:none;
}


.col-lg-5.col-sm-6.login_page {
    padding-left: 0px;
}
.card{
	text-align: center;
}
.login_title h1{
    font-family: 'Raleway', sans-serif;
    font-size: 30px;
    letter-spacing: 1px;
    color: #36485f;
    text-align: center;
    margin: 0;
	font-weight: 700;
}
.login_title {
    padding-top: 30px;
    padding-bottom: 35px;
}
.form-control {
    font-family: 'Raleway', sans-serif !important;
    font-weight: 600 !important;
    display: block;
    height: 50px !important;
    padding: 6px 12px;
    font-size: 14px;
	width: 80%;
	margin:auto;
    line-height: 1.42857143;
    background-color: #fff;
    background-image: none;
    border-color : #28a745;
    border-radius: 4px;

}
.first_input {
    margin-bottom: 20px;
}
.send {
    color: #fff;
	background: linear-gradient(90deg, #28a745, #28a745);
    -webkit-box-shadow: 0px 0px 15px 0px rgba(213,213,213,1);
    -moz-box-shadow: 0px 0px 15px 0px rgba(213,213,213,1);
    box-shadow: 0px 0px 15px 0px rgba(213,213,213,1);
    padding: 11px 40px 11px 40px;
	border: 2px solid #28a745 !important;
	transition: all ease 0.5s 0s;
    border-radius: 50px;
	margin-top: 20px;
	font-weight: 600;
	font-family: 'Lato', sans-serif;
}
i.fa.fa-chevron-right {
    margin-left: 10px;
	font-size: 14px;
}
.send:hover{
    color: #fff;
    background: none !important;
    -webkit-box-shadow: 0px 0px 15px 0px rgba(213,213,213,1);
    -moz-box-shadow: 0px 0px 15px 0px rgba(213,213,213,1);
    box-shadow: 0px 0px 15px 0px rgba(213,213,213,1);
    padding: 11px 40px 11px 40px;
	border: 2px solid #28a745 !important;
	transition: all ease 0.5s 0s;
    border-radius: 50px;
	margin-top: 20px;
	color: #28a745;
	font-weight: 600;
	font-family: 'Lato', sans-serif;
}
.loginform {
    display: table-cell;
    vertical-align: middle;
}
.card {
    display: table;
    width: 100%;
}
span#basic-addon1 {
    background-color: #fff !important;
    border: none;
}
.input-group{
	width: 80%;
	margin:auto;
	-webkit-box-shadow: inset 0 0px 0px rgba(0,0) !important;
    -webkit-box-shadow: 0px 0px 15px 0px rgba(228,228,228,1);
    -moz-box-shadow: 0px 0px 15px 0px rgba(228,228,228,1);
    box-shadow: 0px 0px 15px 0px rgba(228,228,228,1) !important;
}
select.form-control.selectbox{
		-webkit-box-shadow: inset 0 0px 0px rgba(0,0) !important;
    -webkit-box-shadow: 0px 0px 15px 0px rgba(228,228,228,1);
    -moz-box-shadow: 0px 0px 15px 0px rgba(228,228,228,1);
    box-shadow: 0px 0px 15px 0px rgba(228,228,228,1) !important;}


@media only screen and (min-width : 1224px) and (max-width : 1800px){
/*.authentication .card {
    padding: 50px 30px 0;
}*/}
@media only screen and (min-width : 320px) and (max-width : 767px){
.col-lg-5.col-sm-6.login_page {
    padding-left: 0px;
    padding-right: 0px;
}
.authentication .card {
    padding: 0px;
    margin-bottom: 0px;
    margin-top: 0px;
}
}
@media only screen and (min-width : 768px) and (max-width : 1024px){
.col-lg-5.col-sm-6.login_page{
    padding-left: 0px;
    padding-right: 0px;
}
.authentication{
	height:100vh;
	background: url(../images/laptop.png) no-repeat top left fixed;
}
}
@media only screen and (min-height : 800px) and (max-height : 1080px){
.authentication{
	height:100vh;
	background: url(../images/laptop.png) no-repeat top left fixed;
}}
@media only screen and (min-height : 1081px) and (max-height : 1366px){
.authentication{
	height:100vh;
	background: url(../images/tab.png) no-repeat top left fixed;
}}
