.cww-form-wrapper form input,.cww-form-wrapper form textarea{
  width: 100%;
  border-radius: 0;
}

.cww-form-wrapper .ajax-loader {
  bottom: 0;
  position: absolute;
}

.cww-form-wrapper .form_no_select {
  color: red;
  font-size: 20px;
}

/* Form Style One*/
.cww-form-style-1 form input {
    height: 55px;
    font-weight: 300;
    margin-top: 30px;
    padding: 0 20px;
    border: 1px solid #c1c1c1;
    font-family: "Montserrat", sans-serif;
    font-size: 13px;
    color: #a2a2a2;
}

.cww-form-style-1 form input:focus {
    border: 1px solid #18012c;
}

.cww-form-style-1 form input[type="submit"] {
    background-color: #0056ff;
    border: medium none;
    color: #ffffff;
    font-size: 14px;
    font-weight: 500;
    height: 55px;
    line-height: 55px;
    padding: 0 29px;
    text-transform: uppercase;
    width: auto;
    transition: 0.5s;
    font-family: "Montserrat", sans-serif;
}

.cww-form-style-1 form input[type="submit"]:hover {
    background-color: #18012c;
}

.cww-form-style-1 form textarea {
    border: 1px solid #c1c1c1;
    min-height: 175px;
    margin-top: 30px;
    padding: 20px;
    color: #a2a2a2;
    resize: none;
    font-family: "Montserrat", sans-serif;
    font-size: 13px;
}

.cww-form-style-1 form textarea:focus {
    border: 1px solid #18012c;
}

/*Form Style 2*/
.cww-form-style-2 label {
    color: #ffffff;
    font-style: italic;
    font-weight: 300;
    font-size: 14px;
    margin-bottom: 11px;
}

.cww-form-style-2 input {
    height: 55px;
    font-weight: 300;
    margin-bottom: 30px;
    padding: 0 20px;
    border: 0 none;
    font-family: "Montserrat", sans-serif;
    font-size: 13px;
    background: rgba(255, 255, 255, 0.3);
    color: #ffffff;
}

.cww-form-style-2 input:focus {
    border: 1px solid #18012c;
}

.cww-form-style-2 input[type="submit"] {
    background-color: #fff;
    border: medium none;
    color: #0056ff;
    font-size: 14px;
    font-weight: 600;
    height: 55px;
    line-height: 54px;
    padding: 0 29px;
    text-transform: uppercase;
    width: 100%;
    transition: 0.5s;
    font-family: "Montserrat", sans-serif;
    margin: 0;
}

.cww-form-style-2 input[type="submit"]:hover {
    background-color: #18012c;
    color: #ffffff;
}
.cww-form-style-2 textarea {
    border: 1px solid #c1c1c1;
    min-height: 209px;
    padding: 20px;
    color: #fff;
    resize: none;
    font-family: "Montserrat", sans-serif;
    font-size: 13px;
    background: rgba(255, 255, 255, 0.3);
    margin-bottom: 30px;
    border: 0 none;
}

.cww-form-style-2 textarea:focus {
    border: 1px solid #18012c;
}

/* Form style 3 */
.cww-form-style-3 form input {
    color: #c0c0c0;
    font-weight: 300;
    font-style: italic;
    border: 0 none;
    border-bottom: 1px solid #c0c0c0;
    padding: 0;
    margin-bottom: 50px;
    padding-bottom: 4px;
    font-size: 16px;
    font-family: "Montserrat", sans-serif;
}

.cww-form-style-3 form input:focus {
    border-bottom: 1px solid #18012c;
}

