body {
    display: flex;
    height: 100vh;
    margin: 0;
    padding: 0;
    justify-content: center;
    font-family: Arial, Helvetica, Geneva, sans-serif;
    background: #FFFFFF;
}

.errors {
    background: none;
    text-align: center;
    font: 12px verdana, arial, helvetica;
    text-decoration: none;
    color: #cc0000;
}

.header {
    display: flex;
    justify-content: space-between;
    vertical-align: middle;
    width: 800px;
    height: 100px;
    align-items: center;
}

.logo {
    float: left;
}

.seaded {
    margin-left: auto;
    margin-right: 0px;
    float: right;
}

.subHeader {
    width: 800px;
}

.tabs {
    height: 22px;
}

.x44 {
    background-color: #dc202b;
    width: 800px;
    height: 20px;
}

.main-content {
    display: flex;
}

#loginForm {
    display: flex;
    justify-content: center;
    flex-direction: column;
}

#fm1 {
    display: flex;
    justify-content: center;
}

.hr-dotted {
    border-top: 1px dotted red !important;
    border: 0px;
    margin: 30px;
}

.hr-user {
    margin-top: 0px;
    border-top: 1px solid red !important;
    border: 0px;
}

#loginForm #fm1 label {
    display: flex;
    justify-content: space-between;
    margin: 5px;
}

.x13 {
    font: bold 15px verdana, arial, helvetica;
    color: #000000;
    text-decoration: none;
}

.xd {
    font: 12px verdana, arial, helvetica;
    text-decoration: none;
    text-align: right;
    color: #000000;
    font-weight: normal;
    margin-right: 10px;
}

.xg {
    font: 12px verdana, arial, helvetica;
    text-decoration: none;
    text-align: left;
    color: #000000;
    font-weight: normal;
}

a {
    text-decoration: none
}