a:hover {
    text-decoration: none;
    font-weight: 500;
}
.bg-main {
    /* background-image: url('../img/bg.jpg');
    background-size: cover; */
    background-repeat: no-repeat;
    height: 100vh;
}
.bg-login {
    height: 100vh;
    /* background: linear-gradient(135deg, #1BB35E, #DDF969); */
    display: flex;
    justify-content: center;
    align-items: center;
}
.overlay {
    position: absolute;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.42);
}
.bg-content {
    position: relative;
    z-index: 2;
    display: flex;
    height: 100vh;
    justify-content: center;
    align-items: center;
}
.custom-file-label {
    overflow: hidden;
}
.block {
    display: block;
    width: 100%;
}
.label-xs {
    font-size: 12px;
}
.label-sm {
    font-size: 14px;
}
.title-navbar {
    font-size: 1.5em;
}
.input-group-text-custom {
    border-radius: 4px;
    padding: 0;
    font-size: 14px;
}
.slide-hide {
    height: 0px;
    overflow: hidden;
}
.modal-full > .modal-dialog {
    max-width: 100vw;
    margin:0 !important;
}
.modal-full > .modal-dialog .modal-content {
    min-height: 100vh;
}
.modal-full > .modal-dialog .modal-content .modal-header button{
    top: 5px;
}

.wizard-card select.form-control{
    border-radius: 4px;
}