<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.card-body-custom{
	border: 1px solid rgba(248, 160, 35, 1);
	height:600px;
	width:450px;
	/* height:65vh; */
	margin: 0 auto;
	margin-top:15vh;
	padding-top:5vh;
	padding-bottom:5vh;
	padding-left:60px;
	padding-right:60px;
	border-radius:10px;
	
}

.auth-form{
	background-color:white !important;
}

.card-auth{
	background: white;
}

.no-margin{
	margin-bottom:0px;
}

.header-auth{
	margin-bottom:0px !important;
}

.login-input-form{
    border: 1px solid rgba(248, 160, 35, 1);
    box-sizing: border-box;
    border-radius: 10px;
}

.login-input-form:focus{
    border: 2px solid rgba(248, 160, 35, 1);
}

.login-input-form:-webkit-autofill,
.login-input-form:-webkit-autofill:hover, 
.login-input-form:-webkit-autofill:focus, 
.login-input-form:-webkit-autofill:active{
    -webkit-box-shadow: 0 0 0 30px white inset !important;
}

.login-input-form:-webkit-autofill{
    -webkit-text-fill-color: rgba(23, 9, 72, 1) !important;
}

.width-small{
	width:80%;
}

.btn-google-custom{
	border: 1px solid rgba(248, 160, 35, 1);
	background: rgba(255, 255, 255, 1);
	display:inline-block;
	padding-left:10px;
	border-radius:5px;
	font-size:85%;
	box-shadow: -1px -2px 5px 0px rgba(0, 0, 0, 0.50) inset;
}

.btn-auth-custom{
	border: 1px solid rgba(248, 160, 35, 1);
	background: rgba(248, 160, 35, 1);
	display:inline-block;
	padding:8px;
	padding-left: 20px;
	padding-right: 20px;
	border-radius:5px;
	font-size:85%;
	box-shadow: -1px -2px 5px 0px rgba(0, 0, 0, 0.50) inset;
}</pre></body></html>