@media only screen and ( max-width : 800px){
		.link-description {  font-size: 16px; }
	}

 #protected-asset-message {
	 margin-top: 10px !important;
	 margin-bottom: 10px !important;
 }
 
 .protected-asset-form-field label {
	 display: block !important;
	 width: 100% !important;
	 text-align: left !important;
	 margin-bottom: 10px !important;
 }
 
 .protected-asset-form-field input[type="text"],
 .protected-asset-form-field input[type="password"] {
	 width: 100% !important;
	 border-radius: 4px !important;
 }
 
 .protected-asset-form-field button {
	 margin-top: 10px !important;
	 margin-bottom: 10px !important;
	 background: none !important;
	 background-color: #0079ab !important;
	 color: #ffffff !important;
	 display: inline-block !important;
	 text-shadow: none !important;
	 background-image: none !important;
	 vertical-align: none !important;
	 text-transform: uppercase !important;
	 border: none !important;
	 border-radius: 4px !important;
	 padding: 15px !important;
	 border-color: transparent !important;
	 cursor: pointer !important;
 }

  .protected-asset-form-field button:hover {
	 background-color: #00648F !important;
 }
     
.protected-form-container {
	 display: flex;
	 position: absolute;
	 top: 0;
	 bottom: 0;
	 left: 0;
	 right: 0;
	 justify-content: center;
	 align-items: center;
	 background-color: rgba(0,0,0,0.8);
 }
 
 .protected-asset-form {
 	min-width: 500px;
 	font-size: 16px;
 }
     