#alternative-logins legend{
display : none;
}



.useragreement-div{

   width:calc(100% - 30px);
   max-width:800px;
   background:white;
   padding:20px;
   height:100%;
   margin:auto;
   font-size:18px;
   margin-top:40px;
-webkit-box-shadow: 0px 2px 59px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 2px 59px 0px rgba(0,0,0,0.75);
box-shadow: 0px 2px 59px 0px rgba(0,0,0,0.75);
max-height: calc(100% - 150px);
height: 700px;
}
.useragreement-text{
  max-height: calc(100% - 20px);
  margin-bottom:10px;
   overflow-y: auto;

}
.useragreement-container{
   position:fixed;
   top:0px;
   left: 0px;
   width:100%;
   height:100%;
   z-index:2000;

}

.useragreement-container a{
   color: white;
   background-color: #0082c9;
   padding-left:20px;
   padding-right:20px;
   padding-top:5px;
   padding-bottom:5px;
   
}