html,
body {
    height: 100%;
}
.clear {
    clear: both;
}

.wrap {
    min-height: 100%;
    height: auto;
    margin: 0 auto -60px;
    padding: 0 0 60px;
}

.wrap > .container {
    padding: 70px 15px 20px;
}

.footer {
    height: 60px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    padding-top: 20px;
}

.jumbotron {
    text-align: center;
    background-color: transparent;
}

.jumbotron .btn {
    font-size: 21px;
    padding: 14px 24px;
}

.not-set {
    color: #c55;
    font-style: italic;
}

/* add sorting icons to gridview sort links */
a.asc:after, a.desc:after {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    padding-left: 5px;
}

a.asc:after {
    content: /*"\e113"*/ "\e151";
}

a.desc:after {
    content: /*"\e114"*/ "\e152";
}

.sort-numerical a.asc:after {
    content: "\e153";
}

.sort-numerical a.desc:after {
    content: "\e154";
}

.sort-ordinal a.asc:after {
    content: "\e155";
}

.sort-ordinal a.desc:after {
    content: "\e156";
}

.grid-view th {
    white-space: nowrap;
}

.hint-block {
    display: block;
    margin-top: 5px;
    color: #999;
}

.error-summary {
    color: #a94442;
    background: #fdf7f7;
    border-left: 3px solid #eed3d7;
    padding: 10px 20px;
    margin: 0 0 15px 0;
}


.label.method {
    color: #000;
}


/*---------Auth form paje css---------*/

/*
Reset
 */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* Reset End */
body{
    position: relative;
    background-color: #4247A3;
}

.form_container{

    background-size: cover;
    font-family: Arial, sans-serif;
    height: 100vh;
    min-height: 500px;
}

.form_block {
    width: 680px;
    height: 480px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -220px;
    margin-left: -340px;
}

.form_block.password_reset {
    height: 500px;
}

.container {
    margin: auto;
    box-sizing: border-box;
}

#login-form,
#reset-form  {
    background-color: #fdfdfd;
    border-radius: 4px;
    display: block;
    margin: 0 auto;
    outline: rgba(0, 0, 0, 0.08) solid 8px;
    padding: 0 25px;
    height: 100%;

    width: 50%;
}

