/* General Demo Style */
@import url(css.css?family=Lato:300,400,700);

@font-face {
    font-family: 'AnimalsNormal';
    src: url('fonts/animals-webfont.eot');
    src: url('fonts/animals-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/animals-webfont.woff') format('woff'),
         url('fonts/animals-webfont.ttf') format('truetype'),
         url('fonts/animals-webfont.svg#AnimalsNormal') format('svg');
    font-weight: normal;
    font-style: normal;
}

html { height: 100%; }

*,
*:after,
*:before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0;
	margin: 0;
}

.clearfix:after {
	content: "";
	display: table;
	clear: both;
}

body {
	font-family: 'Lato', Calibri, Arial, sans-serif;
	background: #5F9EA0;
	font-weight: 300;
	font-size: 15px;
	color: #333;
	-webkit-font-smoothing: antialiased;
}

a {
	color: #555;
	text-decoration: none;
}

.container1 {
	width: 100%;
	position: relative;
	padding-left:0px;
	padding-right:0px;
}

.container1.demo-1 {
	position: absolute;
}

.clr {
	clear: both;
	padding: 0;
	height: 0;
	margin: 0;
}

.main {
	width: 90%;
	margin: 0 auto;
	position: relative;
}

.container1 > header,
.content-wrapper {
	padding: 30px;
	width: 80%;
	max-width: 960px;
	margin: 0 auto;
}

.content-wrapper p{
	padding-top: 30px;
	line-height: 26px;
}

.container1 > header h1 {
	font-size: 34px;
	line-height: 38px;
	margin: 0;
	font-weight: 700;
	color: #333;
	float: left;
}
.container1 > header h1 span {
	display: block;
	font-size: 20px;
	font-weight: 300;
}
/* Header Style */
.codrops-top {
    line-height: 60px;
    font-size: 11px;
    background: #ffffff9e;
    text-transform: uppercase;
    z-index: 9999;
    position: relative;
    font-family: Cambria, Georgia, serif;
    box-shadow: 1px 0px 2px rgba(0,0,0,0.2);
    height: 60px;
    text-align: center;
    box-shadow: 0 0 0px 0px #131212;
}
.logoleft{
	float:left;
	text-decoration: none;
}
.logoleft:hover{
	background: none;
}
.heading{
	font-size: 24px;
    /* font-weight: 500; */
    font-family: 'Lato', Calibri, Arial, sans-serif;
    margin-left: -30px;
}
.codrops-top a {
	padding: 0px 10px;
	letter-spacing: 1px;
	color: #333;
	display: inline-block;
	text-decoration: none !important;
}

.codrops-top a:hover {
	/*background: rgba(255,255,255,0.6);*/
}

.codrops-top span.right {
	float: right;
    margin-top: -14px;
    margin-right: 10px;
    font-size: 13px;

}
.codrops-top span.right1 {
	float: right;

}
.codrops-top span.right a {
	float: left;
	display: block;
}
.codrops-top span.right1 a {
	float: left;
	display: block;
}
/* Demo Buttons Style */
.codrops-demos {
	float: right;
	padding-top: 10px;
}

.demo-1 .codrops-demos {
	position: absolute;
	z-index: 2000;
	top: 30px;
	left: 30px;
}

.codrops-demos a {
    display: inline-block;
    margin: 10px;
    color: #333;
    font-weight: 700;
    line-height: 30px;
    border-bottom: 4px solid transparent;
}

.codrops-demos a:hover {
	color: #883d59;
	border-color: #883d59;
}

