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

.addpeerreviewbutton {
	float:right !important;
}

#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:#134C9B;
    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 {
    font-weight: 400;
    line-height: 1.25;
    text-align: center;
    cursor: pointer;
    border: 1px solid transparent;
    padding: 7px 13px;
    border-radius: .25rem;
    background-color: #134C9B!important;
    border-color: #134C9B!important;
    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 a input[type=submit] {
    font-weight: 400;
    line-height: 1.25;
    text-align: center;
    cursor: pointer;
    padding: 6px 12px;
    border-radius: .25rem;
    background-color: #134C9B!important;
    border-color: #134C9B!important;
    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;
}

.pageshadow {
    /* box-shadow: 0 8px 6px -6px rgba(0,0,0,0.4); */
    padding-bottom: 2%;
    /* border-left: 1px solid rgba(0,0,0,0.2); */
    /* border-right: 1px solid rgba(0,0,0,0.2); */
    /* border-bottom: 1px solid rgba(0,0,0,0.2); */
    color: #333;
    width: 80%;
   margin: 1vw auto;
}

/* @media (max-width: 1000px) {
#pagecontent>div:nth-child(1)
    {
        transform: translate(0%,20%);
        margin: auto;
        width: 80%;
        min-width: 1px;
    }
} */

/*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;

    }



}
