/* logged out  */
 @import url('https://fonts.googleapis.com/css?family=Roboto&display=swap');
    body{
        font-family: Roboto,sans-serif;
    }
    body .account-pages .form-input{
        width: 100%;
    }

    body .account-pages .font-size-20 {
        font-size: 20px!important;
    }
    body .account-pages .text-white {
        color: #fff!important;
    }
    body .account-pages .text-white-50 {
        color: hsla(0,0%,100%,.5)!important;
    }
    body .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 #222;
    }

    body .account-pages label {
        display: inline-block;
        margin-bottom: .5rem;
    }
    body .account-pages .fieldWrapper input {
        display: block;
        width: 100%;
        height: calc(1.5em + .75rem + 2px);
        padding: .375rem .75rem;
        font-size: .875rem;
        font-weight: 400;
        line-height: 1.5;
        color: #495057;
        background-color: #fff;
        background-clip: padding-box;
        border: 1px solid #ced4da;
        border-radius: .25rem;
        -webkit-transition: border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
        transition: border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
        transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
        transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    }
    body .account-pages .mt20{
        margin-top: 20px;
    }

    body .account-pages .card {
        box-shadow:0 4px 25px 0 rgba(0, 0, 0, 0.1);
    }
    body .account-pages .form_block input{
        margin-bottom: 20px;
    }
    body .account-pages .bg-custome{
        background: #5C5C5C;
    }
    body .account-pages button.bg-custome{
        color:#fff !important;
    }

    body .account-pages .topbar{
        height: 65px !important;
    }
    .breadcrumbs {
        display: none;
    }
    body{
        background-color: #F8F8F8 !important;
    }
    nav.topbar{
        height: 65px;
    }

