#pagecontent>div:nth-child(1) {
    margin: .5vmax;
    margin-bottom: 22px;
    background: #fff;
    background: -moz-linear-gradient(45deg,rgba(255,255,255,1) 0%,rgba(252,252,252,1) 100%);
    background: -webkit-linear-gradient(45deg,rgba(255,255,255,1) 0%,rgba(252,252,252,1) 100%);
    background: linear-gradient(45deg,rgba(255,255,255,1) 0%,rgba(252,252,252,1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#fff',endColorstr='#fcfcfc',GradientType=1);

    vertical-align: top;
     padding-bottom: .75vmax;
    list-style: none;
    font-size: .75vmax;

    margin: auto;
    width: 30%;
    min-width: 600px;
}

td, th {
    padding: 0.25vmax;
        font-size: 18px;
}

#pagecontent>div:nth-child(1) form table {

	margin:auto;

}
#pagecontent table a, input[type=submit]
{
	width:100%;
}

.container-centeronpage div#loginformcase {
    padding: 1vmax;
    background: #fff;
    background: -moz-linear-gradient(45deg,rgba(255,255,255,1) 0%,rgba(252,252,252,1) 100%);
    background: -webkit-linear-gradient(45deg,rgba(255,255,255,1) 0%,rgba(252,252,252,1) 100%);
    background: linear-gradient(45deg,rgba(255,255,255,1) 0%,rgba(252,252,252,1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#fff',endColorstr='#fcfcfc',GradientType=1);
}

.container-centeronpage h4.head2 {
    font-size: 18px;
    /*background:#00467f;  //this is now being set in style.php for primary color branding */
    margin-bottom: 0;
    margin-top: 0;
    padding: 1vmax;
    color: #fff;

}
.container-centeronpage {
    position: relative;
    top: auto;
    left: auto;
   	transform: translate(0%, 50%);
   	display:block;
    box-shadow: none;
    width: 50%;
	margin: auto;
}
.container-centeronpage table a,.container-centeronpage table div[btn-icon] {
    font-weight: 400;
    line-height: 1.25;
    text-align: center;
    cursor: pointer;
    border: 1px solid transparent;
    padding: 7px 13px;
    border-radius: .25rem;
    /*background-color: #00467f;  //this is now being set in style.php for primary color branding */
    /*border-color:#00467f;  //this is now being set in style.php for primary color branding */
    margin-right: auto;
    margin-left: auto;
    float: none;
    margin-top: auto;
    display: inline-block;
    white-space: nowrap;
    vertical-align: middle;
    color: #333;
    font-size: 18px;
}

.container-centeronpage table .btn-link,[btn-link]
{
    cursor:pointer;
        text-align: center;
}

.container-centeronpage table div[btn-icon-users]
{
    width:100%;
    text-align: center!important;

}

.container-centeronpage table div[btn-icon-users] input[type=submit]
{
    text-align: center!important;
    margin-right: 6px!important;
    width: 80%!important;
}
.container-centeronpage a input[type=submit] {
    font-weight: 400;
    line-height: 1.25;
    text-align: center;
    cursor: pointer;
    padding: 6px 12px;
    border-radius: .25rem;
    /*background-color: #00467f;  //this is now being set in style.php for primary color branding */
    /*border-color: #00467f;  //this is now being set in style.php for primary color branding */
    margin-right: auto;
    margin-left: auto;
    float: none;
    margin-top: auto;
    display: inline-block;
    white-space: nowrap;
    vertical-align: middle;
    color: #333;
    font-size: 18px;
}

.container-centeronpage table a.btn-link:hover {
    background: transparent!important;
    color: #333!important;
    transition: all 0.5s ease;
}

form .display-input
{
    clear: both;
    display: block;
    font-size: 18px!important;
}

form input:not([btn-link]), form select, form textarea {
    display: inline-block;
    width: auto;
    height: auto;
    padding: 6px 12px;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    font-family: verdana,arial,helvetica;
    font-size: 0.750vmax;
    line-height: 1vmax;
}
form .display-input input
{
    clear: both;
    display: block;
    font-size: 18px!important;
}
@media (max-width: 1000px) {
#pagecontent>div:nth-child(1)
    {
        transform: translate(0%,50%);
        margin: auto;
        width: 80%;
        min-width: 1px;
    }
    .container-centeronpage
    {
        width:90%;
        margin:auto;
    }

    form .container-centeronpage input[type=text]
    ,form .container-centeronpage input[type=password]
    {
    display: inline-block;
    width: auto;
    height: auto;
    padding: 6px 12px;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    font-family: verdana,arial,helvetica;
    /* font-size: 1.5vmax!IMPORTANT;
    line-height: 1.5vmax; */
    line-height: 1vmax;
}
    .breadcrum-case
    {
        display:none;
    }
}


/*Microsift Edge Support*/

@supports (-ms-ime-align:auto) {

    #pagecontent>div:nth-child(1) {
        margin: .5vw auto!important;
        padding-bottom: .75vw!important;
        font-size: .75vw!important;
    }

    td, th {
        padding: 0.25vw!important;
    }

    .container-centeronpage div#loginformcase {
        padding: 1vw!important;
    }

    .container-centeronpage h4.head2 {
        padding: 1vw!important;

    }

    .container-centeronpage input[type="submit"][btn-input] {

        display: inline-block!important;

    }

}
