.signup-simple {
    max-width: 40em;
    margin: 2em auto;
}
.trial-wrap {
    width: 100%;
    float: left;
    display: none;
}

.error-msg p {
    color: white;
    background: crimson;
    border-radius: 2px;
    padding: 6px 10px;
}

.form-field {
    margin-bottom: 20px;
}

.form-field label {
    display: block !important;
    Xcolor: #fff !important;
}

.form-field label, .form-field p {
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    Xcolor: #5d5d5d;
    font-size: 14px;
    font-weight: 400;
    margin: 20px 0 4px;
    width: 100%;

}

.form-field input[type="text"], .form-field input[type="email"], .form-field input[type="password"], .form-field select {
    width: 100%;
    height: auto;
    font-family: sans-serif;
    margin-bottom: 0;
    padding: 10px 20px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background-color: #fff;
    border: 1px solid #ccc;
}

.ldg-img {
    display: none;
    left: 20px;
    position: relative;
    top: -6px;
    width: 28px;
}

.btn {
    background: #2b8dd6 none repeat scroll 0 0;
    border: 0 none;
    border-radius: 3px;
    color: #fff;
    margin-top: 0;
    opacity: 1;
    padding: 10px 30px;
}

.btn:hover {
    background: #6380d8 none repeat scroll 0 0;
}

.intl-tel-input {
    width: 100% !important;
}