/* *****************Login Screen css***************** */
body{
    font-family: 'Lato', sans-serif;
    font-size: 14px;
    color: #3C3C3C;
}
.bg-gray-body{
    background-color: #fff;
}
.welcome-text{
    color: #000;
    font-size: 35px;
    font-family: 'Lato', sans-serif;
    font-weight: 300;
    color: #383838;
}
.bg-header{
    background-color: #d7d7d7;
}
.logo-text{
    font-weight: 700;
    font-size: 20px;
    color: #fff;
}
.logo-text:hover{
    color: #fff;
}
.login-link span{
    font-weight: 700;
    font-size: 20px;
}
.login-link i{
    font-weight: 700;
    font-size: 16px;
}
.header-top{
    border-bottom: 2px solid #979797;
}
.footer-login {
    border-top: 2px solid #979797;
    bottom: 0;
    width: 100%;
    padding: 0.5rem 0;
    height: 40px;
    position:absolute;
    background-color: #d7d7d7;
}
.btn {
    border-radius: 3px;
    padding: 8px 35px;
    text-transform: uppercase;
    font-weight: normal;
}
.btn-primary{
    background-color: #68894E;
    border-color: #68894E;
    font-size: 20px;
    color: #fff;
}
.btn-primary:hover, .btn-info:hover, .btn-success:hover, .btn-primary:active, .btn-info:active, .btn-success:active {
    color: #fff;
    background-color: #68894E;
    border-color: #68894E;
}
h1{
    font-size: 40px;
    font-family: 'Lato', sans-serif;
    font-weight: 300;
    color: #383838;
}
.main-content .navbar-top{
    height: 75px;
    background-color: #68894E;
}
.width-40{
    width: 40%;
}
.centered {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.centered-top {
  position: fixed;
  top: 52%;
  left: 50%;
  transform: translate(-50%, -50%);
}
/* privacy-policy css */
.privacy-policy{
    background-color: #fff;
    width: 100%;
}
.privacy-policy h1{
    font-size:25px;
}
.privacy-header{ 
    height: 75px;
    background-color: #000;
    padding: 6px 0;
    text-align:center;
    display: block;
    vertical-align:middle;
}
.privacy-header .privacy-logo{
    width:110px;
    height:60px;
    float:left;
    position: absolute;
    left: 0;
}
.privacy-header .privacy-logo img{
    max-width:100%;
}
.privacy-header h2{
    color:#fff;
    padding:10px 0;
    font-size:25px;    
}

.privacy-content{
    padding-top:20px;
    padding-bottom:20px;
}
.privacy-content p{
    font-size:14px;
    margin-bottom: 8px;
    font-weight: normal !important;
}
.privacy-content ul{
    font-size:14px;
    line-height:25px;
}
.privacy-content strong{
    font-weight:bold;
}

@media (max-width: 576px) {
    .width-40{
        width: auto;
    }
}