.cww-form-style-3 form input[type="submit"] {
    border: 0 none;
    background: #0056ff;
    color: #fff;
    margin-top: 40px;
    margin-bottom: 0;
    height: 55px;
    line-height: 59px;
    padding: 0 20px;
    transition: 0.5s;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.cww-form-style-3 form input[type="submit"]:hover {
    background: #ffffff;
    color: #0056ff;
}

.cww-form-style-3 form textarea {
    border: 0 none;
    border-bottom: 1px solid #c0c0c0;
    font-style: italic;
    padding: 0;
    min-height: 150px;
    resize: none;
    color: #c0c0c0;
    font-size: 16px;
    font-family: "Montserrat", sans-serif;
}

.cww-form-style-3 form textarea:focus {
    border-bottom: 1px solid #18012c;
}

/* Form Style 4 */
.cww-form-style-4 form .input-box {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}

.cww-form-style-4 form .input-box label {
    color: #000000;
    font-weight: 600;
    font-size: 14px;
    flex-basis: 16%;
}

.cww-form-style-4 form .input-box span{
  flex-basis: 84%;
}

.cww-form-style-4 form .input-box input {
    background: #a2a2a2;
    color: #a2a2a2;
    font-weight: 300;
    background: #f3f3f3;
    border: 1px solid #c1c1c1;
    height: 55px;
    line-height: 55px;
    padding: 0 20px;
    font-weight: "Montserrat", sans-serif;
}

.cww-form-style-4 form .input-box input:focus {
    border: 1px solid #18012c;
}

.cww-form-style-4 form .input-box textarea {
    background: #f3f3f3;
    border: 1px solid #c1c1c1;
    min-height: 200px;
    padding: 20px;
    font-weight: "Montserrat", sans-serif;
}

.cww-form-style-4 form .input-box textarea:focus {
    border: 1px solid #18012c;
}

.cww-form-style-4 form input[type="submit"] {
    background: #0056ff;
    width: auto;
    border: 0 none;
    color: #fff;
    padding: 0 30px;
    height: 55px;
    line-height: 55px;
    margin: 0 0 0 90px;
    font-size: 14px;
    font-weight: 500;
    transition: 0.5s;
}

.cww-form-style-4 form input[type="submit"]:hover {
    opacity: 0.7;
}

/* Form Style 5 */
.contact_form_container {
    background: #81abfe;
    padding: 30px;
}

.cww-form-style-5 form input {
    margin-top: 30px;
    border: 1px solid #ffffff;
    height: 50px;
    line-height: 50px;
    color: #fff;
    font-weight: 300;
    font-family: "Montserrat", sans-serif;
}

.cww-form-style-5 form input:focus {
    border: 1px solid #18012c;
}

.cww-form-style-5 form input[type="submit"] {
    background: #fff;
    height: 55px;
    line-height: 56px;
    border: 0 none;
    padding: 0 30px;
    color: #0056ff;
    font-weight: 600;
    width: auto;
    transition: 0.5s;
}

.cww-form-style-5 form input[type="submit"]:hover {
    opacity: 0.7;
}

.cww-form-style-5 form textarea {
    margin-top: 30px;
    min-height: 145px;
    border: 1px solid #fff;
    padding: 20px;
    font-weight: 300;
    color: #fff;
    font-family: "Montserrat", sans-serif;
}

.cww-form-style-5 form textarea:focus {
    border: 1px solid #18012c;
}

/* Form Style 6 */
.cww-form-style-6 form input {
    background: #f3f3f3;
    border: 0 none;
    height: 55px;
    padding: 0 20px;
    margin-bottom: 30px;
    font-family: "Montserrat", sans-serif;
}

.cww-form-style-6 form input:focus {
    border: 1px solid #18012c;
}

.cww-form-style-6 form input[type="submit"] {
    width: auto;
    margin: 0;
    padding: 0 58px;
    background: #0056ff;
    color: #fff;
    height: 58px;
    font-weight: 600;
    line-height: 61px;
    text-transform: uppercase;
    transition: 0.5s;
    margin-top: 10px;
}

.cww-form-style-6 form input[type="submit"]:hover {
    opacity: 0.7;
}

.cww-form-style-6 form label {
    font-size: 14px;
    color: #000000;
    font-weight: 300;
    font-style: italic;
    font-family: "Montserrat", sans-serif;
}

.cww-form-style-6 form textarea {
    background: #f3f3f3;
    border: 0 none;
    margin-bottom: 30px;
    min-height: 230px;
    resize: none;
    padding: 20px;
    margin-bottom: 30px;
    font-family: "Montserrat", sans-serif;
}

.cww-form-style-6 form textarea:focus {
    border: 1px solid #18012c;
}

input,
textarea {
    -webkit-transition: all 0.30s ease-in-out;
    -moz-transition: all 0.30s ease-in-out;
    -ms-transition: all 0.30s ease-in-out;
    -o-transition: all 0.30s ease-in-out;
    outline: none;
}