.modal-signup{
	width: 100%;
	max-width: 602px;
    background: #fff;
    display: none;
}

.modal-signup header,
.box-signup header {
    width: 100%;
    background: #f0a939;
    padding: 10px;
}

.fancybox-skin {
    background: transparent;
    border: 5px solid rgba(255, 255, 255, 0.2);
}

.modal-signup-title{
	font-family: Lato;
    font-size: 24px;
    color: #fff;
    width: 100%;
    text-align: center;
    padding: 16px 0;
}

.modal-signup .content,
.box-signup .content {
    padding: 19px 58px 27px 58px;
}

.modal-signup .signup-steps,
.box-signup .signup-steps {
    font-size: 30px;
    font-weight: bold;
    font-family: Lato;
    color: #acc4cd;
}

.modal-signup label,
.box-signup label {
    font-size: 21px;
    font-weight: 400;
    font-family: Lato;
    color: #587581;
    float: right;
    margin-top: 8px;
}

.modal-signup input,
.box-signup input {
    width: 100%;
    height: 52px;
    font-family: Lato;
    font-weight: 300;
    font-size: 22px;
    margin-top: 9px;
    margin-bottom: 13px;
    border: 1px solid #cbcbcb;
    border-radius: 3px;
    padding: 0 15px;
    outline: none;
}

.modal-signup .signup-modal-button,
.box-signup .signup-modal-button {
    width: 100%;
    font-size: 18px;
    line-height: 1.3;
    color: #fff;
    text-transform: uppercase;
    background: #f0a939;
    border-radius: 3px;
    padding: 18px;
    border: 0;
    margin-top: 14px;
    font-weight: 600;
}

.box-signup .signup-modal-button {
    margin-top: 0;
    margin-bottom: 20px;
}

.modal-signup .signup-lock,
.box-signup .signup-lock {
    width: 100%;
    text-align: center;
    margin-bottom: 0;
    font-family: Lato;
    font-size: 14px;
    color: #acc4cd;
    font-weight: 500;
    display: block;
    padding: 0 20px;
    padding-bottom: 32px;
}

.modal-signup .signup-lock:before,
.box-signup .signup-lock:before {
    content: url(../../images/classic/lock.png);
    position: relative;
    top: 2px;
    margin-right: 13px;
}

#modal-signup .title-disable-modal {
  text-align: center;
  font-weight: 300;
  font-size: 24px;
  color: #587581;
  background-color: #f0f5f7;
  padding: 24px;
  border-bottom: 1px solid #dce5e8;
}

.form-signup {
  margin-top: 22px;
  padding: 0 60px;
}

.form-signup input[type="submit"] {
	width: 100%;
  	height: 55px;
  	line-height: 42px;
  	font-size: 18px;
  	font-weight: bold;
}

.form-signup .form-control{
	font-size: 22px;
	font-weight: 300;
	width: 100%;
	height: 55px;
	line-height: 55px;
	font-size: 18px;
	font-weight: 300;
}