﻿body {
	padding-top: 50px;
	padding-bottom: 20px;
}

/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.body-content {
	padding-left: 15px;
	padding-right: 15px;
}

/* Set widths on the form inputs since otherwise they're 100% wide */
input,
select,
textarea {
	max-width: 280px;
}

/* Carousel */
.carousel-caption p {
	font-size: 20px;
	line-height: 1.4;
}

/* Make .svg files in the carousel display properly in older browsers */
.carousel-inner .item img[src$=".svg"] {
	width: 100%;
}

/* Hide/rearrange for smaller screens */
@media screen and (max-width: 767px) {
	/* Hide captions */
	.carousel-caption {
		display: none;
	}
}

#login-container {
	padding-top: 60px;
	width: 50%;
	margin-left: auto;
	margin-right: auto;
	padding: 20px;
	margin-top: 30px;
	margin-bottom: 30px;
	border: solid 1px grey;
	-moz-border-radius: 10px; /* Firefox */
	-webkit-border-radius: 10px; /* Safari, Chrome */
	-ms-border-radius: 10px;
	border-radius: 10px; /* CSS3 */
}

#login-form {
	margin-top: 60px;
}

#instructions-container input[type=text], #instructions-container input[type=password] {
	width: 100%;
}


#login-body {
	min-height: 500px;
	margin-top:20px;
}



#image-container {
	margin-bottom: 10px;
}

#buttons-container {
	margin-top: 50px;
}

#buttons-container-inner {
	max-width: 60%;
	margin-left: auto;
	margin-right: auto;
}

#login-container li {
	padding-top: 5px;
	width: auto;
	margin-top: 5px;
}

	#login-container li a {
		width: 100%;
	}

#terms-container {
	color: #676767;
}

#support-container {
	padding-top: 30px;
}

.center {
	margin: auto;
	width: 50%;
}

.tooltip.top .tooltip-inner {
}

.tooltip.top .tooltip-arrow {
}

.roche-employee-btn {
    color: #fff;
    background-color: #0A57A9;
    border-color: #0A57A9;
}

.roche-employee-btn:hover  {
    color: #fff;
    background-color: #286090;
    border-color: #204d74;
}
.sip-account-btn {
    color: #fff;
    background-color: #0FAF4D;
    border-color: #0FAF4D;
}

.sip-account-btn:hover {
    color: #fff;
    background-color: #37BA5D;
    border-color: #37BA5D;
}


