.alertify-logs>* {
    padding: 12px 24px !important;
    color: #fff;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, .1)
}

.alertify-logs>*, .alertify-logs>.default {
    background: rgba(0, 0, 0, .8)
}

.alertify-logs>.error {
    background: #f44336
}

.alertify-logs>.success {
    background: #4caf50
}

.alertify {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1700;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .3)
}

.alertify.hide {
    pointer-events: none;
    opacity: 0
}

.alertify, .alertify.hide, .alertify.show {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .33s cubic-bezier(.25, .8, .25, 1);
    -o-transition: all .33s cubic-bezier(.25, .8, .25, 1);
    transition: all .33s cubic-bezier(.25, .8, .25, 1)
}

.alertify, .alertify * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.alertify .dialog {
    padding: 12px
}

.alertify .alert, .alertify .dialog {
    position: relative;
    top: 50%;
    width: 100%;
    margin: 0 auto;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%)
}

.alertify .alert>*, .alertify .dialog>* {
    width: 400px;
    max-width: 95%;
    padding: 12px;
    margin: 0 auto;
    text-align: center;
    background: #fff;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, .1);
    -webkit-box-shadow: 0 2px 4px -1px rgba(0, 0, 0, .14), 0 4px 5px 0 rgba(0, 0, 0, .098), 0 1px 10px 0 rgba(0, 0, 0, .084);
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 2px 4px -1px rgba(0, 0, 0, .14), 0 4px 5px 0 rgba(0, 0, 0, .098), 0 1px 10px 0 rgba(0, 0, 0, .084)
}

.alertify .alert .msg, .alertify .dialog .msg {
    padding: 12px;
    margin: 0;
    margin-bottom: 12px;
    text-align: left
}

.alertify .alert input, .alertify .dialog input {
    width: 100%;
    height: 36px;
    padding: 6px 15px;
    margin-bottom: 15px;
    font-size: 14px;
    line-height: 1.57142857;
    color: #757575;
    background-color: #fff;
    background-image: none;
    border: 1px solid #e0e0e0;
    border-radius: 3px;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: -webkit-box-shadow .25s linear, border .25s linear, color .25s linear, background-color .25s linear;
    -o-transition: box-shadow .25s linear, border .25s linear, color .25s linear, background-color .25s linear;
    transition: box-shadow .25s linear, border .25s linear, color .25s linear, background-color .25s linear
}

.alertify .alert input:focus, .alertify .dialog input:focus {
    border-color: #3f51b5;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(63, 81, 181, .6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(63, 81, 181, .6)
}

.alertify .alert input.focus, .alertify .alert input:focus, .alertify .dialog input.focus, .alertify .dialog input:focus {
    border-color: #3f51b5;
    -webkit-box-shadow: none;
    box-shadow: none
}

.alertify .alert input::-moz-placeholder, .alertify .dialog input::-moz-placeholder {
    color: #9e9e9e;
    opacity: 1
}

.alertify .alert input:-ms-input-placeholder, .alertify .dialog input:-ms-input-placeholder {
    color: #9e9e9e
}

.alertify .alert input::-webkit-input-placeholder, .alertify .dialog input::-webkit-input-placeholder {
    color: #9e9e9e
}

.alertify .alert nav, .alertify .dialog nav {
    text-align: right
}

.alertify .alert nav .btn, .alertify .dialog nav .btn {
    margin: 4px 5px
}

.alertify-logs {
    position: fixed;
    right: 16px;
    bottom: 16px;
    z-index: 1699
}

.alertify-logs>* {
    position: relative;
    float: right;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-top: 10px;
    clear: both;
    -webkit-transition: all .3s cubic-bezier(.25, .8, .25, 1);
    -o-transition: all .3s cubic-bezier(.25, .8, .25, 1);
    transition: all .3s cubic-bezier(.25, .8, .25, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000;
    perspective: 1000
}

.alertify-logs>.show {
    right: 0;
    opacity: 1
}

.alertify-logs>*, .alertify-logs>.hide {
    right: -100%;
    opacity: 0
}