.codrops-demos a.current-demo,
.codrops-demos a.current-demo:hover {
	color: #aaa;
	border-color: #aaa;
}
.logo-left{
	margin-top:9px;
}
.logo-right{
	height: 45px;
    display: block;
    margin-top: 8px;
}
.logo-cmm{
	height: 32px;
    display: block;
    margin-top: 6px;
}
.iso{
	margin-top: -20px;
    display: block;
}
.login-box{
	width: 300px;
	background: #e2e2e2;
    background: -moz-linear-gradient(45deg, #e2e2e2 0%, #dbdbdb 50%, #d1d1d1 51%, #fefefe 100%);
    background: -webkit-gradient(linear, left bottom, right top, color-stop(0%,#e2e2e2), color-stop(50%,#dbdbdb), color-stop(51%,#d1d1d1), color-stop(100%,#fefefe));
    background: -webkit-linear-gradient(45deg, #e2e2e2 0%,#dbdbdb 50%,#d1d1d1 51%,#fefefe 100%);
    background: -o-linear-gradient(45deg, #e2e2e2 0%,#dbdbdb 50%,#d1d1d1 51%,#fefefe 100%);
    background: -ms-linear-gradient(45deg, #e2e2e2 0%,#dbdbdb 50%,#d1d1d1 51%,#fefefe 100%);
    background: linear-gradient(45deg, #e2e2e2 0%,#dbdbdb 50%,#d1d1d1 51%,#fefefe 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2e2e2', endColorstr='#fefefe',GradientType=1 );	
	border: 1px solid rgba(0,0,0,0.05);
	z-index: 1000000;
	padding: 10px;
	border-radius: 6px;
	color: #444;
	/*border: 1px solid rgba(133, 239, 223, 0.74);*/
	margin: 0 auto;
	box-shadow: 0 0 20px 2px rgba(21, 20, 20, 0.75);
}
.login-box p{
	text-align: center;
	font-weight: 500;
	font-size: 20px;
}
hr{
	margin: 5px auto;
}
.login-btn, .login-btn:active{
	padding: 7px 10px;
	margin-top: 20px;
	width: 159px;
	background: #374654;
	border: none;
	color: #fff;
	font-size: 17px;
	border-radius: 3px;
	cursor: pointer;
	/* box-shadow: 0 0 1px 1px rgb(55, 70, 84); */
}
.login-btn:hover{
	background:#455463;
	color:#fff;
	}
.login-btn span{
	    margin-left: 6px;
}
.login-btn-s{
	background: #374654;
    color: #fff;
}
.login-btn-s:hover{
	background: #455463;
    color: #fff;
}
.modal-content{
    color: #333;
	background: rgb(226,226,226); /* Old browsers */
	background: -moz-linear-gradient(45deg,  rgba(226,226,226,1) 0%, rgba(219,219,219,1) 50%, rgba(209,209,209,1) 51%, rgba(254,254,254,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left bottom, right top, color-stop(0%,rgba(226,226,226,1)), color-stop(50%,rgba(219,219,219,1)), color-stop(51%,rgba(209,209,209,1)), color-stop(100%,rgba(254,254,254,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(45deg,  rgba(226,226,226,1) 0%,rgba(219,219,219,1) 50%,rgba(209,209,209,1) 51%,rgba(254,254,254,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(45deg,  rgba(226,226,226,1) 0%,rgba(219,219,219,1) 50%,rgba(209,209,209,1) 51%,rgba(254,254,254,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(45deg,  rgba(226,226,226,1) 0%,rgba(219,219,219,1) 50%,rgba(209,209,209,1) 51%,rgba(254,254,254,1) 100%); /* IE10+ */
	background: linear-gradient(45deg,  rgba(226,226,226,1) 0%,rgba(219,219,219,1) 50%,rgba(209,209,209,1) 51%,rgba(254,254,254,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2e2e2', endColorstr='#fefefe',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */

}
#success .modal-content{
	background: rgb(254,187,187);
    background: -moz-linear-gradient(top, rgba(254,187,187,1) 0%, rgba(254,144,144,1) 0%, rgba(255,92,92,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(254,187,187,1)), color-stop(0%,rgba(254,144,144,1)), color-stop(100%,rgba(255,92,92,1)));
    background: -webkit-linear-gradient(top, rgba(254,187,187,1) 0%,rgba(254,144,144,1) 0%,rgba(255,92,92,1) 100%);
    background: -o-linear-gradient(top, rgba(254,187,187,1) 0%,rgba(254,144,144,1) 0%,rgba(255,92,92,1) 100%);
    background: -ms-linear-gradient(top, rgba(254,187,187,1) 0%,rgba(254,144,144,1) 0%,rgba(255,92,92,1) 100%);
    background: linear-gradient(to bottom, rgba(254,187,187,1) 0%,rgba(254,144,144,1) 0%,rgba(255,92,92,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#febbbb', endColorstr='#ff5c5c',GradientType=0 );
    color: #fff;
    text-align: center;
}
.modal-header{
	    border-bottom: 1px solid #BFBBBB;
	}
.modal-footer{
	    border-top: 1px solid #BFBBBB;
	}
.form-control{
    background-color: rgba(255, 250, 250, 0.9);
    background-image: none;
     /*border: 1px solid #4CAF91;*/
}
.forgot-pass{
	color: #1E6BAB;
    text-decoration: none;
    cursor: pointer;	
}
.dashboard{
	background: url(../images/bg-content.jpg) repeat;
}
.mar-t10{
	margin-top: 50px;
}
.mart10{
	margin-top: 150px;
}
.table-bg{
    background: #F8F8F8;
    box-shadow: 0 0 10px 1px #A0A0A0;
    border-radius: 5px;
    padding-bottom: 14px;
}
.table{
	margin-bottom: 0px;
}
.table-head{
	margin: 15px;
    font-size: 20px;
    color: #2C73C1;
}
.add-new-btn{
	padding: 4px 8px;
    border: none;
    background-color: #37A085;
    color: #fff;
    border-radius: 3px;
    box-shadow: 0 0 4px 0px #41B79D;
    margin: 15px;
}
.add-new-btn:hover{
	background: #1E735D;
	box-shadow: 0 0 4px 0px #2F584F;
}
.clear{
	clear:both;
}
.pad-15{
	padding: 0 15px 20px;
}
.center{
	text-align: center;
}
.logout{
	display: block;
    margin-top: -16px;
    margin-left: auto;
    margin-right: auto;
    padding: 3px 10px;
}
.logout span{
	line-height: 10px;
    font-size: 14px;	
    margin-left: 5px;
}
.send-mail{
	display: block;
    margin-left: auto;
    margin-right: auto;
    padding: 3px 10px;
}
.send-mail span{
	line-height: 10px;
    font-size: 14px;	
    margin-left: 5px;
}
.userinfo{
	box-shadow: 0 0 6px 1px rgba(204, 204, 204, 0.91);
    background: rgb(255,255,255);
    background: -moz-linear-gradient(45deg, rgba(255,255,255,1) 0%, rgba(243,243,243,1) 50%, rgba(237,237,237,1) 51%, rgba(255,255,255,1) 100%);
    background: -webkit-gradient(linear, left bottom, right top, color-stop(0%,rgba(255,255,255,1)), color-stop(50%,rgba(243,243,243,1)), color-stop(51%,rgba(237,237,237,1)), color-stop(100%,rgba(255,255,255,1)));
    background: -webkit-linear-gradient(45deg, rgba(255,255,255,1) 0%,rgba(243,243,243,1) 50%,rgba(237,237,237,1) 51%,rgba(255,255,255,1) 100%);
    background: -o-linear-gradient(45deg, rgba(255,255,255,1) 0%,rgba(243,243,243,1) 50%,rgba(237,237,237,1) 51%,rgba(255,255,255,1) 100%);
    background: -ms-linear-gradient(45deg, rgba(255,255,255,1) 0%,rgba(243,243,243,1) 50%,rgba(237,237,237,1) 51%,rgba(255,255,255,1) 100%);
    background: linear-gradient(45deg, rgba(255,255,255,1) 0%,rgba(243,243,243,1) 50%,rgba(237,237,237,1) 51%,rgba(255,255,255,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=1 );
	border-radius: 8px;
}
.userinfo h3{
    margin: 0;
    padding: 10px;
    text-align: center;
    font-size: 17px;
    background-color: #E1E5E6;
    margin-bottom: 15px;
    border-radius: 5px 5px 0px 0px;
}
.marbttm10{
	margin-bottom: 10px;
}
.no-data{
	width: 100%;
	height: 100px;
}
.no-data p{
	line-height: 100px;
	text-align: center;
	font: 16px;
}
.cmm{
	display: block;
}
.btn.focus, .btn:focus, .btn:hover {
    color: #fff;
}
.login-error{
	color: #D21219;
    font-weight: 400;
}
label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 400;
}
.authentication-box{
	width: 500px;
	height: auto;
	text-align: center;
    background: #e2e2e2;
    background: -moz-linear-gradient(45deg, #e2e2e2 0%, #dbdbdb 50%, #d1d1d1 51%, #fefefe 100%);
    background: -webkit-gradient(linear, left bottom, right top, color-stop(0%,#e2e2e2), color-stop(50%,#dbdbdb), color-stop(51%,#d1d1d1), color-stop(100%,#fefefe));
    background: -webkit-linear-gradient(45deg, #e2e2e2 0%,#dbdbdb 50%,#d1d1d1 51%,#fefefe 100%);
    background: -o-linear-gradient(45deg, #e2e2e2 0%,#dbdbdb 50%,#d1d1d1 51%,#fefefe 100%);
    background: -ms-linear-gradient(45deg, #e2e2e2 0%,#dbdbdb 50%,#d1d1d1 51%,#fefefe 100%);
    background: linear-gradient(45deg, #e2e2e2 0%,#dbdbdb 50%,#d1d1d1 51%,#fefefe 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2e2e2', endColorstr='#fefefe',GradientType=1 );
    border: 1px solid rgba(0,0,0,0.05);
    z-index: 1000000;
    padding: 10px;
    font-size: 12px;
    border-radius: 6px;
    font-size: 20px;
    color: #000;
    margin: 0 auto;
    box-shadow: 0 0 20px 2px rgba(21, 20, 20, 0.75); 	
    margin-top: 77px;
}
.authentication-box label{
	font-size: 13px;
	font-weight : 100px;
}
.authentication-box p{
	font-size: 14px;
	font-weight : 100px;
}
.authentication-box h2{
    margin: 7px auto;
    font-size: 18px;
}
.authentication-box .btn-default{
    background: #374654;
    color: #fff;
}
.authentication-box .btn-default:hover{
    background: #455463;
    color: #fff;
}

 .tooltipster-default {
	border-radius: 5px;
    border: 1px solid #C15A5A;
    background: rgba(230, 103, 103, 0.9);
    color: #F1F1F1;
    max-width: 314px;
}
 .tooltipster-default .tooltipster-content {
    font-family: Arial, sans-serif;
    font-size: 14px;
    line-height: 16px;
    padding: 8px 10px;
    overflow: hidden;
}
 .tooltipster-default .tooltipster-arrow .tooltipster-arrow-border {
    /* border-color: ... !important; */
}
 .tooltipster-icon {
    cursor: help;
    margin-left: 4px;
}
 .tooltipster-base {
    padding: 0;
    font-size: 0;
    line-height: 0;
    position: absolute;
    z-index: 9999999;
    pointer-events: none;
    width: auto;
    overflow: visible;
}
.tooltipster-base .tooltipster-content {
    overflow: hidden;
}
 .tooltipster-arrow {
    display: block;
    text-align: center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}
.tooltipster-arrow span, .tooltipster-arrow-border {
    display: block;
    width: 0;
    height: 0;
    position: absolute;
}
.tooltipster-arrow-top span, .tooltipster-arrow-top-right span, .tooltipster-arrow-top-left span {
    border-left: 8px solid transparent !important;
    border-right: 8px solid transparent !important;
    border-top: 8px solid;
    bottom: -8px;
}
.tooltipster-arrow-top .tooltipster-arrow-border, .tooltipster-arrow-top-right .tooltipster-arrow-border, .tooltipster-arrow-top-left .tooltipster-arrow-border {
    border-left: 9px solid transparent !important;
    border-right: 9px solid transparent !important;
    border-top: 9px solid;
    bottom: -8px;
}
.tooltipster-arrow-bottom span, .tooltipster-arrow-bottom-right span, .tooltipster-arrow-bottom-left span {
    border-left: 8px solid transparent !important;
    border-right: 8px solid transparent !important;
    border-bottom: 8px solid;
    top: -8px;
}
.tooltipster-arrow-bottom .tooltipster-arrow-border, .tooltipster-arrow-bottom-right .tooltipster-arrow-border, .tooltipster-arrow-bottom-left .tooltipster-arrow-border {
    border-left: 9px solid transparent !important;
    border-right: 9px solid transparent !important;
    border-bottom: 9px solid;
    top: -8px;
}
.tooltipster-arrow-top span, .tooltipster-arrow-top .tooltipster-arrow-border, .tooltipster-arrow-bottom span, .tooltipster-arrow-bottom .tooltipster-arrow-border {
    left: 0;
    right: 0;
    margin: 0 auto;
}
.tooltipster-arrow-top-left span, .tooltipster-arrow-bottom-left span {
    left: 6px;
}
.tooltipster-arrow-top-left .tooltipster-arrow-border, .tooltipster-arrow-bottom-left .tooltipster-arrow-border {
    left: 5px;
}
.tooltipster-arrow-top-right span, .tooltipster-arrow-bottom-right span {
    right: 6px;
}
.tooltipster-arrow-top-right .tooltipster-arrow-border, .tooltipster-arrow-bottom-right .tooltipster-arrow-border {
    right: 5px;
}
.tooltipster-arrow-left span, .tooltipster-arrow-left .tooltipster-arrow-border {
    border-top: 8px solid transparent !important;
    border-bottom: 8px solid transparent !important;
    border-left: 8px solid;
    top: 50%;
    margin-top: -7px;
    right: -8px;
}
.tooltipster-arrow-left .tooltipster-arrow-border {
    border-top: 9px solid transparent !important;
    border-bottom: 9px solid transparent !important;
    border-left: 9px solid;
    margin-top: -8px;
}
.tooltipster-arrow-right span, .tooltipster-arrow-right .tooltipster-arrow-border {
    border-top: 8px solid transparent !important;
    border-bottom: 8px solid transparent !important;
    border-right: 8px solid;
    top: 50%;
    margin-top: -7px;
    left: -8px;
}
.tooltipster-arrow-right .tooltipster-arrow-border {
    border-top: 9px solid transparent !important;
    border-bottom: 9px solid transparent !important;
    border-right: 9px solid;
    margin-top: -8px;
}
 .tooltipster-fade {
    opacity: 0;
    -webkit-transition-property: opacity;
    -moz-transition-property: opacity;
    -o-transition-property: opacity;
    -ms-transition-property: opacity;
    transition-property: opacity;
}
.tooltipster-fade-show {
    opacity: 1;
}
.tooltipster-grow {
    -webkit-transform: scale(0, 0);
    -moz-transform: scale(0, 0);
    -o-transform: scale(0, 0);
    -ms-transform: scale(0, 0);
    transform: scale(0, 0);
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
    -ms-transition-property: -ms-transform;
    transition-property: transform;
    -webkit-backface-visibility: hidden;
}
.tooltipster-grow-show {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
    -moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
    -ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
    -o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
    transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
}
.tooltipster-swing {
    opacity: 0;
    -webkit-transform: rotateZ(4deg);
    -moz-transform: rotateZ(4deg);
    -o-transform: rotateZ(4deg);
    -ms-transform: rotateZ(4deg);
    transform: rotateZ(4deg);
    -webkit-transition-property: -webkit-transform, opacity;
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
    -ms-transition-property: -ms-transform;
    transition-property: transform;
}
.tooltipster-swing-show {
    opacity: 1;
    -webkit-transform: rotateZ(0deg);
    -moz-transform: rotateZ(0deg);
    -o-transform: rotateZ(0deg);
    -ms-transform: rotateZ(0deg);
    transform: rotateZ(0deg);
    -webkit-transition-timing-function: cubic-bezier(0.230, 0.635, 0.495, 1);
    -webkit-transition-timing-function: cubic-bezier(0.230, 0.635, 0.495, 2.4);
    -moz-transition-timing-function: cubic-bezier(0.230, 0.635, 0.495, 2.4);
    -ms-transition-timing-function: cubic-bezier(0.230, 0.635, 0.495, 2.4);
    -o-transition-timing-function: cubic-bezier(0.230, 0.635, 0.495, 2.4);
    transition-timing-function: cubic-bezier(0.230, 0.635, 0.495, 2.4);
}
.tooltipster-fall {
    top: 0;
    -webkit-transition-property: top;
    -moz-transition-property: top;
    -o-transition-property: top;
    -ms-transition-property: top;
    transition-property: top;
    -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
    -moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
    -ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
    -o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
    transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
}
.tooltipster-fall-show {
}
.tooltipster-fall.tooltipster-dying {
    -webkit-transition-property: all;
    -moz-transition-property: all;
    -o-transition-property: all;
    -ms-transition-property: all;
    transition-property: all;
    top: 0px !important;
    opacity: 0;
}
.tooltipster-slide {
    left: -40px;
    -webkit-transition-property: left;
    -moz-transition-property: left;
    -o-transition-property: left;
    -ms-transition-property: left;
    transition-property: left;
    -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
    -moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
    -ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
    -o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
    transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
}
.tooltipster-slide.tooltipster-slide-show {
}
.tooltipster-slide.tooltipster-dying {
    -webkit-transition-property: all;
    -moz-transition-property: all;
    -o-transition-property: all;
    -ms-transition-property: all;
    transition-property: all;
    left: 0px !important;
    opacity: 0;
}

/* Forgot password */
.reset-email{
	display:none;
}
.reset-security-question{
	display:none;
}
.forgot-submit{
	display:none;
}
.forgot-back{
	display:none;
}
.w_username{
	text-transform: capitalize;
    color: #398AD6;
}
.padTop50{
	padding-top: 50px;
}
.form{
	padding: 0 12px;
    font-size: 14px;
}

.login-btn, .login-btn:active {
	    background: #008080;
}
.login-btn:hover{
	    background: #245D5D;
}
.login-btn-s {
    background: #008080;
}
.login-btn-s:hover {
    background: #245D5D;
}