.login_title{
    background: #f3f3f3;
    background-image: -webkit-linear-gradient(top, whiteffd, #eef2f5);
    background-image: -moz-linear-gradient(top, whiteffd, #eef2f5);
    background-image: -o-linear-gradient(top, whiteffd, #eef2f5);
    background-image: linear-gradient(to bottom, whiteffd, #eef2f5);
    border-bottom: 1px solid #cfcfcf;
    border-radius: 3px 3px 0 0;
    color: #555555;
    display: block;
    font: bold 16px arial;
    line-height: 25px;
    margin: 0 -25px 25px;
    text-align: center;
    text-shadow: 0 0 1px #9d9d9d;
    padding: 15px 30px;
    position: relative;
}


.login_title .mg_lang_block {
    position: absolute;
    top: 20px;
}

.auth_err_block {
    background: #f9ebee;
    border: 1px solid;
    /* border-color: #d5c1b4 #e6d2cd #f2dedf; */
    border-radius: 2px;
    font-weight: bold;
    color: #bb404c;
    font-size: 12px;
    /* min-height: 16px; */
    margin: 0px 0 10px;
    text-shadow: 0 1px rgba(255,255,255,.89);
    padding: 9px;
    position: absolute;
    /*width: calc(60% - 20px);*/
    text-align: center;
    left: 143px;
    width: 177px;
}

.login_title img{
    display: block;
    width: 90px;
    margin: 10px auto;
}

.form_title{
    margin-bottom: 20px;
    font: bold 16px arial;
    color: #555555;
    text-align: center;
}

.input{
    background: white;
    border: 1px solid;
    border-color: #c4c4c4 #d1d1d1 #d4d4d4;
    border-radius: 2px;
    box-sizing: border-box;
    color: #404040;
    outline: 5px solid #eff4f7;
    -moz-outline-radius: 3px;
    -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.12);
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.12);
    height: 38px;
    margin-bottom: 20px;
    padding: 0 10px;
    transition: border-color 0.3s, outline 0.2s;
    width: 100%;
}

.input:focus{
    border-color: #7dc9e2;
    outline-color: #dceefc;
    outline-offset: 0;
}

.login-username,
.login-password{
    width: 60%;
    display: inline-block;
}

.login-password{
    /*	float: left;
        margin-right: 20px;*/
}


.login-submit {
    /*text-align: left;*/
    clear: both;
    /*float: left;*/
}

.button-primary {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: linear-gradient(to bottom, #9397de, #4247A3) repeat scroll 0 0 #4247A3;
    /* border-color: #b4ccce #b3c0c8 #9eb9c2; */
    border-image: none;
    border-radius: 16px;
    border-style: solid;
    border-width: 1px;
    /* box-shadow: 0 1px white inset, 0 1px 2px rgba(0, 0, 0, 0.15); */
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    color: #ffffff;
    cursor: pointer;
    font-size: 14px;
    font-weight: bold;
    height: 35px;
    line-height: 35px;
    /*margin: 10px 25px 0 0px;*/
    outline: 0 none;
    padding: 2px 10px;
    /*position: relative;*/
    text-shadow: 0 1px #000000;
    transition: background 0.3s;
    bottom: -30px;
    display: inline-block;
    min-width: 150px;
}

.btn-pos-wrapper {
    margin-top: 30px;
}
.one-id-btn{
    text-decoration: none;
}

.button-primary:hover{
    background: linear-gradient(to top, #9397de, #4247A3) repeat scroll 0 0 #4247A3;
}

.button-primary:active {
    background: #cde5ef;
    border-color: #9eb9c2 #b3c0c8 #b4ccce;
    -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.2);
}

.login-remember,
.nav{
    color: #777;
    font:  13px/24px arial;
    /*float: left;*/
    margin-top: 10px;
    font-weight: bold;
    transition: color 250ms linear;
}

.nav {
    width: 95%;
}

.login-remember{
    float: left;
    margin-left: 35px;
    margin-top: 16px;
}

.nav a{
    color: #777;
    font:  13px/24px arial;
    float: right;
}

.nav a:hover{
    text-decoration: none;
}

.nav label {
    float: left;
}

.login-remember input[type="checkbox"]{
    margin-top: 8px;
}

.login-remember:hover {
    color: #474747;
}

.login-forget{
    display: block;
    opacity: 0.7;
    color: #fff;
    font: 400 12px arial;
    margin: 30px auto;
    text-decoration: none;
    transition: opacity 300ms ease-in;
    text-align: center;
    margin-bottom: 20px;
}

.copy{
    margin: 20px 0px;
    color: #fff;
    font: 400 14px arial;
    text-align: center;
    opacity: 0.7;
}

.login-forget:hover {
    opacity: 1;
}

.login-forget span { font-weight: bold;}



#reset-form .login-username {
    float: left;
    margin-right: 28px;
}

.column {
    width: 100%;
    float: left;
    text-align: center;
    height: 250px;
}

.border-right {
    border-right: 1px solid #ccc;
    width: 49%;
}

#one-id-logo {
    background: url(one-id-logo.png) no-repeat center center;
    height: 120px;
    background-size: contain;
}

#one-id-error-wrapper {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 750px;
    margin-left: -375px;
    height: 200px;
    margin-top: -100px;
    text-align: center;
}

#one-id-error-wrapper h2 {color: #fff; font-size: 22px;}
#one-id-error-wrapper h3 {
    color: #ff9797;
    font-size: 20px;
    margin: 40px 0;
    text-transform: uppercase;
}
#one-id-error-wrapper .btn-back {
    text-decoration: none;
    width: auto;
    padding-right: 10px;
    padding-left: 10px;
}

.oneidreg{
			
    display: block;
    margin-top: 12px;
    font-size: 12px;
	color: #4347A1;
			
}