#become-member .modal-header {
    border-bottom: 1px solid #e5e5e5;
    padding: 15px;
    background: #0e6282;
}

#become-member .close {
    color: #fff;
    float: right;
    font-size: 30px;
    font-weight: bold;
    line-height: 1;
    opacity: 0.9;
    text-shadow: 0 1px 0 #ffffff;
}

#become-member .modal-title {
    line-height: 1.42857;
    margin: 0;
    font-size: 25px;
    font-weight: 400;
    color: #fff;
    text-transform: uppercase;
}

#become-member .text-form {
    font-size: 15px;
    color: #455560;
    font-weight: 300;
    line-height: 20px;
    text-align: justify;
    margin-bottom: 30px;
}

#become-member .form-control {
    background-color: #ffffff;
    background-image: none;
    border: 1px solid #d2d2d2;
    border-radius: 0px;
    box-shadow: none;
    color: #455560;
    display: block;
    font-size: 14px;
    height: 34px;
    line-height: 1.42857;
    padding: 6px 12px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    width: 100%;
}
#become-member .form-textarea {
    background-color: #ffffff;
    background-image: none;
    border: 1px solid #d2d2d2;
    border-radius: 0px;
    box-shadow: none;
    color: #455560;
    display: block;
    font-size: 14px;
    line-height: 1.42857;
    padding: 6px 12px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    width: 100%;
}

#become-member .form-horizontal .control-label {
    margin-bottom: 0;
    padding-top: 7px;
    text-align: left;
    font-family: 'Roboto';
    font-weight: 300;
    font-size: 15px;
}

#become-member .red {
    color: #ea0000;
}

#become-member .btn-default {
    background-color: #ea0000;
    border-color: #ea0000;
    color: #fff;
}

#become-member .btn-default:hover {
    background-color: #0e6282;
    border-color: #0e6282;
    color: #fff;
}

#become-member .btn {
    -moz-user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 0px;
    cursor: pointer;
    display: inline-block;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.42857;
    margin-bottom: 0;
    padding: 6px 20px;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
}

#become-member .option {
    font-size: 12px;
}
/* SUPPLIER MODAL ------------------------*/

#become-supplier .modal-header {
    border-bottom: 1px solid #e5e5e5;
    padding: 15px;
    background: #0e6282;
}

#become-supplier .close {
    color: #fff;
    float: right;
    font-size: 30px;
    font-weight: bold;
    line-height: 1;
    opacity: 0.9;
    text-shadow: 0 1px 0 #ffffff;
}

#become-supplier .modal-title {
    line-height: 1.42857;
    margin: 0;
    font-size: 25px;
    font-weight: 400;
    color: #fff;
    text-transform: uppercase;
}

#become-supplier .text-form {
    font-size: 15px;
    color: #455560;
    font-weight: 300;
    line-height: 20px;
    text-align: justify;
    margin-bottom: 30px;
}

#become-supplier .form-control {
    background-color: #ffffff;
    background-image: none;
    border: 1px solid #d2d2d2;
    border-radius: 0px;
    box-shadow: none;
    color: #455560;
    display: block;
    font-size: 14px;
    height: 34px;
    line-height: 1.42857;
    padding: 6px 12px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    width: 100%;
}

#become-supplier .form-textarea {
    background-color: #ffffff;
    background-image: none;
    border: 1px solid #d2d2d2;
    border-radius: 0px;
    box-shadow: none;
    color: #455560;
    display: block;
    font-size: 14px;
    line-height: 1.42857;
    padding: 6px 12px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    width: 100%;
}

#become-supplier .form-horizontal .control-label {
    margin-bottom: 0;
    padding-top: 7px;
    text-align: left;
    font-family: 'Roboto';
    font-weight: 300;
    font-size: 15px;
}

#become-supplier .red {
    color: #ea0000;
}

#become-supplier .btn-default {
    background-color: #ea0000;
    border-color: #ea0000;
    color: #fff;
}

#become-supplier .btn-default:hover {
    background-color: #0e6282;
    border-color: #0e6282;
    color: #fff;
}

#become-supplier .btn {
    -moz-user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 0px;
    cursor: pointer;
    display: inline-block;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.42857;
    margin-bottom: 0;
    padding: 6px 20px;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
}

#become-supplier .option {
    font-size: 12px;
}
/* RESPONSIVE CSS
 -------------------------------------------------------------------------------*/

/* Portrait tablets and medium desktops */
@media (min-width: 1260px) and (max-width: 1280px) {

}

/* Large desktops and laptops */
@media (min-width: 1200px) {
}

/* Portrait tablets and medium desktops */
@media (min-width: 992px) and (max-width: 1199px) {

}

/* Portrait tablets and small desktops */
@media (min-width: 768px) and (max-width: 991px) {

}

/* Landscape phones and portrait tablets */
@media (max-width: 767px) {

}

/* Landscape phones and smaller samsung */
@media (min-width: 330px) and (max-width: 480px) {

}

/* Landscape phones and smaller iphone */
@media (min-width: 300px) and (max-width: 325px) {

}


