@import url('https://fonts.googleapis.com/css?family=Cairo');
*,h1,h2,h3,h4,h5,h6,body
{
    font-family: 'Cairo', sans-serif;
}

.page-footer
{
    background: #fff;
    padding: 20px 20px 20px 20px;
    font-size: 12px;height: auto;
}
.page-footer .page-footer-inner
{
    margin-bottom: 0px;
    float: none;
    text-align: center
}

.portlet>.portlet-title>.actions .btn-icon-only.btn-default.showall
{
    font-family:FontAwesome;
    color:#a0a0a0;
    padding-top:4px;
}

.login .copyright a{
    color: #cac9c9;
}

.forget{
    background-color: #4272b9;
    color: #fff;
    border-color: #4272b9;
}

.forget:hover{
    background-color: #305388;
    color: #fff;
    border-color: #305388;
}

.mt-element-step .step-line .active .mt-step-number ,.mt-element-step .step-line .active .mt-step-content, .mt-element-step .step-line .active .mt-step-title{
    color : #3498db !important;
    border-color: #3498db !important;
}

.mt-element-step .step-line .active .mt-step-title:after, .mt-element-step .step-line .active .mt-step-title:before{
    background: #3498db !important;
}