@import url(//fonts.googleapis.com/css?family=Ruda:400,700,900);
@import url(//fonts.googleapis.com/css?family=Lato);
@import url(//fonts.googleapis.com/css?family=Raleway:400,300,200,100);
/* Tisa Admin Login Page*/

/* square style */
.img-thumbnail,
.thumbnail,
.btn,
.btn-group .dropdown-menu,
.btn-group .btn,
.btn-group .btn:first-child:not(:last-child),
.btn-group .btn:last-child:not(:first-child),
.btn-group-vertical .btn:first-child:not(:last-child),
.btn-group-vertical .btn:last-child:not(:first-child),
.table-bordered,
.table-bordered tr:first-child th:first-child,
.table-bordered tr:first-child th:last-child,
.table-bordered tr:last-child td:first-child,
.table-bordered tr:last-child td:last-child,
.input-group .btn,
.input-group .dropdown-menu,
.input-group .form-control,
.input-group .input-group-addon,
.dropdown-menu,
.dropdown-menu .dropdown-submenu .dropdown-menu,
.form .form-control,
.form .btn,
.form-control,
.label,
.alert,
.alert .btn,
.progress,
.breadcrumb,
.tooltip .tooltip-inner,
.popover,
.popover-title,
.nav-list-panel,
.nav-tabs li > a,
.tabs-below .nav-tabs li > a,
.tabs-right .nav-tabs li > a,
.tabs-left .nav-tabs li > a,
.nav-tabs .dropdown-menu,
.tabs-below .nav-tabs .dropdown-menu,
.nav-pills li a,
.nav-pills .dropdown-menu,
.navbar,
.navbar .dropdown-menu,
.pagination li:first-child a,
.pagination li:first-child span,
.pagination li:last-child a,
.pagination li:last-child span,
.pager li a:hover,
.pager li a:focus,
.panel,
.panel-group .panel,
.panel-group .panel-heading,
.panel-group .panel-body,
.breadcrumb-arrow li:first-child a,
.modal-content,
.well,
.list-group-item:first-child,
.list-group-item:last-child {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
body {
  background: #40434C;
  padding-top: 30px;
  background: #758daa;
    background: -moz-linear-gradient(top,#758daa 1%,#404d5d 99%);
    background: -webkit-linear-gradient(top,#758daa 1%,#404d5d 99%);
    background: linear-gradient(to bottom,#758daa 1%,#404d5d 99%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#758daa',endColorstr='#404d5d',GradientType=0);
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    /*background: url(../img/glass.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;*/
}
/* remove webkit inner shadow */
textarea,
input[type="text"],
input[type="password"],
input[type="submit"] {
  -webkit-appearance: none;
}
/* webkit extra margin fix */
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  button {
    margin: 0;
  }
}
.modal-content {
  -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
}
.modal-footer {
  padding: 10px 20px 11px;
  text-align: center;
  border-top: 1px dashed #ddd;
  background: #f8f8f8;
}
.modal-header {
  padding: 15px 15px 8px;
  border-bottom: none;
}
.modal-header .close {
  margin-top: -10px;
  margin-right: -4px;
}
.modal-title {
  font: 400 18px / 22px "Source Sans Pro", Arial, sans-serif;
}
.modal-backdrop {
  background: #000;
}
.modal-backdrop.in {
  opacity: 0.6;
  filter: alpha(opacity= 60 );
}
.btn,
.btn.disabled,
.btn[disabled] {
  border-color: #d3d7d7;
}
.btn:hover,
.btn:focus,
.btn:active,
.btn.active {
  background: #d3d7d7;
}
.btn {
  -webkit-transition: border-color 0.3s, background-color 0.3s;
  transition: border-color 0.3s, background-color 0.3s;
}
.btn-default {
  color: #333333;
  background-color: #ffffff;
  border-color: #cccccc;
}
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  color: #333333;
  background-color: #ebebeb;
  border-color: #adadad;
}
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: #ffffff;
  border-color: #cccccc;
}
.btn-default .badge {
  color: #ffffff;
  background-color: #333333;
}
.btn-primary {
  color: #ffffff;
  background-color: #2986b9;
  border-color: #2477a4;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  color: #ffffff;
  background-color: #226e98;
  border-color: #195372;
}
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #2986b9;
  border-color: #2477a4;
}
.btn-primary .badge {
  color: #2986b9;
  background-color: #ffffff;
}
.btn-success {
color: #fff;
  background-color: #4ECDC4;
  border-color: #4ECDC4;
  border-radius: 2px;
}
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #46C3BA;
  border-color: #46C3BA;
}
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
  background-color: #64b92a;
  border-color: #59a425;
}
.btn-success .badge {
  color: #64b92a;
  background-color: #ffffff;
}
label {
  font-size: 12px;
  display: block;
  font-weight: normal;
}
.form-control {
border-radius: 2px;
  padding: 6px 16px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  color:#4ecdc4;
  border: none;
  background-color: rgba(255, 255, 255, 1);
  height: 35px;
  font: 14px 'Raleway', sans-serif;
}
.form-control:-moz-placeholder,
.form-control::-moz-placeholder,
.form-control:-ms-input-placeholder,
.form-control::-webkit-input-placeholder,
.form-control.placeholder {
  color: #bdc3c7;
  font: 14px 'Raleway', sans-serif !important;
    font-weight: 600;
}
.form-control:focus {
  -webkit-backface-visibility: hidden;
  outline: none;
  -webkit-transition: 0.25s;
  transition: 0.25s;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  color: #4ecdc4;
  border: 1px solid #4ecdc4;
  font: 14px 'Raleway', sans-serif !important;
    font-weight: 600;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  cursor: not-allowed;
  opacity: 0.4;
  filter: alpha(opacity= 40 );
}
.radio,
.radio-inline,
.checkbox,
.checkbox-inline {
  margin-left: 4px;
}
.radio input,
.radio-inline input,
.checkbox input,
.checkbox-inline input {
  margin-top: 2px;
}
.radio label,
.radio-inline label,
.checkbox label,
.checkbox-inline label {
  display: inline-block;
  font-size: 13px;
  vertical-align: 2px;
  margin: 0;
}
.help-block {
  font-size: 12px;
  color: #888;
  margin-bottom: 0;
}
.help-block a {
  color: #888888;
}
label,
.help-block {
  padding-left: 4px;
}
.login_heading {
  font: 400 28px/32px "Source Sans Pro", sans-serif;
  margin: 0 0 30px;
  overflow: hidden;
}
.login_heading span {
  color: #888;
}
.login_heading span a {
  color: #888;
}
.submit_section {
  margin-top: 10px;
  font: 12px 'Raleway', sans-serif !important;
}
.login_container {
width: 350px;
  /* margin: 30 auto; */
  position: relative;
margin-right: auto; 
margin-left: auto;
}
.login_container > form {
  width: 350px;
  font-family: ruda;
  position: relative;
  top: 0;
  left: 0;
  border-radius: 7px;
}
/* css3 animation (http://daneden.github.io/animate.css/) */
.animated {
  -webkit-animation-duration: 700ms;
  animation-duration: 700ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
@-webkit-keyframes fadeOutDown {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
}
@keyframes fadeOutDown {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }
}
.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}
@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
@media (max-width: 479px) {
  .login_container {
    width: 350px;
  }
  .login_container form {
    width: 350px;
  }
}

