/* viet unicode font */
@font-face {
    font-family: be-viet-pro-light;
    src: url("../../fonts/BeVietnamPro-Light.woff") format("woff");
}

.playground-notice {
    position: absolute;
    top: 3px;
    right: 3px;
    font-size: 10px;
    color: red;
}

.account-wrap {
    font-family: be-viet-pro-light, Arial, sans-serif;
    position: relative;
    width: 600px;
    height: 200px;
}

.account-container {
    position: absolute;
    width: 90%;
    max-width: 90%;
    margin-left: 5%;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px,
                rgba(0, 0, 0, 0.12) 0px -12px 30px,
                rgba(0, 0, 0, 0.12) 0px 4px 6px,
                rgba(0, 0, 0, 0.17) 0px 12px 13px,
                rgba(0, 0, 0, 0.09) 0px -3px 5px;
    font-family: be-viet-pro-light, Arial, sans-serif;
    background: lightblue;
    padding: 30px 30px 15px 30px;
    border: 1px solid yellow;
    border-radius: 10px;
    text-align: center;
}

.account-title {
    color: red;
    font-size: 18px;
    padding-top: 5px;
}

.account-message {
    color: white;
    font-size: 15px;
}

.account-smaller {
    font-size: 15px;
}
.account-link {
    color: blue; 
    font-size: 24px;
}
#eye {
    position: absolute;
    top: 43px;
    left: 280px;
    cursor: pointer;
}

/* Edge :not showing eye */
::-ms-reveal {
    display: none;
}
