body {
    font-family: "Oswald", sans-serif;
    color: #333;
}

.form-control[readonly] {
    background: #ffffff;
}

input::-webkit-input-placeholder { color: #999ca6!important; }   /* Chrome, Safari, Edge (antiguo) */
input:-moz-placeholder { color: #999ca6!important; }            /* Firefox 4-18 */
input::-moz-placeholder { color: #999ca6!important; }           /* Firefox 19+ */
input:-ms-input-placeholder { color: #999ca6!important; }       /* IE 10+ */

input:valid,
select:valid {
    color: #0b9b5e;
    border-bottom: 3px solid #00af66;
}

/* Para evitar que select vacío se pinte */
select:invalid {
    background-color: #ffffff;
}

.d-flex-between {
    display: flex;
    justify-content: space-between;
}

.field-validation {
    font-size: 14px;
    color: #ff0000;
}

.form-check {
    display: flex;
    align-items: center;
}

.form-group {
    margin-bottom: 12px;
}

label {
    font-size: 16px;
    font-weight: 500;
}

header .header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

header .logo {
    padding: 10px;
}

header .logo img {
    width: 232px;
}

header .txt-create-account {
    font-size: 20px;
    font-weight: 400;
    padding-left: 30px;
    margin-bottom: 10px;
}

header .form-title {
    font-size: 36px;
    font-weight: 300;
}

.section-title {
    font-size: 12px;
    font-weight: 700;
    padding-right: 15px;
    padding-left: 15px;
    margin: 16px 0;
}

.form-vyapay {
    background-color: #dddddd;
    padding: 20px 14px;
    margin-bottom: 40px;
}

.public-company-check {
    font-size: 24px;
    width: 15px;
    height: 15px;
    position: relative;
    margin: 0;
    margin-left: 8px;
}

.block {
    margin-top: 20px;
    margin-bottom: 10px;
}

.block .title-block {
    font-size: 14px;
    font-weight: 700;    
    border: 3px solid #333333;
    text-align: center;
}

.block .desc-block {
    font-size: 14px;
    color: #333;
    text-align: center;
    margin-bottom: 20px;
}

.btn-red {
    font-size: 14px;
    font-style: italic;
    font-weight: 700;
    color: #ffffff;
    background: #ed1c24;
    padding: 10px;
    border-radius: 10px;
    margin-bottom: 50px;
}

/* Terms */

.terms-check-label {
    font-size: 14px;
    font-weight: 400;
    margin: 0;
    margin-left: 14px;
}

.terms-check-label a {
    color: #337ab7;
    text-decoration: underline;
}

.terms .txt-sign-here {
    font-size: 14px;
    font-weight: 700;
}

.terms .signature-box {
    height: 94px;
    width: 100%;
    border: 1px solid #000000;
}

.btn-clear {
    color: #ffffff;
}

.btn-clear:hover {
    color: #ffffff;
}

.submit {
    text-align: center;
    margin-top: 70px;
    margin-bottom: 22px;
}


#signCanvas{
    width: 100%;
    height: 100%;
}

.view-mode #signCanvas{
    display: none;
}


/* Footer */
footer {
    font-family: "Barlow", sans-serif;
    color: #aeb0b1;
    background-color: #1C1C1C;
    background-image: url(img/logo-footer-vyapay.png);
    background-position: bottom right;
    background-repeat: no-repeat;
    padding: 100px 0;
}

footer img {
    width: 204px;
    margin-bottom: 30px;
}

footer a {
    color: #ed1c24;
    margin: 0 6px;
}

footer a:hover {
    color: #ed1c24;
    text-decoration: none;
}

footer .title {
    font-weight: 600;
    color: #ffffff;
}

footer .title i {
    color: #ed1c24;
}