* {
	border-radius: 0 !important;
    color: #777;
	font-family: Roboto !important;
}

html,
body {
    min-height: 100vh;
    min-width: 350px;
}

body {
    display: flex;    
    flex-direction: column;
}

p {
	color: #777 !important;
	font-size: inherit;
}

.sso-create-account {
    border: 1px solid #ccc;
    padding: 10px;
}


.sso-create-account p {
    font-size: 14px;
}


/* Forms */
.sso-form h2 {
    font-size: 24px;
    border-bottom: 2px solid #dbdbdb;
    padding-bottom: 10px;
    color: #0a4379;
    line-height: 1.1em;
}

.sso-form td {
	display: table-row;
}

.sso-form .FieldLabel {
    color: #777;
	display: block;
	font-size: inherit;
}

.sso-form input[type="text"],
.sso-form input[type="password"] {
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    color: #495057;
    font-size: 1rem;
   	max-width: 350px;
    padding: .375rem .75rem;
    line-height: 1.5;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    width: 100%;
}

.sso-form input[type="text"].wrong {
	max-width: 350px;
	width: 100% !important;
}

.sso-form .btn {
	border: 1px solid #047db3;
	cursor: pointer;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.5;
    margin-bottom: 0;
    padding: 8px 16px;    
    text-shadow: none;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
}

.sso-form .btn-style-1 {
    background: #047db3;
    color: #fff;
}

.sso-form .btn-style-1:hover {
    background: #00ade8;
    border-color: #00ade8;
    color: #fff;
}

.sso-form .btn-style-2 {
    background: #fff;
    color: #047db3;
}

.sso-form .btn-style-2:hover {
    background: #00ade8;
    color: #fff;
}

.sso-form .loginregistercrapclass .ValidationSummary,
.sso-form#RegisterForm .ValidationSummary {
	color: #777 !important;
}

.sso-required {
    color: #f00;
}


/* Content */
.sso-body {
	background: #fff !important;
}

.sso-title {
    text-align: center;
    padding: 20px 0;
    background-image: url(../../../logintemplates/images/tertiary_banner.jpg);
    background-size: cover; 
}

.sso-title h2 {
    border-top: 3px solid #ffc205;
    border-bottom: 3px solid #ffc205;
    color: #fff;
    font: 700 42px 'Roboto', sans-serif;
    margin: 0;
    padding: 10px 0;
    text-transform: uppercase;
}

.sso-body-content {
	flex: 1 0 auto;
}

/* Footer */
.sso-footer {
	border-top: 1px solid #ccc;
    color: #636363;
    text-align: center;
}

.sso-footer-contact {
    font-size: 14px;
    padding: 15px 0;
}

.sso-footer-copywrite {
    background: #015ea2;
    border: none;
    color: #fff;
    font-size: 12.6px;
    padding: 10px 0;
    text-align: center;
}

.sso-footer-copywrite span,
.sso-footer-copywrite a,
.sso-footer-copywrite a:visited, 
.sso-footer-copywrite a:active {
	color: #fff;
    font-weight: 400;
}

.sso-footer-copywrite a:visited, 
.sso-footer-copywrite a:active {
    text-decoration: underline;
}

.alert-danger-not-yellow {
    color: #721c24 !important;
}

input.wrong {
    background: #fff !important;
}