* {
    /* font-family: 'Block' !important; */
    font-family: 'Prompt', serif;
}

body {
    background: url('../img/bg.png') no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    padding-top: 10%;
    padding-bottom: 50px;
}

.fontfamily-input {
    font-family: "Times New Roman", Times, serif !important;
}

.font-color-pink {
    color: #ee5ba0;
}

.font-color-blue {
    color: #00adee;
}

.bg-pink {
    color: black;
    background-color: #ee5ba0;
}

.bg-blue {
    color: black;
    background-color: #00adee;
}

.bg-green {
    background-color: #009345;
}

.bg-red {
    background-color: #ec1c24;
}

.bg-modal-content {
    background: transparent;
    border: 0px;
}

.bg-modal-header {
    border-bottom: 0px;
    padding: 0px 0px 0px 0px;
}

.bg-modal-header-close {
    padding: 0px;
    margin: 0rem 0rem -1.75rem 48%;
    background: transparent;
    border: 0px;
    z-index: 1;
}

.bg-modal-body {
    background: #ee5ba0;
    border-color: #00adee;
    border-style: solid;
    border-width: 0.5rem;
}

.input-group-text {
    border-radius: 0rem;
}

.btn {
    border-radius: 0rem;
}

.form-control {
    border-radius: 0rem;
}

.modal {
    overflow: auto;
}

.img-height {
    max-height: 30rem;
}

.btn-primary {
    color: #fff;
    background-color: #00adee;
    border-color: #00adee;
}

.container-fluid {
    width: 100%;
    padding-right: 10%;
    padding-left: 10%;
    margin-right: auto;
    margin-left: auto;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    line-height: 1.2 !important;
}

html {
    font-size: 10px;
}

.width-input-group-text {
    width: 60px;
}

@media only screen and (min-width: 768px) {
    html {
        font-size: 12px;
    }
    .width-input-group-text {
        width: 80px;
    }
}

@media only screen and (min-width: 1366px) {
    html {
        font-size: 15px;
    }
    .width-input-group-text {
        width: 100px;
    }
}