﻿/* ==============
  Account Pages
===================*/
.accountbg {
    background: url("../images/bongray.png");
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
}

.wrapper-page {
    margin: 5.5% auto;
    max-width: 460px;
    position: relative;
}

    .wrapper-page .logo-admin {
        font-size: 28px;
        line-height: 70px;
    }

    .wrapper-page .card {
        -webkit-box-shadow: 1px 4px 45px 0 rgba(0, 0, 0, 0.1);
        box-shadow: 1px 4px 45px 0 rgba(0, 0, 0, 0.1);
    }

.user-thumb {
    position: relative;
    z-index: 999;
}

    .user-thumb img {
        height: 88px;
        margin: 0 auto;
        width: 88px;
    }

.ex-page-content h1 {
    font-size: 98px;
    font-weight: 700;
    line-height: 150px;
    text-shadow: rgba(61, 61, 61, 0.3) 1px 1px, rgba(61, 61, 61, 0.2) 2px 2px, rgba(61, 61, 61, 0.3) 3px 3px;
}
