		body {
	  		font-family: "Helvetica Neue",Helvetica,Arial,sans-serif !important;
	  		font-size: 12px;	  		
		}
		a {
			color: inherit;
			text-decoration: none;
		  }			
	   	.btn-primary {			 
			  font-size: 12px;
			  color: rgba(58, 133, 191, 0.75);
			  letter-spacing: 1px;
			  line-height: 15px;
			  border: 2px solid rgba(58, 133, 191, 0.75);
			  border-radius: 40px;
			  background: transparent;
			  background-color:#003399;
			  border-color:#003399;
			  transition: all 0.3s ease 0s;
		}
	   .btn-primary:hover {
			  color: #FFF;
			  background: rgba(58, 133, 191, 0.75);
			  border: 2px solid rgba(58, 133, 191, 0.75);
		}
		
		.btn-outline-primary {			  
			  font-size: 12px;
			  font-weight: 700;
			  color: #003399 !important;
			  letter-spacing: 1px;
			  line-height: 15px;
			  border: 2px solid rgba(58, 133, 191, 0.75);
			  border-radius: 40px;
			  background: transparent;	  
			  border-color:#003399;
			  transition: all 0.3s ease 0s;
		}
	   .btn-outline-primary:hover {
			  color:#003399;
			  background: rgba(58, 133, 191, 0.75);
			  border: 2px solid rgba(58, 133, 191, 0.75);
			  color:#003399;
		}
		.label-li {			  		  
			  font-size: 12px;			      
		}
	
		.login-font-family{
			font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
		}
	
		.label-browse {		  
			  font-size: 12px;
			  font-weight: 700;
			  color: rgba(58, 133, 191, 0.75);	  
			  color:#003399;	 
		}
		.label-login {		  
			  font-size: 10px;
			  font-weight: 700;
			  color: rgba(58, 133, 191, 0.75);	  
			  color:#003399;	 
		}
				
		.label-accordian {			  	  
			  font-size: 12px;
			  font-weight: 700;	  	  
			  color:#003399;
			  height:20px;
			  font-style: normal;
		 
		}
		
		.label-title{
			  	  
			  font-size: 14px;
			  font-weight: 700;	  	  
			  color:#003399;
		}	
		.app-title{
			  	  
			  font-size: 16px;
			  font-weight: 700;	  	  
			  color:#58595a;
		}	
		.label-login-title{
			  	  
			  font-size: 12px;
			  font-weight: 700;
		}		
		.label-sign {			 		  
			  font-weight: 700;
			  font-size: 22px;
		}
		
		.label-icon {			  			  
			  font-size: 10px;		  
			  height:20px;		 
		}
		
		.label-uNivUS {			  			  			  
			  font-size: 10px;
		}
		
		.label-tab {		  
			  font-size: 12px;
			  font-weight: 700;
			  color: rgba(58, 133, 191, 0.75);	  
			  color:#003399;	 
		}		
		.img-icon{
		    width: 30px;
		    height: 30px;
    	}
    	
    	.img-logo{
		    width: 30px;
		    height: 30px;
    	}
    	
    	.accordion-button::after {		    
		   background-size: 0.75rem;		    
		}
		.accordion-button {    
    		padding: 1rem 1.25rem;
    	}
		.accordion-button::after {		    
			   background-size: 0.75rem;		    
		}
		.accordion-button {    
	    	padding: 1rem 1.25rem;
	    }
    	 .accordion .card {
		    background-color: transparent;
		 }
		 .accordion-button {
		  	background-color: transparent;
		   
		 }
		.accordion-button:not(.collapsed) {
		    color: #0c63e4;
		    background-color: transparent;
		    box-shadow: inset 0 -1px 0 rgba(0,0,0,.125);
		}
		  
		.accordion-item {
		    background-color: transparent;
		    border: 1px solid rgba(0,0,0,.125);
		}
		
		
		.border-right {
		   border-right: 1px solid grey;
		}
		
		.custom-tab.active {	    	
		    background: transparent !important;
		    border-color: none;
		    border-bottom: 2px solid #003399 !important;
		    border-radius: 0px !important;
		}
		.custom-tab:hover {	    	
		    border-color: none;
		    
		}
		.nav-tabs {
		    margin-bottom: 0;
		}
		
		
		.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hove {
		    border-color: 0;
		    
		}
		
		.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
		    border-color: 0;		   
		}
		
		.nav-tabs a.nav-link.active,
		.nav-tabs a.nav-link.active:hover,
		.nav-tabs a.nav-link.active:focus {
		    
		    border-bottom-color: transparent;
		}
		.nav-tabs, .nav-tabs a.nav-link {
		    border-bottom: none;
		}
		.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
		     border-color:none;		    
		}
		
		.nav-tabs .nav-link {		   
		    padding: 0.25rem 0.5rem;
		    background: 0 0;
		    border:none;
		}	
		
		.univus-iframe {
		   -moz-transform: scale(0.65, 0.65); 
		   -webkit-transform: scale(0.65, 0.65); 
		   -o-transform: scale(0.65, 0.65); 
		   -ms-transform: scale(0.65, 0.65); 
		   transform: scale(0.65, 0.65); 
		   -moz-transform-origin: top left; 
		   -webkit-transform-origin: top left; 
		   -o-transform-origin: top left; 
		   -ms-transform-origin: top left; 
		   transform-origin: top left; 
		   border-radius: 15px;
    	}
		
@media (max-width: 991.98px) { 
	body {
		background: url('../images/bg-blue.svg') center left;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
		height: auto;		
		min-height: 100vh;
		
	}

	.wrapper {
		background: none;
	}
	.policy-content {
		display:none;
	}
	.policy-mobile-content {
		display:block;
	}
	.browse-mobile {
		display:block;
	}
	.browse{
		display:none;
	}
	.border-right {
		   border-right: none;
    }
    .hr-mobile {
		display:block;
	}
	.header-border-right {
		    border-right: 2px solid #dee2e6 !important;
    }
	
 }
@media (min-width: 991.98px) {
	 body {
		background: none;
	}
	.wrapper {
		     background: url('../images/bg-blue.svg') center left;
			-webkit-background-size: cover;
			-moz-background-size: cover;
			-o-background-size: cover;
			 background-size: cover;
			 height: auto;	
	}
	.policy-content {
		display:block;
	}
	.policy-mobile-content {
		display:none;
	}
	.browse-mobile {
		display:none;
	}
	
	.browse{
		display:block;
	}
	.custom-card{
		position: relative;
	    display: flex;
	    flex-direction: column;
	    min-width: 0;
	    word-wrap: break-word;
	    background-color: #fff;
	    background-clip: border-box;
	    border: 1px solid rgba(0,0,0,.125);
	    border-radius: 0.25rem;
	}
	.custom-card-body{
		flex: 1 1 auto;
    	padding: 1rem 1rem;
	}
	.border-right {
		   border-right: 1px solid #dee2e6!important;
    }
    .hr-mobile {
		display:none;
	}
	.header-border-right {
		   border-right: 1px solid #dee2e6!important;
    }
	
 }