﻿
@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500&display=swap');

*{
	box-sizing:border-box; 
	margin:0; 
	padding:0;
	font-family: Roboto, sans-serif;
}

html {
	overflow-x: hidden;
}




.bghome {
    background: #0094ff url("../images/bgreto_mayo2018.jpg") center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
}


.logos-content {
    position: relative;
    min-height: 120px;
	z-index: 110;
	/* background-image: url(http://labsag.co.uk/images/bg12.jpg); */
	background-repeat: no-repeat;
}

.logos-content .logo-labsag {
	display: inline-block;
    margin-top: 22px;
}

.logos-content .logo-reto {
	display: inline-block;
	float: right;
    margin-top: 12px;
}


.navbar-light .navbar-nav .nav-link {
    color: #428bca;
}


.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: #0f8ffd
}

.bg-nav {
	background: #012e4c !important;
}

hr{
	border-top: 1px solid #440c6d;
}




.content-form{
	background: rgba(255,255,255,0.8)
}

b, strong {
    font-weight: bolder;
    color: #50088a;
}


.title-form {
	color: #50088a;
    text-transform: uppercase;
    text-align: center;
}





select.textEntry:focus{
	outline:none;
}

input[type="radio"]{
	width:18px; height:18px;

}
label{
	padding-left:4px;

}



/*RADIO BUTTON*/













  


input.passwordEntry 
{
    width: 320px;
    border: 1px solid #ccc;
}

div.accountInfo
{
    width: 42%;
}

/* MISC  
----------------------------------------------------------*/

.clear
{
    clear: both;
}

.title
{
    display: block;
    float: left;
    text-align: left;
    width: auto;
}

.loginDisplay
{
    font-size: 1.1em;
    display: block;
    text-align: right;
    padding: 40px;
    color: White;
}

.loginDisplay a:link
{
    color: white;
}

.loginDisplay a:visited
{
    color: white;
}

.loginDisplay a:hover
{
    color: white;
}

.failureNotification
{
    font-size: 1.2em;
    color: Red;
}




