﻿html,body{
    padding:0;
    margin:0;
    height: 100%;
}
#pwx-body {
    font-family: 'Segoe UI', sans-serif;
    background-image: url('/Identity/media/PowerexWavesBackground.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
#pwx-logo {
    width: 172px;
    height: 45px;
}
#pwx-custom-error-page{
    font-weight: bold;
    position: fixed;
    bottom: 50%;
    text-align: center;
    width: 100%;
}
#pwx-custom-error-page div:first-child{
    font-size:35px;
    color:red;
}
#pwx-custom-error-page div:nth-child(3) {
    font-size: 25px;
    color: white;
}
#pwx-custom-error-page span{
    text-decoration: underline;
    font-style: italic;
    font-weight: bolder;
}
#pwx-header {
    background-color: #17213090;
    padding: 10px;
    display: flex;
    vertical-align: middle;
}
#pwx-footer {
    position: fixed;
    width: calc(100% - 16px);
    bottom: 0;
    padding: 10px;
    background-color: #17213090;
    color: white;
    display: flex;
    flex-direction: column;
    text-align: center;
    align-items: center;
    font-size: 12px;
}

