.row_file {
    margin-top: 5px;
}

.formSection #form .row_file input {
    width: 1% !important;
}

.btn-tertiary {
    color: #fff;
    background: #2cc4f4;
    text-align: center;
    width: 285px;
    display: block;
    transition: 0.25s;
    letter-spacing: 1px;
    font-family: "tt_bold", serif;
    font-size: 15px;
    margin: 20px auto 20px auto;
}

.btn-tertiary:hover,
.btn-tertiary:focus {
    transform: scale(0.95);
}


.row_file p {
    text-align: center !important;
    font-size: 15px;
    margin-left: 1px;
    font-family: "tt_regular", serif;
}

.row_file input {
    width: 1% !important;
}

.row_file p span {
    font-family: "tt_bold", serif;
}

.row_file b {
    display: block;
    margin-top: 10px;
    margin-bottom: 0;
    font-size: 11px;
    color: #b9b9b9;
}

/* input file style */
.input-file {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}

.input-file + .js-labelFile {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 8px 0;
    cursor: pointer;
}

.input-file + .js-labelFile .icon:before {
    content: "";
}

.input-file + .js-labelFile.has-file .icon:before {
    content: "";
    color: #5aac7b;
}


.btn-tertiary2 {
    background: none;
    border: 1px solid #00c8ec;
    color: #00c8ec;
    width: 160px;
    padding: 10px 0 !important;
    margin: 20px auto 20px 0;
}

.btn-tertiary2:hover {
    color: #fff !important;
    background: #00c8ec;
}
