body {
    font-family: "Lato";
    background: #ededed;
    line-height: 140%;
    margin: 0;
}

a {
    text-decoration: none;
    color: #3fabd3;
    font-family: "Lato";
}

ul {
    padding: 0;
    width: 1024px;
    margin: 50px auto;
}

li {
    vertical-align: top;
    display: inline-block;
    width: 30%;
    margin: 0 1.5%;
    list-style-type: none;
    background: white;
    padding: 20px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-shadow: 6px 6px rgba(0, 0, 0, 0.20);
}

.title {
    font-weight: bold;
    font-size: 150%;
}

.image {
    width: 100%;
}

.image img {
    width: 100%;
    height: auto;
}

.text {
    margin: 30px auto 0;
    width: 100%;
}

.text .button {
    width: 470px;
    padding: 10px 10px 9px;
    margin: 0 auto 20px;
    background: #49a7de;
    color: white;
    cursor: not-allowed;
}

p {
    margin: 30px auto 0;
}


#signupForm label {
    display:none;
}


#signup {
    background: none;
    position: relative;
    z-index: 2;
    padding: 20px 0 0;
    box-shadow: none;
    min-height: 0;
    text-align: center;
}

h2 {
    font-size: 24px;
    line-height: 1.4em;
    background: white;
    padding: 20px 10px;
    width: 740px;
    margin-left: auto;
    margin-right: auto;
    box-shadow: 6px 6px rgba(000,000,000,0.1);
    margin-bottom: 50px;
}

.error {
    color:red;
}
.info {
    display:none;
}
#signupForm label {
    display:none;
}

dd {
    margin: 10px 0 0;
}

#signup form input {
    font-family: "Lato";
    padding: 10px;
    width: 100%;
    border: none;
    border-radius: 0;
    box-shadow: none;
    background: #ededed;
    font-size: 16px;
    line-height: normal;
    height: auto;

}

#signup form input:focus {
    border: none;
    box-shadow: none;
    outline: none;
}

#signup form input[type="submit"] {
    width: 50px;
    margin: 20px auto;
    cursor: pointer;
}

#signup form input[type="submit"]:hover {
    transform: scale(1.3)
}



#formStyle {
    background: none;
    position: relative;
    z-index: 2;
    padding-bottom: 100px;
    box-shadow: none;
}
#formStyle form input {
    margin: 0;
}

#signup #username,
#signup #email {
    text-transform: lowercase;
}

#signup #firstname,
#signup #lastname {
    text-transform: capitalize;
}

#password_field {
    margin-bottom: 0;
}

#progressbar {
    width: 100%;
    margin: 0 auto 20px auto;
    height:10px;
    display:block;
    background: #938b7f;
    border: none;
    border-radius: 0;
    overflow:hidden;
}

#progress {
    display:block;
    height:10px;
    width:0;
}

.progressbarValid {
    background-color:green;
    background-image: -o-linear-gradient(-90deg, #8AD702 0%, #8AD702 100%);
    background-image: -moz-linear-gradient(-90deg, #8AD702 0%, #8AD702 100%);
    background-image: -webkit-linear-gradient(-90deg, #8AD702 0%, #8AD702 100%);
    background-image: -ms-linear-gradient(-90deg, #8AD702 0%, #8AD702 100%);
    background-image: linear-gradient(-90deg, #8AD702 0%, #8AD702 100%);
}

.progressbarInvalid {
    background-color:red;
    background-image: -o-linear-gradient(-90deg, #F94046 0%, #F94046 100%);
    background-image: -moz-linear-gradient(-90deg, #F94046 0%, #F94046 100%);
    background-image: -webkit-linear-gradient(-90deg, #F94046 0%, #F94046 100%);
    background-image: -ms-linear-gradient(-90deg, #F94046 0%, #F94046 100%);
    background-image: linear-gradient(-90deg, #F94046 0%, #F94046 100%);
}

.stample-logo {
    width: 50%;
    margin: 30px auto 20px;
}

.stample-logo img {
    width: 100%;
    height: auto;
}

.pdf img {
    width: 100%;
    height: auto;
    box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.15);
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    margin: 20px 0 0;
    cursor: pointer;
}

.share {
    width: 250px;
    margin: 0 auto 10px;
    margin-top: 20px;
}

.share li {
    display: inline-block;
    width: 100px;
    text-align: center;
    box-shadow: none;
    padding: 0;
    vertical-align: middle;
}

.share li img {
    width: 100%;
    height: auto;
    box-shadow: none;
    opacity: 0.7;
}

.share li img:hover {
    opacity: 1;
}


.join-transnum {
    background: #36b177;
    cursor: pointer;
    margin-top: 20px;
    padding:  15px;
    height: 27px;
    line-height: 28px;
}
.join-transnum a {
    color: white;
}


@media only screen and (max-device-width : 1024px) {

    ul {
        width: 100%;
    }

    li {
        display: block;
        width: 90%;
        margin: 5%;
    }
}