
.fa-3x{
  display:none;
}


.js-login-container{
  display: none;
}


.js-login-form{
   	position: fixed;
    top: calc(100% - 3px);
   	top:0px;
   	right: 0px;
   	padding:20px;
   	background-color:#fff;
   	border: 1px solid #ccc;
   	display: none;
   	min-width: 285px;
    width:320px;
   	max-width: 87%;
   	margin: 0 auto;
   	color: #3d3d3d;
   	font-family: 'Open Sans', sans-serif !important;
   	-webkit-box-shadow: 0 0 30px rgba(0,0,0,0.2);
    box-shadow: 0 0 30px rgba(0,0,0,0.2);
    z-index: 9999999;
    text-align:center;
}

.js-login-form h3 {
	font-size: 20px;
	font-family: 'Open Sans', sans-serif;
}

.login-close{
  position: absolute;
  top:10px;
  right: 15px;
  font-size: 1.2em;
  cursor: pointer;
}

.js-login-form .message{
  color: #C62828;
  font-size:13px;
  line-height:18px;
}

.js-login-form .message a{
  color:#008dde;
  text-decoration:underline;
  }


.js-login-form input {
	padding: 7px 2px 11px 0;
    font-weight: 500;
    border: none;
    border-bottom: 1px solid #c3c3c3;
    font-size: 16px;
    line-height: 20px;
    color: #3d3d3d;
    outline: none;
    width: 100%;
    z-index: 1;
    position: relative;
    background-color: transparent;
    margin-bottom: 24px;
}

.js-login-form button[type=submit] {
	background-color: #C62828;
    border: 2px solid #C62828;
    font-size: 16px;
    font-weight: 700;
    padding: 14px 50px;
    color: #fff;
    text-transform: uppercase;
    cursor: pointer;
}

.js-login-form button[type=submit]:hover {
	background-color: #fff;
    border: 2px solid #C62828;
    color: #C62828;
}

.login-sm-text {
	width: 100%;
	padding: 15px 5px 0px;
	text-align: center;
	margin-top: 10px;
	border-top: 1px solid #ededed;
   	font-family: 'Open Sans', sans-serif !important;
    position:relative;
    top:0px;
}

.login-sm-text a {
	color: #222 !important;
	font-size: 13px !important;
	font-weight: 300 !important;
	text-decoration: none;
	background-color: transparent !important;
	padding: 0px !important;
	float: none !important;
	text-transform: none !important;
   	font-family: 'Open Sans', sans-serif !important;
    position:relative !important;
    top:0px;
}


.login-sm-text a:hover {
	text-decoration: underline;
	color: #008dde !important;
}

.login{
   position: relative;
}

.login span{
   cursor: pointer;
}


.subscribe-banner-btn .fixed-login-btn.login.login-btn{
  top:0;
  float: right;
}


.active-paywall-user .login-btn.logout{
  background-color: white !important;
}


.active-paywall-user .fixed-login-btn.logout{
  background-color: #cccccc !important;
  font-size:  14px !important;
}


.active-paywall-user .fixed-subscribe-btn, .active-paywall-user .subscribe-btn {
  display:none !important;
}