::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #FFF;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #FFF;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #FFF;
}
:-moz-placeholder { /* Firefox 18- */
  color: #FFF;
}

.cd-user-modal {
  z-index: 103;
  cursor: default;
  visibility: visible;
  opacity: 1;
}
.cd-user-modal.is-visible {
  visibility: visible;
  opacity: 1;
}
.cd-user-modal.is-visible .cd-user-modal-container {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}

.cd-user-modal-container {
  position: relative;
  width: 100%;
  cursor: auto;
	margin: 40px auto 20px auto;
}
@media only screen and (min-width: 600px) {
.cd-user-modal-container {
	margin: 40px auto 20px auto;
}
}

.cd-form {
  /*padding: 1.4em;*/
}
.cd-form h4{
    width: 100%;
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    color: #fff;
    line-height: 32px;
    font-weight: 400;
    letter-spacing: 0.7px;
    padding: 5px;
    text-align: center;
    background-color: #036EB4;
    border-radius: 2px;
    margin-bottom: 5px;
} 
@media (min-width :768px){
.cd-form h4{
    width: 300px;
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    color: #fff;
    line-height: 32px;
    font-weight: 400;
    letter-spacing: 0.7px;
    padding: 5px;
    text-align: center;
    background-color: #036EB4;
    border-radius: 2px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 5px;
}     
}
/*{
	width: 100%;
	font-family: "Open Sans", sans-serif;
	font-size: 14px;
	color: #fff;
	line-height: 32px;
	font-weight: 400;
	letter-spacing: 0.7px;
	padding: 5px;
	margin: 0 0 5px 0;
	text-align: center;
	background-color: #036EB4;
	border-radius: 2px;
}*/
.cd-form h4 span {
}
.cd-form .fieldset {
  position: relative;
  margin: 15px 0;
}
.cd-form .fieldset:first-child {
  margin-top: 0;
}
.cd-form .fieldset:last-child {
  margin-bottom: 0;
}
.cd-form label {
  font-size: 14px;
    font-weight: 400;
}
.cd-form label.image-replace {
  /* replace text with an icon */
  display: inline-block;
  position: absolute;
  left: 15px;
  top: 50%;
  bottom: auto;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 20px;
  width: 20px;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  color: transparent;
  text-shadow: none;
  background-repeat: no-repeat;
  background-position: 50% 0;
}
.cd-form label.cd-username {
  background-image: url("../img/username.png");
}
.cd-form label.cd-email {
  background-image: url("../img/mail.png");
}
.cd-form label.cd-password {
  background-image: url("../img/password.png");
}
.cd-form input {
  margin: 0;
  padding: 0;
  border-radius: 4px;
  background-color: #036EB4;
  color: #fff;
}
.cd-form select {
  margin: 0;
  padding: 0;
  border-radius: 30px;
  background-color: rgba(78,78,86,0.5);
  color: #fff;
}
.cd-form input.full-width {
  width: 100%;
}
.cd-form select.full-width {
  width: 100%;
}
.cd-form input.has-padding {
  padding: 12px 20px 12px 50px;
}
.cd-form select.has-padding {
  padding: 12px 20px 12px 50px;
}
.cd-form input.has-border {
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
}
.cd-form input.has-border:focus {
  border-color: transparent;
  box-shadow: 0 0 5px rgba(52, 54, 66, 0.1);
  outline: none;
}
.cd-form input.has-error {
  border: 1px solid #d76666;
}
.cd-form select.has-border {
  border: 1px solid #d2d8d8;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
}
.cd-form select.has-border:focus {
  border-color: #00aeef;
  box-shadow: 0 0 5px rgba(52, 54, 66, 0.1);
  outline: none;
}
.cd-form select.has-error {
  border: 1px solid #d76666;
}
.cd-form input[type=password] {
  /* space left for the HIDE button */
  padding-right: 65px;
}
.cd-form input[type=submit] {
  padding: 12px 0;
  cursor: pointer;
  background: #036EB4;
  color: #FFF;
  font-weight: 400px;
  text-transform: uppercase;
  border: none;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  transition: all ease-in-out 0.5s;
  -moz-transition: all ease-in-out 0.5s;
  -ms-transition: all ease-in-out 0.5s;
  -o-transition: all ease-in-out 0.5s;
  -webkit-transition: all ease-in-out 0.5s;
}
.no-touch .cd-form input[type=submit]:hover, .no-touch .cd-form input[type=submit]:focus {
	box-shadow: none;
	outline: none;
	border: none;
}
.cd-form input[type=submit]:focus {
    box-shadow: none;
  outline: none;
  border: none;
}
.cd-form input[type=submit]:active {
	transform: scale(0.8,0.8);
	-moz-transform: scale(0.8,0.8);
	-ms-transform: scale(0.8,0.8);
	-o-transform: scale(0.8,0.8);
	-webkit-transform: scale(0.8,0.8);
}
.cd-form .hide-password {
  display: inline-block;
  position: absolute;
  right: 0;
  top: 0;
  padding: 6px 15px;
  border-left: 1px solid #d2d8d8;
  top: 50%;
  bottom: auto;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 14px;
  color: #fff;
}
.cd-form .cd-error-message {
  display: inline-block;
  position: absolute;
  left: -5px;
  bottom: -35px;
  background: rgba(215, 102, 102, 0.9);
  padding: .8em;
  z-index: 2;
  color: #FFF;
  font-size: 13px;
  border-radius: 0.25em;
  /* prevent click and touch events */
  pointer-events: none;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.2s 0, visibility 0 0.2s;
  -moz-transition: opacity 0.2s 0, visibility 0 0.2s;
  transition: opacity 0.2s 0, visibility 0 0.2s;
}
.cd-form .cd-error-message::after {
  /* triangle */
  content: '';
  position: absolute;
  left: 22px;
  bottom: 100%;
  height: 0;
  width: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 8px solid rgba(215, 102, 102, 0.9);
}
.cd-form .cd-error-message.is-visible {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.2s 0, visibility 0 0;
  -moz-transition: opacity 0.2s 0, visibility 0 0;
  transition: opacity 0.2s 0, visibility 0 0;
}
@media only screen and (min-width: 600px) {
  .cd-form {
    /*padding: 40px auto 20px auto;*/
  }
  .cd-form .fieldset {
	max-width: 300px;
    margin: 20px auto;
  }
  .cd-form .fieldset:first-child {
    margin-top: 0;
  }
  .cd-form .fieldset:last-child {
    margin-bottom: 0;
  }
  .cd-form input.has-padding {
    padding: 10px 20px 10px 50px;
  }
  .cd-form select.has-padding {
    padding: 10px 20px 10px 50px;
  }
  .cd-form input[type=submit] {
    padding: 12px 0;
  }
}

.cd-form-message {
  padding: 0px 15px 15px;
  font-size: 14px;
  line-height: 1.4;
  text-align: center;
  letter-spacing: 0.7px;
  color: #fff;
}
@media only screen and (min-width: 600px) {
  .cd-form-message {
    padding: 0px 20px 20px;
  }
}

.cd-form-bottom-message {
  position: relative;
  width: 100%;
  padding-top: 25px;
  /*left: 0;
  bottom: -35px;*/
  text-align: center;
  font-size: 14px;
}
.cd-form-bottom-message a {
  color: #FFF;
  text-decoration: underline;
}

.cd-close-form {
  /* form X button on top right */
  display: block;
  position: absolute;
  width: 40px;
  height: 40px;
  right: 0;
  top: -40px;
  background: url("../images/cd-icon-close.svg") no-repeat center center;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
@media only screen and (min-width: 1170px) {
  .cd-close-form {
    display: block;
  }
}
#cd-login, #cd-signup, #cd-reset-password {
  display: none;
}

#cd-login.is-selected, #cd-signup.is-selected, #cd-reset-password.is-selected {
  display: block;
}
.is-selected {
  display: block;
}