.panel-heading{
  background-color: rgb(211, 211, 211);
  position: fixed;
  width: 380;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

h2.log-form {
margin: 0;
  padding: 15px 20px;
  text-align: center;
  background: #4ecdc4;
  border-radius: 5px 5px 0 0;
  -webkit-border-radius: 3px 3px 0 0;
  color: #fff;
  font: 20px 'Raleway', sans-serif !important;
  text-transform: uppercase;
  height: 50;
}

h2.reg-form {
margin: 0;
  padding: 15px 20px;
  text-align: center;
  background: #4ecdc4;
  border-radius: 5px 5px 0 0;
  -webkit-border-radius: 3px 3px 0 0;
  color: #fff;
  font: 20px 'Raleway', sans-serif !important;
  text-transform: uppercase;
  height: 50;
}
h2.rec-form {
margin: 0;
  padding: 15px 20px;
  text-align: center;
  background: #4ecdc4;
  border-radius: 5px 5px 0 0;
  -webkit-border-radius: 3px 3px 0 0;
  color: #fff;
  font: 20px 'Raleway', sans-serif !important;
  text-transform: uppercase;
  height: 50;
}
h2.act-form {
  margin: 0;
  padding: 25px 20px;
  text-align: center;
  background: #4ecdc4;
  border-radius: 5px 5px 0 0;
  -webkit-border-radius: 5px 5px 0 0;
  color: #fff;
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 300;
}


.login-wrap {
  padding: 20px;
  -webkit-border-radius: 0px 0px 3px 3px;
  background: url('https://dl.dropboxusercontent.com/u/59494007/bootstrap_forms/images/bg015.png') repeat 0 0;
  border: 1px solid rgba(255, 255, 255, 0.07);
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
}

label.login{
  color: #22A198;
  font-size: 14;
}

.BUttonFBLogin {
  background-color: #4e6eb5 !important;
  border: none;
  -webkit-border-radius: 3px;
  border-radius: 2px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: 'Lato', sans-serif;
  font-size: 15px;
  height: 45px;
  line-height: 32px;
  text-decoration: none;
  appearance: none;
  text-align: center;
  margin-right: 15px;
}

.BUttonFBLogin:hover{
    color: #fff;
    background-color: #5475BD !important;

}


button.btn.btn-block.BUttonFBLogin {
  margin-top: 10px;
}
.circulo {
  margin: 0 auto;
     width: 100px;
     height: 100px;
     -moz-border-radius: 50%;
     -webkit-border-radius: 50%;
     border-radius: 50%;
     background: #46C1B9;
}

img.tiny{
  width: 80px;

  margin-top: -5px;
  margin-left: 10px;
}

.logo_panda{
  margin-bottom: 0px;
}

.no-height{
  height:0px 
}

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px dashed #E4E4E4;
}

