* {
    box-sizing: border-box;
}
.button_submit
{
    -webkit-appearance: none; }
input[type=text], select, textarea {
    width: 100%;
    padding: 12px;
    border: 1px solid #ccc;
    border-radius: 4px;
    resize: vertical;
}
label {
    padding: 12px 12px 12px 0;
    /*isplay: inline-block;*/
}
.row{
    text-align: center;
}
input[type=submit] {
    background-color: #fdd200;
    margin-top: 20px;
    color: black;
    font-size: 25px;
    text-transform: uppercase;
    padding: 12px 0;
    border: none;
    width: 75%;
    cursor: pointer;
}
input[type=submit]:hover {
    background-color: #45a049;
}
.uploading {
    background-color: #fdd200 !important;
}

.uploaded {
    background-color: #45a049 !important;
    font-size: 20px !important;
}

.container {
    border-radius: 5px;
    background-color: #f2f2f2;
    padding: 20px;
}
.col-25 {
    font-size: 20px;
    display: inline-block;
    width: 75%;
    margin-top: 6px;
}
.col-75 {
    display: inline-block;
    width: 75%;
    margin-top: 6px;
}
.row:after {
    content: "";
    display: table;
    clear: both;
}
.button_submit {
    margin-top: 5px;
}
body {
    font-family: Montserrat, 'Open Sans', Helvetica, Arial, sans-serif;
}

.link-block{
    width: 100%;
    padding: 10px;
    margin: 10px 0;
    background-color: #FFDBD8;
    border-radius: 8px;
}
.link-block a{
    font-weight: 700;
    cursor: pointer;
    color: #000;
}

.notifyjs-container{
    top: -40px !important;
}
.notifyjs-arrow{
    display: none !important;
}
@media screen and (max-width: 600px) {
    .uploaded {
        font-size: 12px !important;
    }
}
