



/* Import fonts */
@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,300,300italic,400italic,600,600italic,700,700italic,800,800italic');

@font-face {
	font-family: 'Conv_Bariol_Light';
	src: url('../font/Bariol_Light.eot');
	src: local(''), url('../font/Bariol_Light.woff') format('woff'), url('../font/Bariol_Light.ttf') format('truetype'), url('../font/Bariol_Light.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}


@font-face {
  font-family: '../font/Lato-Black';
  src: url('../font/Lato-Black.eot');
  src: url('../font/Lato-Black.woff2') format('woff2'),
       url('../font/Lato-Black.woff') format('woff'),
       url('../font/Lato-Black.ttf') format('truetype'),
       url('../font/Lato-Black.svg#Lato-Black') format('svg'),
       url('../font/Lato-Black.eot?#iefix') format('embedded-opentype');
  font-weight: normal;
  font-style: normal;
}

body {
    background-attachment: fixed;
    background-image: url(../images/59.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    font-style: normal!important;
}

.btn-success-login:hover {
    background-color: #d82427!important;
    border-color: #d82427!important;
    color: #FFFFFF;
}
.input-addfilter{
   width:100px;
}

.min-height-box9{
    min-height: 371px !important;
    color: #000 !important;
}

.gender-top-area{ margin-top:15px;  }
.sidebarclick2{
    overflow: hidden !important;
}
.funderSec .form-control{
    background: #fff !important;
}
.dash-weekbox-title2 h6 {
    font-weight: bold;
    padding-bottom: 15px;
    padding-top: 10px;}
.disability-top-area{margin-top:15px; padding-left:0px;}
.participant-age-range-content-area{margin-top:15px; padding-left:0px;}
.attendance-chart{}
body.modal-open {
   overflow: hidden;}
.top-menu .dropdown img{margin-top: 8px;
    margin-bottom: 11px;
}
.icon-angle-down::before{
	padding-top: 7px;
	padding-left: 2px;}
.highcharts-legend-item{ margin-top:50px;}
ul li {
    list-style: none;}

a, a:hover, a:focus {
    text-decoration: none;
    outline: none;}

::selection {
    background: #FF6C60;
    color: #fff;
}
::-moz-selection {
    background: #FF6C60;
    color: #fff;}
#container {
    width: 100%;
    height: 100%;}

/*login page*/

.login_page_normal {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient:vertical;
    -webkit-box-direction:normal;
    -webkit-flex-direction:column;
        -ms-flex-direction:column;
            flex-direction:column;
    -webkit-box-pack:center;
    -webkit-justify-content:center;
        -ms-flex-pack:center;
            justify-content:center;
    -webkit-box-align:center;
    -webkit-align-items:center;
        -ms-flex-align:center;
            align-items:center;
}
.navbar-toggle {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-top: 16px;
    margin-right: 15px;
    margin-bottom: 8px;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: 4px;
}
.main-login-body{
  overflow: hidden;
}

@media (max-width: 767px)
{
    .main-login-body {
        overflow: visible;
        height: initial;
    }
}

.main-login-body2{
  overflow: hidden;
}
.login-navbar .navbar-header .navbar-toggle:hover, .login-navbar .navbar-header .navbar-toggle:focus {
    background: rgb(33, 46, 99);
}
.main_login .login-navbar .navbar-right {
    margin-top: 2.3% !important;
}
.main_login  .login-navbar .navbar-right li {
    padding: 0 15px;
}
.main_login .login-navbar .navbar-right li a {
    color: #fff;
    text-transform: uppercase;
    height: auto !important;
    line-height: 10px;
    font-size: 14px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: bold;
}
.main_login .login-navbar{
      background-color: #212e63!important;
  border-radius:0 !important;box-shadow: 0 0 10px rgba(0,0,0,0.3);
}
.main_login .login-navbar2{
  background-color:#0077be!important;
  border-radius:0 !important;box-shadow: 0 0 10px rgba(0,0,0,0.3);
}
.main_login .login-navbar .navbar-header a {
    width: 166px !important;
    /* padding: 7px 15px; */
}
.main_login .login-navbar2 .navbar-header a {
    width: 166px;
    /* padding: 7px 15px; */
}
.main_login .login-navbar .navbar-header a img{
  width: 100%;
}

.main_login .login-navbar2 .navbar-header a img{
  width: 100%;
}
.login_form_home {
    /* color: #fff; */
    /*margin-top: 85px;*/
    position: relative;
    z-index: 55;
}
.new_login{
  width: 93% !important;
}
.login_form_home h1 {
    font-family: "Conv_Bariol_Light",sans-serif;
    font-size: 21px;
    font-weight: bold;
    text-transform: uppercase;
    color: #212e63;
}
.footer-area {
    background-color: rgba(33,46,99,0.4)!important;
    margin-bottom:0;
    position: fixed;
    bottom:0;
}
@media (max-width: 767px)
{
    .footer-area {
    position: inherit;
}
}
.main-login-body .copyright {
    padding-left: 30px;
    margin-top: 16px;
}

.main-login-body2 .copyright {
    padding-left: 30px;
    margin-top: 16px;
}
.main-login-body .agree_content{
   padding-right: 36px;
    padding-top:0px;
    color: #000!important;
}

.main-login-body2 .agree_content{
  padding-right: 36px;
}
.main-login-body .agree_content a, .main-login-body .copyright {
    color: #fff;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
}

.main-login-body2 .agree_content a, .main-login-body .copyright {
    color: #fff;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
}
.main-login-body .agree_content a:hover {
    color: #78cd51;
}

.main-login-body2 .agree_content a:hover {
    color: #78cd51;
}
.main-login-body::before {
  /*  background: rgba(0, 0, 0, 0.50) none repeat scroll 0 0;*/
    content: "";
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 2;
}

.main-login-body2::before {
    background:none!important;
    content: "";
    height: 100%;
    left: 0;
    /*position: fixed;*/
    top: 0;
    width: 100%;
    z-index: 2;
}
.font-size{ font-weight:normal;  font-family: "Conv_Bariol_Light",sans-serif;color: #6ab42e!important;}
.margin_top{ margin-top:20px;}
.margin_botom{ margin-bottom:5px;}

.margin_botom20{ margin-bottom:20px !important;}

.margin_top_10{ margin-top:10px;}

.margin_left{ margin-left:0px !important; padding-left:0px !important;}

.login-body {
    background-color: #fff !important;}

/* Custom Styles */
/* Add new program */

/* Signup Form */
form.form-signin.res_pass {
    max-width: 620px ;
}
.inline-blocks{
	float: left;
	width: 49% !important;
}
.reminder_text{
	color: #f6f6f6 !important;
	text-align: left !important;
	margin-top: 8px;
	font-size: 14px !important;
	width: 95%;
}
.form-signup{
    max-width: 100% !important;
}
.signup_btn{
    float: none !important;
    width: 100% !important;
    min-width: 100px !important;
    padding: 22px 0 !important;
}
.signup_fields{
    width:80% !important;
}

.margin_btm {
    margin-bottom: 15px;
}
.white_input_font{
    font-size: 13px !important;
    color: #6d7181;
}
.view_input_kpi {
    width: 80%;
}

/* Signup end*/

.reset_page{
    width: 100% !important;
}
.reset_page input{
  background: #fff !important;
}
.flex_reset{
  align-items: center;
  justify-content: center !important;
  min-height: 72vh !important;
}
/*.login_page{
    width: 100% !important;
}*/
.login-body{
    background: url("../img/login_bg.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 100vh;
    background-position: 50% 50%;
}
.login-navbar{
    background-color: transparent !important;
    border: 0 !important;
}
.login-body::before {
    background: rgba(0, 0, 0, 0.41) none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 2;
}
.login-navbar .navbar-right{
    margin-top: 3% !important;
}
.login-menu-btn{
    border: 1px solid #fff;
    border-radius: 3px;
}
.plus_sign{
    margin-right: 20px;
    margin-left: 2px;
}
.add_new_btn {
    padding-left: 15px !important;
    padding-right: 15px !important;
    min-width: 190px;
}
.view_btn{
    margin-left: 10px;
}
.margin-tb{
    margin-top: 25px;
    margin-bottom: 25px;
}
.padding-tb{
	padding: 15px 0;
}
.padding-lr{
    padding-left: 30px;
    padding-right: 30px;
}
.progrm_type_input input{
    background: #fff;
}
.add_new_btn_container{
    text-align: right;
}
.login-navbar .navbar-right li{
    padding: 0 15px;
}
.login-navbar .navbar-right li a{
    color: #fff;
    text-transform: uppercase;
    height: auto !important;
    line-height: 10px;
    font-weight: bold;
}
.login-navbar .navbar-right li a:hover, .login-navbar .navbar-right li a:focus{
  color: #6ab42e!important;
}
.login-navbar .navbar-header a{
    width: 150px;
}
.login-navbar .navbar-header a img{
    width: 100%;
}
.login_form_home{
    color: #fff;
    z-index: 55;
    position: relative;
}
.normal_head{
    font-size: 44px !important;
    font-family: 'Open Sans', sans-serif !important;
}
.login_form_home h4{
    font-size: 16px;
    font-family: 'Open Sans', sans-serif;
    width: 80% !important;
}
.login_form_home h4.new {
    font-family: "Lato-Black",sans-serif;
    font-size: 19.2px;
    font-weight: 600;
    width: 80% !important;
}
.normal_login{
  width: 100%;
}
.green_text{
  color: #6ab42e !important;
}
.login-wrap{
    position: relative;
    z-index: 55;
    padding-left: 0 !important;
    padding-top: 10px !important;
}
.left_heading {
    padding: 0 !important;
    text-transform: left !important;
    font-size: 19px !important;
    text-align: left !important;
}
.login_fields {
    display: inline-block;
    float: left;
    width: 98%;
    margin-right: 10px;
}
.login_fields input{
    border-radius: 0 !important;
    padding-top: 9px !important;
    padding-bottom: 9px !important;
    text-align: left !important;
    margin-bottom: 15px;
}
.error_field {
    display: block;
    margin-bottom: 10px;
    color: #fff !important;
    background: #ce2930;
    padding: 5px 10px;
}
.error_border{
    border: 1px solid #ce2930 !important;
    margin-bottom: 8px !important;
}
.login-wrap button {
    display: inline-block !important;
    float: left;
    width: 47.8%;
    padding: 11px 0;
    border-radius: 0;
    text-transform: uppercase;
    margin-right: 7px;
}
.forgot_link a {
    color: #373f4c !important;
    /* margin-left: 15px; */
}
.forgot-pass{
    max-width: 100% !important;
}
.forgot-pass input{
    width: 73%;
    float: left;
    border-radius: 0 !important;
    text-align: left !important;
}
.forgot-pass a {
    border-radius: 0 !important;
    color: #fff !important;
    display: block;
    float: left;
    margin-left: 10px;
    padding-bottom: 8px;
    padding-top: 9px;
    width: 24%;
    outline: none;
    background-color: #82ba4d;
    text-transform: uppercase;
}
.forgot-pass .login-wrap{
    padding: 0 !important;
}
.forgot-pass p {
    color: #fff !important;
    margin-top: 10px;
    text-align: left !important;
    z-index: 555;
}
.login_form_home p a{
    color:#fad03b;
}
.require_support{
    padding-left: 10px;
}
.highcharts-title {
    text-transform: uppercase;
    color: #23252d !important;
    fill:#23252d !important;
}

footer {
    bottom: 0;
    color: #fff;
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    padding:15px;
    z-index: 555;
}
.footer_new{
    margin-top: 20px;
    color: #fff;
    z-index: 555;
    width: 100%;
    padding: 6px;
}
footer .copyright{
    font-size: 15px;
    position: relative;
    z-index: 555;
}
footer .agree_content{
    text-align: right;
    font-size: 15px;
    position: relative;
    z-index: 555;
}
.form-control{
    padding: 0 29px 0 7px;
}

.login_page_wrapper{
  display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-orient:vertical;
-webkit-box-direction:normal;
-webkit-flex-direction:column;
  -ms-flex-direction:column;
      flex-direction:column;
-webkit-box-pack:center;
-webkit-justify-content:center;
  -ms-flex-pack:center;
      justify-content:center;
-webkit-box-align:center;
-webkit-align-items:center;
  -ms-flex-align:center;
      align-items:center;
min-height: 72vh;
padding: 10px
}
.login_page_wrapper_new{
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient:vertical;
  -webkit-box-direction:normal;
  -webkit-flex-direction:column;
  -ms-flex-direction:column;
  flex-direction:column;
  -webkit-box-pack:center;
  -webkit-justify-content:center;
  -ms-flex-pack:center;
  justify-content:center;
  -webkit-box-align:center;
  -webkit-align-items:center;
  -ms-flex-align:center;
  align-items:center;
  min-height: 72vh;
  padding: 10px;
}

.form-signin {
    max-width: 357px;
    /* margin: 100px auto 0; */
    /* padding-top: 15px; */
    border-radius: 5px;
    border-top: 1px solid rgba(255,255,255,0.2);
    z-index: 6;
    /* margin-top: 25px; */
    border-radius: 0;
    position: relative;
    padding-left: 0px; margin-left: auto; margin-right: auto;
}
.form-signin h2.form-signin-heading {
    margin: 0;
    padding: 20px 15px;
    text-align: center;
    border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px 5px 0 0;
    color: #212e63;
    font-size: 30px;
    /* text-transform: uppercase; */
    font-weight: bold;
    font-family: 'Open Sans', sans-serif;
    margin-top: 10px;
    margin-bottom: 11px;
}
.form-signin .checkbox {
    margin-bottom: 14px;}
.form-signin .checkbox {
    font-weight: normal;
    color: #b6b6b6;
    font-weight: 300;
    font-family: 'Open Sans', sans-serif;
}
.form-signin .form-control {
    position: relative;
    font-size: 16px;
    height: auto;
    padding: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 11px;
    border: 1px solid #212e63;
}
.form-signin .form-control:focus {
    z-index: 2;
}
.form-signin input[type="text"], .form-signin input[type="password"] {
    margin-bottom: 13px !important;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    box-shadow: none;
    font-size: 14px;
    color: #565656!important;
    border: 1px solid #212e63;
}

.form-signin ::-webkit-input-placeholder {
   color: #000;}

.form-signin :-moz-placeholder { /* Firefox 18- */
   color: #000;  }

.form-signin ::-moz-placeholder {  /* Firefox 19+ */
   color: #000;  }

.form-signin :-ms-input-placeholder {
   color: #000;
}
.login-wrap input{ text-align:center; color:#000 !important;}

.form-signin .btn-login {
    background: #f67a6e;
    color: #fff;
    text-transform: uppercase;
    font-weight: 300;
    font-family: 'Open Sans', sans-serif;
    box-shadow: 0 4px #e56b60;
    margin-bottom: 20px;}
.form-signin p {
    text-align: center;
    color: #b6b6b6;
    font-size: 16px;
    font-weight: 300;}
.form-signin a {
    color: #b6b6b6;
}
.form-signin a:hover {
    color: #41cac0;
}
.login-wrap {
    padding: 20px;
}
.login-social-link  {
    display: inline-block;
    margin-top: 20px;
    margin-bottom: 15px;}
.login-social-link a {
    color: #fff;
    padding: 15px 28px;
    border-radius: 4px;}

.login-social-link a:hover {
    color: #fff;}

.login-social-link a i {
    font-size: 20px;
    padding-right: 10px;}
.login-social-link a.facebook {
    background: #5193ea;
    margin-right: 22px;
    box-shadow: 0 4px #2775e2;
	float:left;}

.login-social-link a.twitter {
    background: #44ccfe;
    box-shadow: 0 4px #2bb4e8;
	float:left;}
.sidebar_show .logosmall
{
display:none;
}
/*sidebar navigation*/
.login_page .form-control {
    background: #f2f2f2;
}
.btn-block+.btn-block {
    margin-top: 0px!important; 
}
.btn-success {
    background-color: #d82427;
    border-color: #d82427;
    color: #FFFFFF;
    font-weight: bold;
    font-size: 15px;
}
.forgot_link{float: left;margin-top:10px; }




@media (max-width: 425px) {
	
	.agree_content span a {
   
    float: left!important;
/*    margin-left: 33%!important;*/
}
	
	.login_form_home {
    /* color: #fff; */
    margin-top: 15px!important;
    
}
	
	.login_form_home h1 {
    
    font-size: 18px;
    
}
	
	.login-area {
    
    width: auto!important;
    
}
	
}
@media (max-width: 412px) {
		footer .copyright {
    font-size: 15px;
    position: relative;
    z-index: 555;
    text-align: center;
}
	
	
	
	.new_login {
    width: 100% !important;
}


	
#global-error {
    width:auto!important; 
    margin: 0 auto;
}
.left_heading {
    padding: 0 !important;
    text-transform: left !important;
    font-size: 17px !important;
    text-align: left !important;
}
	
	.login-wrap button {
    display: inline-block !important;
    float: left;
    width: 47.0%!important;
}
	
}


@media (max-width: 425px) {
	
	.login-wrap button {
    display: inline-block !important;
    float: left;
    width: 47.3%!important;
}

.login-area {
     margin-left: 0%!important;
}

}

@media (max-width: 375px) {
	
		footer .copyright {
    font-size: 15px;
    position: relative;
    z-index: 555;    
}
	

.login-wrap button {
    
    width: 46%!important;
}

}

@media (max-width: 375px) {
	
		footer .copyright {
    font-size: 15px;
    position: relative;
    z-index: 555;
    text-align: center;
}
	
	.tt-wrapper a {
    /* display: block; */
     width: 0px;
    height: 0px;
    margin: 0 2px;
    outline: none;
    background: transparent url(../images/growcase_the_social_gunman_icons.png) no-repeat top left;
    text-indent: -9000px;
    position: absolute;
    /* background-color: #000; */
    float: right;
    margin-top: -104px;
     margin-left:0px;
}
	
	.login-area {
     margin-left: 0%!important; 
}
	
	.agree_content span a {
    margin-top: 8px;
    float: left;
    margin-left: 29%;
}
	
.login_form_home h1 {
    font-size: 15px;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
}
	.login-logo {
    width: 280px!important;
    margin-top: -24px;
}
	
	.login-area {
    
    width: auto!important;
}
	.form-signin h2.form-signin-heading {
		text-align: left!important;
		
	}
	
	.login-wrap {
    position: relative;
    z-index: 55;
    padding-left: 28px !important;
    padding-top: 10px !important;
}
.login-wrap button {
    display: inline-block !important;
    float: left;
    width: 47.4%;
    padding: 10px 0;
    border-radius: 0;
    text-transform: uppercase;
    margin-right: 7px;
	}

}
.login-wrap button {
    display: inline-block !important;
    float: left;
    width: 47.8%;
}
.login_form_home p {
    text-align: left;
    color: #35383a;
}

.login_form_home h4 {
    text-align: left;
    color: #d82427;
    font-weight: bold;
    padding-top: 11px;
}
.btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active, .open .dropdown-toggle.btn-success {
    background-color: #212e63;
    border-color: #212e63;
    color: #FFFFFF;
}
.copyright span{
    margin-top: -10px;
    float: left;
    text-align: center;
    padding-right: 8px !important;
}
.agree_content span a {
    margin-top: 8px;
    float: right;
}

.form-signin h1.form-signin-heading {
    margin: 0;
    padding: 20px 15px;
    text-align: center;
    border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px 5px 0 0;
    color: #fff;
    font-size: 30px;
    text-transform: uppercase;
    font-weight: bold;
    font-family: 'Open Sans', sans-serif;
    margin-top: 14px;
    margin-bottom: 11px;
}
.login-area {
    /* border: 1px solid rgba(255,255,255,0.6); */
    border-radius: 10px;
    padding: 22px;
    width: 460px;
    padding-bottom: 40px;
    background-color: rgba(255,255,255,0.8);
    box-shadow: 0 0 22px rgba(0,0,0,0.5);
}
.login-logo{margin-top: -15px;}


@media (max-width: 414px) {

.login_form_home h1 {
    font-size: 15px;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
}
}



@media (max-width: 320px) {
	
	
	.login_form_home h1 {
    font-size: 15px;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
}
	footer .copyright {
    font-size: 15px;
    position: relative;
    z-index: 555;
    text-align: center;
}
	
	
	.flow-login {
   
    padding: 32px 15px!important;
  
}
	
	.full-area {
    margin: auto;
    width: 267px!important;
}
	
	.flow-h1 {
   
    font-size: 23px!important;
    
}
		
	.tt-wrapper a {
    display: block;
     width: 0px;
    height: 0px; 
    margin: 0 2px;
    outline: none;
    background: transparent url(../images/growcase_the_social_gunman_icons.png) no-repeat top left;
    text-indent: -9000px;
    position:relative;
    /* background-color: #000; */
    float: right;
    margin-top: -104px;
    margin-left: 0px; 
}
	.login_form_home h1 {
    font-size: 13px!important;
    font-weight: bold;
    text-transform: uppercase;
}
	
	.login-logo {
    width: 240px!important;
    margin-top: -24px;
}
	
}
	
@media (max-width: 768px) {	
	
	
	.login-area {
    /* border: 1px solid rgba(255,255,255,0.6); */
    border-radius: 10px;
    padding: 22px;
    width: 460px;
    padding-bottom: 40px;
    background-color: rgba(255,255,255,0.8);
    box-shadow: 0 0 22px rgba(0,0,0,0.5);
    margin-left: auto;
    margin-right: auto;
}
	.login-area {
   
  /*  margin-left: 21%;*/
   
	}

.login_form_home {
    /* color: #fff; */
    margin-top: 15px!important;
    position: relative;
    z-index: 55;
}

}

.btn-success-login {
    background-color:#212e63!important;
    border-color: #212e63!important;
    color: #FFFFFF;
    font-weight: bold;
    font-size: 15px;
}



@media (max-width: 1024px) {	
	
	
	.login-area {
    /* border: 1px solid rgba(255,255,255,0.6); */
    border-radius: 10px;
    padding: 22px;
    width: 460px;
    padding-bottom: 40px;
    background-color: rgba(255,255,255,0.8);
    box-shadow: 0 0 22px rgba(0,0,0,0.5);
    margin-left: auto;
    margin-right: auto;
}
	
	
	
.login_form_home {
    /* color: #fff; */
    margin-top: 25px;
    position: relative;
    z-index: 55;
	}}


.add-on {
    border: 1px solid #212e63;
    float: right;
    margin-right: -43px;
    margin-top: -53px;
    padding: 11px;
    text-align: center;
    /* background: #EEEEEE; */
    width: 40px;
    height: 40px;
    background-color: #f2f2f2;
}
.input-append.date .add-on i, .input-prepend.date .add-on i {
    display: block;
    cursor: pointer;
    width: 16px;
    height: 16px;
}

.icon-calendar:before {
    content: "";
    position: absolute;
    background-image: url(../images/help.svg);
    width: 9px;
    height: 16px;
    background-repeat: no-repeat;
    z-index: 10000;
    margin-left: -5px;
    margin-top: 2px;
}


.title{ width: 200px; height: 80px; padding: 10px;}

.tooltip.top .tooltip-inner {
    background-color:red;
}


.main_login .login-navbar2 {
    background-color: #ffffff!important;
    border-radius: 0 !important;
    box-shadow: 0 0 10px rgba(0,0,0,0.3);
}

.SignIn a {
    margin-top: 23px!important;
    float: right;
    margin-right: 30px;
    font-size: 15px;
    text-decoration: none;
    color: #212e63;
}


.flow-login {
	    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    /* width: 575px; */
    /* background: #fff; */
    padding: 32px 54px;
    margin: 0 auto;
    position: relative;
    border-radius: 2px;
    /* box-shadow: 0 0 0 1px rgba(0,0,0,0.1), 0 2px 3px rgba(0,0,0,0.8); */
    background-color: rgba(255, 255, 255, 0.8);
}
#body {
    margin-top: 80px;
    margin-bottom: 10px;
    border: none;
    background: none;
}

#body .wrapper {
    padding: 15px;
}
#global-error {
    width: 575px;
    margin: 0 auto;
}




.flow-login-content .flow-input, .flow-login-content .cp-input {
    background: #fdfdfd;
    vertical-align: middle;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    padding: 8px 7px 5px;
    -webkit-box-shadow: 0 0 3px rgba(0,0,0,0.1) inset;
    -moz-box-shadow: 0 0 3px rgba(0,0,0,0.1) inset;
    box-shadow: 0 0 3px rgba(0,0,0,0.1) inset;
    border: 1px solid #c1c1c1;
    font-size: 16px;
    color: #333;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    display: block;
}

.flow-login-content .flow-label {
    font-size: 13px;
    line-height: 17px;
    color: #737679;
    color: rgba(0,0,0,0.55);
    font-weight: normal;
    display: block;
}

.flow-login label {
    font-size: 16px;
    line-height: 20px;
    color: #737679;
    color: rgba(0,0,0,0.55);
    font-weight: normal;
    margin-top: 0px;
    margin-bottom: 5px;
    display: block;
}

.flow-login .btn-submit.disabled, .flow-login .btn-submit[disabled] {
    background-color: #008cc9;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    cursor: default;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
    opacity: 0.4;
}

.flow-login .btn-submit {
    font-weight: bold;
    border-width: 1px;
    border-style: solid;
    cursor: pointer;
    margin: 0;
    overflow: visible;
    text-decoration: none !important;
    width: auto;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    padding: 0 15px;
    height: 34px;
    line-height: 34px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 16px;
    color: #fff;
    background-color: #212e63;
    border-color: #212e63;
    white-space: nowrap;
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: middle;
    zoom: 1;
    vertical-align: middle;
    text-align: center;
}

.flow-login .form-actions {
    margin-top: 30px;
    margin-bottom: 0px;
    text-align: center;
}


.flow-h1 {
    margin-top: 115px;
    margin-bottom: 30px;
    color: #FFF;
    font-size: 36px;
    line-height: 40px;
    text-align: center;
    font-weight: lighter;
}

.flow-h2 {
    font-size: 18px;
    line-height: 22px;
    color: #434649;
    color: rgba(0,0,0,0.7);
    font-weight: normal;
    margin-top: 0px;
    margin-bottom: 20px;
    text-align: center;
    color: rgba(0,0,0,0.7);
}

.login_page input {
    background: #fdfdfd;
    vertical-align: middle;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    padding: 8px 7px 5px;
    -moz-box-shadow: 0 0 3px rgba(0,0,0,0.1) inset;
    border: 1px solid #212e63;
    font-size: 16px;
    color: #333;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    display: block;
}

.full-area{margin: auto; width: 575px;}


@media (max-width: 360px) {
		footer .copyright {
    font-size: 15px;
    position: relative;
    z-index: 555;
    text-align: center;
}
	
	
	.flow-login {
   
    padding: 32px 15px!important;
  
}
	
	.full-area {
    margin: auto;
    width: 267px!important;
}
	
	.flow-h1 {
   
    font-size: 23px!important;
    
	}}




@media (max-width: 412px) {
	
	.agree_content span a {
    margin-top: 8px;
    float: left;
    margin-left: 29%;
}
	
	.login_form_home h1 {
    font-size: 15px;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
}
	.flow-login {
   
    padding: 32px 15px!important;
  
}
	
	.full-area {
    margin: auto;
    width: 267px!important;
}
	
	.flow-h1 {
   
    font-size: 23px!important;
    
	}}




@media (max-width: 414px) {
	
	
	
	footer .copyright {
    font-size: 15px;
    position: relative;
    z-index: 555;
    text-align: center;
}
	
	
	.agree_content span a {
    margin-top: 8px;
    float: left;
    margin-left: 29%;
}
	
	.flow-h1 {
    margin-top: 45px;
    margin-bottom: 30px;
    color: #FFF;
    font-size: 36px;
    line-height: 40px;
    text-align: center;
    font-weight: lighter;
	}
	.flow-login {
   
    padding: 32px 15px!important;
  
}
	
	.full-area {
    margin: auto;
    width: 288px!important;
}
	
	.flow-h1 {
   
    font-size: 23px!important;
    
	}}



@media (max-width: 320px) {

.flow-h1 {
    margin-top: 45px;
    margin-bottom: 30px;
    color: #FFF;
    font-size: 36px;
    line-height: 40px;
    text-align: center;
    font-weight: lighter;
	}}

.copyright {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    color: #000 !important;
}

.copyright a {
    
    font-weight: bold;
    text-decoration-line: underline;
    color: white !important;
    display: inline-block;
    padding: 10px 20px;
    background: #409fff;
    border-radius: 5px;
    width: auto;
    font-size: 14px;
    text-align: center;
    text-decoration: none;
}