﻿@charset "UTF-8";
/* CSS Document */

body 
{
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 80%;
	background:url(./SSO/Logo-sso-200x40px.png) no-repeat transparent;
}

h1
{
	margin: 0px 0px 8px 0px;
	padding: 0;
	font-size: 125%;
}

h2
{
	margin: 0px 0px 0px 35px;
	padding-top: 80px;
	font-size: 100%;
}
.title {
	font-size: 150%;
	line-height:50px;
	color: #999999;
}
p
{
	margin: 0px 0px 8px 0px;
	padding: 0;
}

.login
{
    width: 400px;   
	margin-left: auto;
	margin-right: auto;
	margin-top: 150px;
	padding: 110px 30px 20px;
	-webkit-box-shadow:0 1px 6px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
	-moz-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
	box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
	background:url(./SSO/Logo-sso-200x40px.png) no-repeat scroll center 19px transparent;
}

.userName
{
    width: 300px;
}

.password
{
    width: 300px;
}

.otp {
    width: 300px;
}

#LoginUser_DomainDropDownList
{
    width: 300px;
}

#LoginUser_UserName
{
    width: 300px;
}

#LoginUser_Password
{
    width: 300px;
}

#LoginUser_OneTimePassword
{
    width: 300px;
}

input.btn {
	display: inline-block;
	text-decoration: none;
	font: 14px/18px Arial, sans-serif;
	color: white;
	padding: 12px 40px;
	margin: 15px 0 0;
	float: right;
	cursor: pointer;
	
    background-color: #0064cd;
    background-repeat: repeat-x;
    background-image: -khtml-gradient(linear, left top, left bottom, from(#049cdb), to(#0064cd));
    background-image: -moz-linear-gradient(top, #049cdb, #0064cd);
    background-image: -ms-linear-gradient(top, #049cdb, #0064cd);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #049cdb), color-stop(100%, #0064cd));
    background-image: -webkit-linear-gradient(top, #049cdb, #0064cd);
    background-image: -o-linear-gradient(top, #049cdb, #0064cd);
    background-image: linear-gradient(to bottom, #049cdb, #0064cd);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#049cdb', endColorstr='#0064cd', GradientType=0);

    border: 1px solid #ccc;
    border-color: #0064cd #0064cd #003f81;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-ms-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
}

input.btn.right {
	float: right;
}

input.btn:hover {
    background-position: 0 -15px;
    text-decoration: none;
}

input.btn:active {
    -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.25),0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.25),0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.25),0 1px 2px rgba(0, 0, 0, 0.05);
}

.changePassword
{
    width: 350px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 100px;
    background: silver;
    border: 1px solid black;
    padding: 5px 5px 5px 5px;
}

.logout
{
    width: 400px;   
	margin-left: auto;
	margin-right: auto;
	margin-top: 150px;
	padding: 30px;
	-webkit-box-shadow:0 1px 6px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
	-moz-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
	box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}

.error
{
    width: 400px;   
	margin-left: auto;
	margin-right: auto;
	margin-top: 150px;
	padding: 30px;
	-webkit-box-shadow:0 1px 6px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
	-moz-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
	box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}

.failureNotification
{
    color: Red;
}
