
img::before {
    content: '';
    width: 100%;
    height: calc(100% + 10px);
    background-color: #ccc;
    border-radius: 10px;
    position: absolute;
    top: 50%;
    left: -2px;
    transform: translateY(-50%);
}

input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
  -webkit-appearance: none; 
  margin: 0; 
}

#app-card-content{
    width: 25rem;
}

.app-width-10{
    width: 9rem;
}

.text-green{
    color: #8e8e8e;
}

.app-width-8{
    width: 6rem;
}

::placeholder {
    text-align: center; 
}

.istok-web-regular {
    font-family: "Istok Web", sans-serif !important;
    font-weight: 400 !important;
    font-style: normal !important;
}

.istok-web-bold{
    font-family: "Istok Web", sans-serif !important;
    font-weight: 700 !important;
    font-style: normal !important;
}

.istok-web-regular-italic{
    font-family: "Istok Web", sans-serif !important;
    font-weight: 400 !important;
    font-style: italic !important;
}

.istok-web-bold-italic{
    font-family: "Istok Web", sans-serif !important;
    font-weight: 700 !important;
    font-style: italic !important;
}

.app-bg {
    /* background-image: url("../images/bgportal.jpeg"); */
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.app-rounded{
    border-radius: 0.65rem;
}
.app-logo{
    width: 14rem;
}

#input-group-verify-code input{
    width: 2.5rem;
    height: 2.5rem;
}

.app-border-btn{
    border-width: 3px !important;
}

/* body, html {
    height: 100%;
    overflow: hidden;
    font-family: Arial, Helvetica, sans-serif;
}

.form-logo{
    margin: auto;
    display: block;
}

.btn-member-disabled{
    opacity: 0.5;
    cursor: default;
}

.hidden{
    display: none;
}

.btn{
    text-transform: capitalize;
}

@media (min-width: 768px) and (max-width: 2000px){
    .bg {
        background-image: url("../images/bgportal.jpeg");
        height: 100%;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    }

    .index-form{
        background-color: white;
        border-radius: 25px;
        width: 45%;
        margin: auto;
    }

    .index-form-section{
        padding: 5%;
    }

    .index-title-form-inside{
        display: none;
    }

    .style-form-group{
        width: 60%;
        margin: auto;
    }

    .btn-member-disabled, .btn-join-enabled{
        width: 70%;
    }

    .form-controls-link{
        margin-bottom: 0;
    }

    .alert-err-msg{
        color: #721c24;
        background-color: #f8d7da;
        border-color: #f5c6cb;
    }
}

@media (min-width: 0px) and (max-width: 768px){

    .form-elements-for{
        position: absolute;
        top: 105%;
        color: white;
        left: 0;
        width: 100%;
    }

    .index-form{
        background-color: white;
    }

    .index-container{
        padding: unset;
    }

    .index-title-form{
        display: none;
    }

    .form-controls{
        padding: 5%;
    }

    .form-controls-link{
        width: 100%;
        margin: 1% 0%;
    }

    .style-white-text, .style-white-text::placeholder, .style-white-text:focus{
        color: white;
    }

    .alert-err-msg{
        color: #ff001b;
        background-color: #fefefe;
        border-color: #fdfdfe;
    }
} */
