.login .inner{
    padding: 10px 0px 0px 0px;
    margin-top:10px;
}
.login div.margin
{
    border-top: 1px solid #0D3692;
    margin-top: 10px;
    margin-bottom: 10px;
}

.login img{
    max-width: 120px;
    margin: 0px 114px 0px 114px;
    height: 48px;   
}

.imgLogo {
   content:url("../images/nice-logo.png");
}

.login div.inner {
    background-position: center top;
    background-repeat: no-repeat;
    background-color: white;
    background-position-y: 40px;
    min-height: 534px;
    width: 348px;
    margin: 83px auto auto;
    border: .0625rem solid #ced4da;
    border-radius: .25rem;
}

.login table {
    margin: 45px auto auto;
    clear: both;
}
.login table b{
    font-weight:bold;
}
.login table th, .login table td {
    font-size: 9pt;
    font-weight: lighter;
    color: #000;
    text-align: left;
    padding: 5px 5px 5px 5px;
}

.login table tfoot
{
    text-align: right;
}
.login table tfoot .buttonstyle
{
    border: 1px solid #000000;
    margin-left: 70px;
    margin-bottom: 15px;
    width: 55px;
    cursor: pointer;
}
.login table tfoot tr div.tfootactions{
    height: 25px;
    margin-bottom: 10px;
    vertical-align: middle;
}
.login table tfoot tr div.tfootactions input{
    border-radius: 5px;
    color: #000;
    border: 1px solid #000;
}
.login table tfoot tr div.tfootactions input.firstinput{
    margin-left: 100px;
}
.login .forgot a {
    color: #4F81BD;
}
.login span.forgot
{
    margin-left:10px;
    display:inline-block;
    height: 20px;
}
.login span.forgot a{
    vertical-align: top;
}

.login input.aui-field-input-text, .login .aui-field-input-select  {
    border: 1px solid #4F81BD;
    background: #fff;
    color: #000;
    width: 220px;
}
.login #usernamePrompt{
    width:200px;
}

.login .navigation {
    background:none;
    border:none;

}

.login .aui-field-label
{
    display:inline-block;
    width:95px;
}

.login.forgot .aui-field-label
{
    display:inline-block;
    width:170px;
}

.login.forgot .captcha
{
    margin-left:173px;
    display: inherit;
}

.login.forgot .captcha-reload
{
    float: right;
    display: inline-block;
    padding-right: 130px;
    position: relative;
    top: -46px;
}

.login.forgot td{
    width:415px;
}

section.portlet
{
    border:none;
    margin-bottom: 0px;
}

header.portlet-topper
{
    display:none;
}

label.control-label {
    position: absolute;
    left: 10px;
    top: -8px;
    z-index: 9999;
    background-color: white;
    width: auto!important;
    padding: 0 5px;
    color: #9b9ea0;
    font-weight: normal;
    font-family: 'OpenSans',sans-serif;
}

.btn-style {
    background-color: #F8F8F8 !important;
    padding: 10px 0 !important;
    font-size: 15px !important;
    width: 100% !important;
    background-image: none !important;
    font-family: 'OpenSans',sans-serif !important;
    -webkit-box-shadow: inset 0 -6px 1px -4px #dae2e9 !important;
    -moz-box-shadow: inset 0 -6px 1px -4px #dae2e9 !important;
    box-shadow: inset 0 -6px 2px -4px rgba(0,0,0,0.5) !important;
    transition: all ease .5s !important;
    color: #6b7984 !important;
    border-color: #dae2e8 !important;
}

.btn-style:hover {
    border-color: #6d8dab !important;
    -webkit-box-shadow: inset 0 -6px 1px -4px #6d8dab !important;
    -moz-box-shadow: inset 0 -6px 1px -4px #6d8dab !important;
    box-shadow: inset 0 -6px 1px -4px #6d8dab !important;
    color:#9b9ea0 !important;
	background-color:#187bc4 !important;
}

.btn-style:focus {
    background-color: #ecf2f6 !important;
    box-shadow: none !important;
    outline: 0;
}

.login-dropdown-divider {
    margin-top: 120px;
    margin-bottom: -100px;
    border-top: none;
}


.form-group.input-text-wrapper {
    margin-bottom: 30px;
}

.form-group.input-text-wrapper.has-error {
    margin-bottom: 25px;
}

.forgot-navigation-alignment {
    display: inline-block;
}

span.taglib-text {
    text-decoration: none;
    font-size: 14px;
    color: #9b9ea0;
    transition: color .5s ease;
        padding-left: 29px;
}

.login .navigation {
    background: none;
    border: none;
    padding-left: 25px;
}

select.form-control {
    background-image: url(../images/arrow-drop-down.svg);
    background-repeat: no-repeat;
} 

select.form-control:focus {
   background-image: url(../images/arrow-drop-down.svg);
   background-repeat: no-repeat;
}

.navigation .taglib-icon {
	background-image: url(../images/lock.svg) !important;
	background-repeat: no-repeat; 
	background-position: 1px -2px; 
 }

.fieldset{
    min-width: 284px
}

.flex-column{
	background-color: aliceblue !important;
}

.alert{
	padding: 0.4rem !important;
	padding-top: 4px !important;
    font-family: 'Open Sans',sans-serif !important; 
    font-size: 13px !important;  
}

.close .lexicon-icon {
    margin: 0px 0px 18px 15px;
}

.form-feedback-item .required{
	padding-left: 15px;
	font-size: 12px !important;
}

.form-control{
	background-color: #ffffff !important;
}

.login div.alert-danger strong.lead{
	display: none;
}