html, body {
    margin: 0;
    padding: 0;
    align-items: center;
    width: 100vw;
    overflow-x: hidden;
}

body {
    position: relative;
}

body > * {
    position: relative;
}
.uc-form-group.uc-form-group-icon {
    position: relative;
}

.uc-form-group.uc-form-group-icon input {
    text-indent: 30px;
}

.uc-form-group.uc-form-group-icon i {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 15px;
}

.uc-bg {
    background: none transparent no-repeat scroll center center;
    background-size: cover;
}

a.page-link {
    cursor: pointer;
}

a.uc-tag {
    color: white !important;
    cursor: pointer;
}

.uc-card.card-border--left {
    border-left: 4px solid #0176de
}

.decoration-none {
    text-decoration: none !important;
}
