html, body {
	height: 100%;
}
html {
	display: table;
	margin: auto;
}
body {
	display: table-cell;
	vertical-align: middle;
}
.trpt-assn{ margin-top:30px; text-align:center;}
.trpt-assn img{ width:auto; height:40px;}
@media only screen and (min-width: 0) {
html {
	font-size: 14px;
}
}
@media only screen and (min-width: 992px) {
html {
	font-size: 14.5px;
}
}
@media only screen and (min-width: 1200px) {
html {
	font-size: 15px;
}
}
.margin {
	margin: 0 !important;
}
.blue {
    /*background:url(../img/bg.jpg) no-repeat center 100% #2196F3 !important;*/
	background-image:url(../img/bg.jpg); background-repeat:no-repeat; background-position:center; background-color:#2196F3; background-size:cover;
}
.center, .center-align {
    text-align: center;
}
.logo-login{
	padding-bottom:20px; max-height:65px;
}
.foot{
	width:100%;text-align:center; font-size:12px; font-weight:300; color:#F2F2F2; padding:30px 0px;
}
/***********************/
.sin-panel{
    padding: 30px 30px;
    margin:20px 0px;
    width:800px;
    border-radius: 10px;
    background-color: #fff;
}
.sin-panel .btn-success{ height:42px; line-height:28px; width:100%;}
.sin-panel h2{
	font-size:20px; text-align:center; padding:0px 0px 5px 0px; font-weight:600; margin:0px;
}
.sin-panel p{
	font-size:14px; text-align:center; padding:0px 0px; font-weight:300; color:#666;
}
.sin-panel strong{
	color:#e82525;
}

.signup-form{
	width:100%; margin-top:20px;
}
.signup-form label{
	font-size:14px; font-weight:400;
}
.signup-form input, .signup-form select{
	width:100%;
	border:1px solid #ccc;
	padding:10px 10px;
	margin-bottom:10px;
	border-radius: 5px; height:42px !important;
}
.form-control {
    display: block;
    width: 100%;
    height: auto !important;
}
.subtn{
	width:100%; margin:0px auto; text-align:center; margin-top:20px;
}
.subtn a{
	text-decoration:none;
	background:#2196f2;
	text-align:center;
	padding:12px 50px;
	text-align:center;
	font-size:16px;
	text-transform:uppercase;
	margin-top:10px;
	width:100% !important;
	color:#fff;
	border-radius: 5px;
}
.subtn a:hover{
	 background:#46a4ee;
}
@media (max-width: 991px) {
.subtn {
    display: inline-block;
}
.sin-panel{
    width:600px;margin: 0px auto;
}
}
@media (max-width: 799px) {
	.sin-panel{
    width:600px;
}
}
@media (max-width: 799px) {
	.sin-panel{
    width:600px;
}
}
@media (max-width: 767px) {
.sin-panel .btn-success {
    margin-bottom: 10px;
}
}
@media (max-width: 699px) {
	.sin-panel{
    width:500px;
}
}
@media (max-width: 599px) {
	.sin-panel{
    width:400px;
}
}
@media (max-width: 459px) {
	.sin-panel{
    width: 98%;
    margin: 0px auto;
}
}