@import url(https://fonts.googleapis.com/css?family=Roboto:400,500|Sarabun:400,600,700&amp;display=swap);
.logo {
    line-height: 70px
}

.logo .logo-sm {
    display: none
}

.metismenu {
    margin: 0
}

.form-control {
    height: 42px;
    border-radius: 5px;
    box-shadow: none;
    font-family: sans-serif;
}

.bg-gold {
    background: rgb(12, 29, 54);
}


/*!
 * Waves v0.7.6
 * http://fian.my.id/Waves 
 * 
 * Copyright 2014-2018 Alfiana E. Sibuea and other contributors 
 * Released under the MIT license 
 * https://github.com/fians/Waves/blob/master/LICENSE */

.waves-effect {
    position: relative;
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent
}

.font-size-20 {
    font-size: 20px!important
}

.font-weight-medium {
    font-weight: 500
}

.w-md {
    min-width: 110px
}

@keyframes spinner-chase {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes chase-dot {
    100%,
    80% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes chase-dot-before {
    50% {
        -webkit-transform: scale(.4);
        transform: scale(.4)
    }
    0%,
    100% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@media print {
    .card-body,
    body {
        padding: 0;
        margin: 0
    }
    .card {
        border: 0
    }
}

.account-pages .logo-admin {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 74px;
    height: 74px;
    line-height: 74px;
    background: #fff;
    border-radius: 50%;
    border-bottom: 2px solid #02a499
}

.home-btn {
    position: absolute;
    top: 15px;
    right: 25px
}

#progressbar {
    margin-bottom: 30px;
    overflow: hidden;
    color: #f4f4f4;
}

#progressbar .active {
    color: #a8dcf0;
}

#progressbar li {
    list-style-type: none;
    font-size: 12px;
    width: calc(100% / 3);
    float: left;
    position: relative;
}

#progressbar #password:before {
    font-family: FontAwesome;
    content: "\f023"
}

#progressbar #personal:before {
    font-family: FontAwesome;
    content: "\f007"
}

#progressbar #otp:before {
    font-family: FontAwesome;
    content: "\f023"
}

#progressbar #confirm:before {
    font-family: FontAwesome;
    content: "\f00c"
}

#progressbar li:before {
    width: 50px;
    height: 50px;
    line-height: 45px;
    display: block;
    font-size: 18px;
    color: rgb(91, 98, 107);
    background: #fff;
    border-radius: 50%;
    margin: 0 auto 10px auto;
    padding: 2px;
    position: relative;
    z-index: 1000!important;
}

#progressbar li:after {
    content: '';
    width: 100%;
    height: 2px;
    background: #fff;
    position: absolute;
    left: 0;
    top: 25px;
    z-index: 1;
}

#progressbar li.active:before,
#progressbar li.active:after {
    background: #f9cc0a;
}

.signup-form fieldset {
    background: white;
    border: 0 none;
    border-radius: 0.5rem;
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    padding-bottom: 20px;
    position: relative
}

.signup-form fieldset:not(:first-of-type) {
    display: none
}

fieldset .form-card {
    text-align: left;
    color: #9E9E9E;
}


/*# sourceMappingURL=account.min.css.map */