span.login-text{
font-size: 12px;
color: #FFFFFF;
}

span.blue {
  font-size: 30px;
  letter-spacing: -2px;
  color: #4ECDC4;
    font-family: ruda;
}

span.grey{
  color: #fff !important;
  font-size: 30px;
  letter-spacing: -2px;
    font-family: ruda;
}

span.create a{
color: #2FC0B6;
  display: block;
  font-size: 16px;
  margin-top: 5px;
    font: 20px 'Raleway', sans-serif !important;
}

span.textmg{
  display: block;
  margin-top: 10px;
}

.fb_button{
  margin-top: 5px;
}

a.no_line_over:hover{
  text-decoration: none;
  color: #3BE0D5;
}
.m-container{
  max-width: 300px;
  margin: 0 auto;
  width: 100%;
  background-color: #000;
  padding-left: 10px;
  padding-right: 10px;
}

.form-box{
  background-color: #fff;
}

.login-cover-bg {
  background: #666;
  background: -moz-radial-gradient(center,ellipse cover,#666 0,#000 100%);
  background: -webkit-gradient(radial,center center,0,center center,100%,color-stop(0,#666),color-stop(100%,#000));
  background: -webkit-radial-gradient(center,ellipse cover,#666 0,#000 100%);
  background: -o-radial-gradient(center,ellipse cover,#666 0,#000 100%);
  background: -ms-radial-gradient(center,ellipse cover,#666 0,#000 100%);
  background: radial-gradient(ellipse at center,#666 0,#000 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#666666', endColorstr='#000000', GradientType=1);
  opacity: .6;
  filter: alpha(opacity=60);
}

.login-cover-image {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}




.glass {
  position: relative;
  border-bottom: 1px solid;
  border-bottom-color: #ccc;
  border-bottom-color: rgba(255, 255, 255, 0.2);
  background-color: rgba(255, 255, 255, 0.2);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
  -webkit-font-smoothing: antialiased;
}

.glass::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  /*background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20version%3D%221.1%22%20width%3D%221920%22%20height%3D%221120%22%3E%3Cdefs%3E%3Cfilter%20id%3D%22blur%22%3E%3CfeGaussianBlur%20stdDeviation%3D%225%22%2F%3E%3C%2Ffilter%3E%3C%2Fdefs%3E%3Cimage%20xlink%3Ahref%3D%22http%3A%2F%2Fplacekitten.com%2F1920%2F1120%22%20width%3D%221920%22%20height%3D%221120%22%20filter%3D%22url%28%23blur%29%22%2F%3E%3C%2Fsvg%3E"), url("../img/glass.jpg");*/
  background-position: center bottom;
  background-attachment: fixed;
  background-size: cover;
  content: "";
  filter: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20version%3D%221.1%22%3E%3Cdefs%3E%3Cfilter%20id%3D%22blur%22%3E%3CfeGaussianBlur%20stdDeviation%3D%225%22%2F%3E%3C%2Ffilter%3E%3C%2Fdefs%3E%3C%2Fsvg%3E#blur");
  -webkit-filter: blur(5px);
  filter: blur(5px);
}

.glass .legacy-ie-fix {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=20)";
}
.sc-h {
position: relative;
  font-size: 13px;
  line-height: 13px;
  color: #FFFFFF;
  text-align: center;
    margin-bottom: 10px;
  margin-top: 20px;
  font: 14px 'Raleway', sans-serif !important;
}
.social-btns .ln-1, .social-btns .ln-2 {
  background: #e0e0e0;
  width: 50px;
  height: 1px;
  position: absolute;
  top: 50%;
  margin-top: 1px;
}
.social-btns .ln-2 {
  right: 0;
}
.social-btns .ln-1 {
  left: 0;
}
.social-btns .btn-wrap {
  display: block;
  float: left;
  width: 100%;
  padding-left: 12px;
}

.social-btns .btn-social {
  box-shadow: 0 1px 2px rgba(0,0,0,0.2);
  -moz-box-shadow: 0 1px 2px rgba(0,0,0,0.2);
  -webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.2);
}

.social-btns .btn-social.btn-fb {
  background: #4464b2;
}
.social-btns .btn-social.btn-fb:hover {
  background: #354d86;
}

.social-btns .btn-social {
  line-height: 35px;
  border: 1px solid rgba(255,255,255,0.06);
}

.social-btns .btn-social {
display: block;
  height: 35px;
  width: 100%;
  color: #ffffff;
  border: 0;
  text-align: center;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
}
.social-btns .btn-social.btn-tt {
  background: #28a9e0;
}
.social-btns .btn-social.btn-tt:hover {
  background: #2490be;
}
.social-btns .btn-social.btn-gg {
  background: #da4735;
}
.social-btns .btn-social.btn-gg:hover {
  background: #bd3d2e;
}
.social-btns .btn-social.btn-gg .icn {
  margin-right: 13px;
  width: 25px;
  background: url('https://dl.dropboxusercontent.com/u/59494007/bootstrap_forms/images/icn_gg.svg') no-repeat 0 center;
}

a:link   
{   
 text-decoration:none;   
}   
span.social-button {
    margin-left: 10px;
  font-size: 12px;
}

i.size {
  vertical-align: middle;
}

@media (max-width: 767px){
.social-btns .btn-social {
  height: 30px;
  line-height: 30px;
  font-size: 10px;
  padding: 0 9px!important;
  white-space: nowrap;
  text-align: center;
}
.social-btns .btn-social {
  border: 1px solid rgba(255,255,255,0.06);
}
.social-btns .ln-1, .social-btns .ln-2 {
  background: #e0e0e0;
  width: 41px;
  height: 1px;
  position: absolute;
  top: 50%;
  margin-top: 1px;
}


}

.warp-box{
  width: 350px;
  margin: 0 auto;
}

span.whitext{
  color:#fff;
}

/* Custom Styles */
.fadeInUp {
    -webkit-animation-name: fadeInUp;
    -moz-animation-name: fadeInUp;
    -o-animation-name: fadeInUp;
    animation-name: fadeInUp;
}
.animated {
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -ms-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-duration: .5s;
    -moz-animation-duration: .5s;
    -ms-animation-duration: .5s;
    -o-animation-duration: .5s;
    animation-duration: .5s;
}

.open_forgot_form{
  cursor: pointer;
}

.joinow-btn .join-wrap {
    display: block;
    float: left;
    width: 100%;
    padding-left: 12px;
}

.joinow-btn .btn-join.btn-light {
    background: rgba(0,0,0,0.04);
}

.joinow-btn .btn-join.btn-light:hover {
    background: rgba(0,0,0,0.06);
}

.joinow-btn .btn-join {
    display: block;
    height: 35px;
    width: 100%;
    color: #ffffff;
    border: 0;
    text-align: center;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
}

.joinow-btn .btn-join {
    line-height: 35px;
    /*border: 1px solid rgba(255,255,255,0.06);*/
}

.joinow-btn .btn-join {
    box-shadow: 0 1px 2px rgba(0,0,0,0.2);
    -moz-box-shadow: 0 1px 2px rgba(0,0,0,0.2);
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.2);
}

span.create-button {
    margin-left: 10px;
    font-size: 12px;
}
