body{
  font-family: "Hind", "Avenir", "Helvetica", arial;
}

html {
  box-sizing: border-box;
}

*, *:before, *:after {
  box-sizing: inherit;
}

a{
  color: #1db3e2;
  text-decoration: none;
}

.ct-full-width{
  width: 100%;
}

.ct-form div{
  display: flex;
  margin-bottom: 5px;
}

.ct-bold{
  font-weight: 700;
}

.ct-center{
  text-align: center;
}

.ct-form div label{
  width: 150px;
  margin-right: 5px;
  text-align: right;
}

.ct-form-control {
  display: block;
  width: 100%;
  padding: 6px 12px;
  font-family: "Hind", "Avenir", "Helvetica", arial;
  font-size: 14px;
  color: #555555;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.ct-form-control-short {
  width: 50%;
}

.ct-error-text{
  color: #890104;
}

/* Panels */

.panel {
  margin-bottom: 20px;
  background-color: #ffffff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

.panel-default {
  border-color: #dddddd;
}

.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
  color: #fff;
}

.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
  font-size: 15px !important;
  font-weight: 700;
}

.panel-icons {
  width: 100px;
  text-align: right;
}

.panel-icons a {
  margin-left: 10px;
}

a.panel-collapse-button.collapsed .fa-caret-down::before {
  content: "\f0da" !important;
}

.panel-body {
  padding: 10px 15px;
  background-color: #fff;
}

/* Titles */
.ct-cd-title{
  font-family: "Hind", "Avenir", "Helvetica", arial;
  color: #1a1a1a;
  text-align: center;
  letter-spacing: -0.02em;
  font-size: 2rem;
  line-height: 1.4;
  font-weight: 300;
  margin-top: 0px;
  margin-bottom: 15px;
}

.ct-cd-subtitle{
  font-family: "Hind", "Avenir", "Helvetica", arial;
  color: #1a1a1a;
  text-align: left;
  letter-spacing: -0.02em;
  line-height: 1.4;
  font-weight: 500;
  margin-top: 0px;
  margin-bottom: 10px;
}

.ct-cd-header-text {
  max-width: 900px;
  text-align: center;
  font-family: "Hind", "Avenir", "Helvetica", arial;
  color: #808285;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.612 !important;
  margin: 15px auto 20px auto !important;
}

.ct-required{
  margin-left: 10px;
  font-size: 20px;
  color: #cc0000; 
}

.ct-fe-login-page{
  width: 100%;
  max-width: 950px;
  margin: 0 auto;
}

h1.ct-fe-title{
  color: #1a1a1a;
  font-family: "Hind", "Avenir", "Helvetica", arial;
  font-size: 32px;
  font-weight: 300;
  letter-spacing: -0.64px;
  line-height: 38.4px
}

h3.ct-fe-title{
  color: #1a1a1a;
  font-family: "Hind", "Avenir", "Helvetica", arial;
  font-size: 20px;
  font-weight: 400;
  letter-spacing: -0.64px;
  line-height: 28px
}

.ct-fe-divider{
  border-top: 1px solid #5d89a8 !important;
  width: 100%;
}

.ct-fe-my-account .lost_reset_password label{
  font-weight: 600 !important;
  margin-bottom: 5px;
}

.ct-fe-my-account .lost_reset_password #user_login{
  display: block;
  width: 100%;
  padding: 6px 12px;
  margin-bottom: 10px;
  font-family: "Hind", "Avenir", "Helvetica", arial;
  font-size: 14px;
  color: #555555;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.ct-fe-my-account .lost_reset_password button{
  background-color: #1db3e2 !important;
  border-radius: 5px !important;
  box-shadow: none !important;
  border: 0 !important;
  color: #fff !important;
  line-height: 20px !important;
  cursor: pointer;
  display: inline-block;
  outline: none;
  text-align: center;
  padding: 4px 10px !important;
  text-decoration: none;
  width: auto;
  white-space: nowrap;
  font-size: 14px !important;
  font-weight: 500 !important;
  font-style: normal;
  text-transform: uppercase;
  letter-spacing: 1px !important;;
  
}

#ct-fe-login-form{
  background-color: #f0f3f4;
  border-radius: 5px;
  padding: 20px;
  margin-top: 20px;
}

#ct-fe-login-form label{
  display: block;
  font-weight: 600 !important;
  font-size: 16px;
  margin-bottom: 5px;
}

#ct-fe-login-form input[type=text], 
#ct-fe-login-form input[type=password]{
  display: block;
  width: 100%;
  padding: 6px 12px;
  margin-bottom: 10px;
  font-family: "Hind", "Avenir", "Helvetica", arial;
  font-size: 14px;
  color: #555555;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

#ct-fe-login-form input[type=submit]{
  font-size: 14px;
  background-color: #1db3e2;
  border-radius: 5px;
  box-shadow: none;
  border: 0;
  color: #fff;
  line-height: 20px !important;
  cursor: pointer;
  display: inline-block;
  text-align: center;
  padding: 4px 10px !important;
  text-decoration: none;
  width: auto;
  white-space: nowrap;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 1px;
}

.ct-fe-login-error{
  background-color: #ca5f59;
  color: #fff;
  padding: 10px;
  margin-bottom: 20px;
  border-radius: 5px;  
}

.ct-actor-form-container{
  background-color: #f0f3f4;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding: 20px;
  margin-top: 20px;
}

#ct-actor-signup-options{
  background-color: #fff;
  width: 100%;
}

#ct-actor-signup-options .fa-user {
  color: #339933;
}

#ct-actor-signup-options i {
  margin-left: 10px;
}

#ct-actor-signup-options tr td {
  padding: 6px;
}

