﻿form{
    border-radius:10px
}
.wizard-content {
    display: none;
    padding: 25px
}

    .wizard-content.active {
        display: block;
    }

.alert.success {
    background: linear-gradient(0deg, #43c322 0%, #43c322 100%);
    color: #fff;
}

.alert.error {
    background: linear-gradient(0deg, #F30 0%, #F30 100%);
    color: #fff;
}

.alert.warning {
    background: linear-gradient(0deg, #F90 0%, #F90 100%);
    color: #fff;
}

.alert {
    position: relative;
    border-top-left-radius:6px;
    border-top-right-radius:6px;
}

    .alert.warning .alert-icon {
        padding: 0
    }
    .alert .alert-icon {
        position: absolute;
        margin: 8px 10px 10px 10px;
        background: rgb(0 0 0 / 0.19);
        border-radius: 50%;
        padding: 4px;
    }

    .alert .alert-message h5 {
        margin-bottom: 0;
        padding-bottom: 0;
        padding-top: 5px;
        color: inherit !important;
    }

    .alert .alert-message span {
        font-weight: lighter;
        font-size: 13px;
        font-family: MTNBrighterSans;
        font-weight: 100;
        letter-spacing: 1px;
        position: relative;
        top: -5px
    }

    .alert .alert-message {
        margin-left: 50px;
    }

.uk-input.mtn-input {
    border-radius: 25px;
    background: #f5f5f5;
}
.uk-tooltip .uk-tooltip-inner{color:#fff}

.otp-input input[type="password"],
.otp-input input[type="text"] {
    border-radius: 10px;
    text-align: center;
    font-weight: bolder;
    font-size: 20px;
}

.otp-input > div {
    margin: 0;
    padding: 0 5px;
}


.float-button {
    color: red;
    margin-bottom: -40px;
    z-index: 99;
}

