﻿body {
    font-family : "Helvetica Neue",Arial;
    background-color : #f4f3f3;
    height : 100%;
}

#fp {
    margin-top : 15px;
}

#login-logo {
    max-width : 250px;
    width: 100%;
    margin-bottom : 30px;
}

.log-info {
    margin-top : -10px;
}

#pass-rules{
    margin-top : 15px;
    /* width : 365px; */
    margin-bottom : 30px;
}

#pass-rules p {
    font-size : 12px;    
}

#copyright {
    margin-bottom : .25rem !important;
}

.footer {
    bottom: 30px;
}

.footer #copyright {
    margin-left: 18px;
    margin-bottom: .25rem !important;
}

.footer p {
    font-size: 14px;
}

.footer p a {
    font-size: 14px;
}

.fix-page-bottom {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%);
    z-index: 1030;
    height: 0px;
    text-align: center;
}

.fix-page-bottom p {
    font-size: 14px;
    line-height: 16px;
}

.fix-page-bottom p a {
    font-size: 14px;
    line-height: 16px;
}

.fix-bottom {
    position: fixed;
    right: 26%;
    bottom: 30px;
    left: 40%;
    z-index: 1030;    
}


.fix-bottom p {
    font-size: 14px;
    line-height: 16px;
}

.fix-bottom p a {
    font-size: 14px;
    line-height: 16px;
}


.wd-475 {
    width : 475px;
}

/* #tc {
    border : 1px solid #000;
    height : 400px;
    overflow : scroll;
    padding : 20px 20px;
    font-weight : normal;
    margin-bottom : 20px;
    font-size : 14px;
    line-height : 20px;
    color : #4d4b4d;
    background-color : #fff;
} */

#tc {
    height: 400px;
    overflow-y: scroll;
    padding: 10px;
    font-weight: normal;
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 20px;
    color: #4d4b4d;
    background-color: #fff;
    border: 1px solid #D0D0D0;
}

#tc li, #tc p {
    /* font-size : 14px;
    line-height : 20px;
    color : #4d4b4d; */
    font-size : 16px;
    line-height : 18px;
    color : #ACA7AA;
    margin-bottom: 1rem;
}

.tcfp {
    /* font-size : 14px; */
    margin-top: 18px;
}

.read-it {
    margin-top : 20px;
    margin-bottom : 40px;
}

.mar-top {
    margin-top : 120px;
}
/* width */
::-webkit-scrollbar {
  width: 5px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1; 
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: #888; 
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555; 
}


/* Select Office page */
.logo {
    margin-top: 200px; /* it should be 250px as per guidlines */
    margin-bottom: 50px;
}

.logout a {
    font-size: 16px;
}

.btn-continue {
    margin-bottom: 20px;
}

/* Login screen div center*
.login-center {
  position: absolute;
  left: 50%;
  top: 39%;
  transform: translate(-50%, -50%);
}*/

.login-center {
    width : 500px;
    position: absolute;
	top:0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}


.ht-login {
    height : 555px;
}

.ht-resetpass {
    height: 780px;
}
.policy-head, .checkbox-lbl {
	color: #4D4B4D;
	font-size: 16px;
	line-height: 18px;
}

dl, ol, ul {
  color: #867F82 !important;
}

/* Update styles for login and sticky footer */
html{
    min-height: 100%;
    position: relative;
    height: 100%;
}
.rsa-login-form{
    width: 500px;
}
.absolute-center-block {
    height: 100%;
    min-height: 700px;
    position: relative;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    top: -34px;
} 

/*@media only screen and (max-width: 700px) {
  .absolute-center-block  {
     min-height: 700px;
  }
}*/

.absolute-center-block.forgot-password-block{
  min-height: 590px;
}

.absolute-center-block.reset-password-block{
  min-height: 740px;
}

.sticky-footer{
    width: 100%;
    padding: 8px 15px 25px 15px;
    position: fixed;
    bottom: 0;
    background: #f5f5f5;
    text-align: center;
}
/* End */

#welcomeUser{
    margin-bottom: 20px;
}

.warningMessage {
    position: fixed;
    background: red;
    width: 100%;
    text-align: center;
    font-size: 16px;
    padding: 10px 5px;
}