Skip to content

UBT One Login - Clean by jeremyhart

Screenshot of UBT One Login - Clean

Details

Authorjeremyhart

LicenseNo License

Categoryb2clogin

Created

Updated

Size2.3 kB

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Less ugly login page

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name       UBT One Login - Clean
@version    20240619.02.49
@namespace  ?
==/UserStyle== */

@-moz-document url-prefix("https://ubteamiam.b2clogin.com/ubteamiam.onmicrosoft.com/") {
.panel-default {
	/* 	display: none; */
	box-shadow: 0px 0px 20px rgb(33, 36, 84, 0.10);
	border-radius: 10px;
}

p.ubt-custom-container {
	display: none;
}
.introh2{
	text-align: center;
	text-transform: uppercase;
	font-size: 16px !important;
	padding-top:20px;
	letter-spacing: .2px;
}

body {
	background-image: linear-gradient(to top, #ece9e9 0%, white 100%);
}

.unified_container .row .panel-default #api .localAccount .entry .entry-item #signInName,
.unified_container .row .panel-default #api .localAccount .entry .entry-item #password,
#attributeList ul li input {
	box-shadow: none !important;
	border: 1px solid #c7c7c7;
}

input#email {
	margin-top: 40px !important;
}

.buttons.verify {
	margin-top: 10px !important;
}

a#forgotPassword {
	text-decoration: none !important;
	text-transform: none;
	font-weight: 500 !important;
}

a#forgotPassword:hover {
	color: #cd0606 !important;
}

img.companyLogo {
	content: url('https://ubteam.co.nz/static/version1718358348/frontend/ubt/theme-default/default/images/UBTMasterLogo.svg');
}

button#next {
	box-shadow: none !important;
}

button#next:hover {
	box-shadow: 0px 0px 8px rgb(33, 36, 84, 0.50) !important;
}
.error {
	padding-bottom: 5px !important;
}

.create p {
	padding-top: 20px;
	text-transform: none !important;
	text-decoration: none !important;
}


.unified_container .row .panel-default {
	padding-bottom: 0px;
}

.buttons {
	display: flex;
	flex-direction: column;
	margin-top: 40px !important;
	/* 	background:  yellow; */
}
div.create p{
	margin-top:10px !important;
	margin-bottom: -20px !important;
	color: #707070;
}

button#cancel {
	position: unset !important;
	text-align: unset !important;
	background-color: #dc0000cf !important;
	color: #FFF !important;
	height: 50px;
	width: 100% !important;
	text-transform: uppercase;
	letter-spacing: .6px;
	font-weight: 600;
}

button#cancel::before {
	display: none !important;
}

forgotPassword {
	position: relative !important;
}
}

Reviews

No reviews yet.