﻿html,
body {
    width: 100%;
    height: 100%;
}

html {
    display: table;
}

body {
    display: table-cell;
    vertical-align: middle;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 12px;
    color: #52575b;
}

label {
    font-weight: normal !important;
}

.outerscreen {
    width: 600px;
    margin: 0 auto;
    border: 1px solid #969696;
    background: #f1f1f1;
}

.header {
    background: #ffffff url("../img/proarc_Logo.png") no-repeat center center;
    height: 150px;
    background-size: 65%;
    position: initial;
}

.header-new {
    background: url("../img/Powered-by-Ascertra-Logo-Positive.png") no-repeat right center;
    height: 20px;
    background-size: 33%;
    position: relative;
    top: 100px;
    right: 70px;
}

.content {
    padding: 10px;
}

.footer {
    height: 50px;
    margin-right: 10px;
    background-size: 20%;
}

    .footer div {
        padding: 17px 0 10px 10px;
        color: #52575B;
    }

.table {
    display: table;
    width: 100%;
}

.tablecell {
    display: table-cell;
    vertical-align: middle;
}

.ErrorMsg {
    text-align: left;
    width: 1%;
    padding-right: 10px;
}

#lblErrorMsg {
    color: #f72f48;
    font-size: 14px;
}

.ErrorStackHeading {
    padding-top: 10px;
    padding-bottom: 3px;
    font-size: 14px;
    font-weight: bold;
}

#lblErrorStack {
    background: transparent;
    font-size: 12px;
    color: #52575b;
    width: calc(100% - 10px);
    height: 100px;
    border: 1px solid #969696;
}

#btnLoginAgain {
    background: #7597b6;
    border: 1px solid #7597b6;
    padding: 6px 10px 6px 10px;
    color: #FFF;
    width: 120px;
}

    #btnLoginAgain:hover {
        background: #5f8aac;
        border: 1px solid #5f8aac;
    }

    #btnLoginAgain:focus {
        background: #335e81;
        border: 1px solid #335e81;
    }

.btnouter {
    text-align: center;
    margin-top: 10px;
}

/**/

#claimsTable {
    color: white;
    background-color: #335E81;
}

#validationSummary ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

    #validationSummary ul li {
        list-style-type: none;
        color: #f72f48;
        font-size: 12px;
        margin-top: 10px;
        margin-bottom: 10px;
    }

input[type="text"], input[type="password"] {
    font-size: 12px !important;
    padding: 4px 2px !important;
    border: solid 1px #959aa0 !important;
    margin: 2px 0 10px 0px !important;
    height: 24px !important;
    border-radius: 0px !important;
}

.line-break {
    border-width: 1px;
    border-color: #52575B;
    border-style: solid;
    margin-top: 30px;
    margin-bottom: 20px;
    opacity: 0.2;
}

.linebreak {
    display: flex;
    flex-direction: row;
    gap: 12px;
}

    .linebreak:before,
    .linebreak:after {
        content: "";
        flex: 1 1;
        border-width: 1px;
        border-color: #9e9e9e;
        border-style: solid;
        border-bottom: 0px solid;
        margin: auto;
        opacity: 0.3;
    }

.button {
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
    border: 0px;
    height: 30px;
    background: #4096ff 10px 5px no-repeat;
    text-align: center;
    color: #FFFFFF;
    font-size: 12px;
    font-weight: 600;
    border-radius: 15px;
}

.button-right {
    margin-left: 20px;
}

.external-provider-button {
    background: #ffffff 50px 0px no-repeat;
    background-size: 25px;
    width: 100% !important;
    display: inline-flex;
    color: gray !important;
    text-decoration: none !important;
    border: 1px solid #9e9e9e;
    align-items: center;
    justify-content: center;
}

.winlogin {
    width: 140px;
    margin: 0px 1px;
    border: 0px;
    height: 30px;
    margin-top: 10px;
    margin-bottom: 10px;
    background: #7597b6 url("windows.png") 10px 5px no-repeat;
    text-align: center;
    text-indent: 15px;
    color: #FFFFFF;
    font-size: 12px;
    font-weight: 600;
}

.label {
    padding: 10px 0px 0px 16px;
    font-size: 12px;
    font-weight: 600;
}

.panel {
    border-radius: 0 !important;
}

.loginscreen {
    width: 400px;
    margin: 0 auto;
    border: 1px solid #969696;
    background: #ffffff;
}

    .loginscreen .content {
        padding: 30px;
    }

.errorIcon {
    clear: right;
    float: left;
    margin-top: 7px;
}

.errorMessage {
    font-size: 12px;
    color: #ca2728;
    font-weight: 600;
    display: block;
    height: 20px;
    padding-left: 16px;
}
.panel-body {
    padding: 15px;
}
/**/
@media (max-width: 640px) {
    .outerscreen {
        width: calc(100% - 60px);
    }
}

@media (max-width: 400px) {
    .outerscreen {
        width: calc(100% - 20px);
    }
}
