﻿.login-container {
	box-shadow: 0 0 0 2px #e5e5e5;
	border-top-right-radius: 10px;
	border-top-left-radius: 10px;
	padding: 15px;
	box-sizing: border-box;
}

.oauth-container {
	box-shadow: 0 0 0 2px #e5e5e5;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	padding: 15px;
	box-sizing: border-box;
}

	.oauth-container p {
		line-height: 0;
	}

.prepend-top-15 {
	margin-top: 15px;
}

.oauth-button {
	font-size: 1em;
}

	.oauth-button a {
		padding-left: 0.5em;
		border-radius: 10px;
		text-decoration: none;
		width: 8em;
	}

		.oauth-button a:hover {
			opacity: 1;
			background: #4E89A7;
			color: #ffffff;
		}
