/* @override 
	https://files.marcomcentral.app.pti.com/baesman/branding/css/login.css */

@charset "UTF-8";

/* CSS Document */

#CtlHead {
	width: 100%
}
/*.NavTop {
    background: #fff;
}/*

#ctl00_content_ImageControlHeader {
    width: 0;
    height: 0;
    padding: 40px 103px;
    background: url(https://static.pti.com/baesman/branding/images/logo_CAVA_blk.svg) no-repeat center / contain;
} */

#CtlLogIn {
	width: 340px;
	margin: 20px auto 20px;
	padding: 20px;
	border: none!important;
	background: #f1f1f2;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
    font-size: 15px;
}
#CtlLogIn .CtlSearchGroup {
	border: 0px solid #999999;
	background-color: transparent;
	margin: 0!important;
	width: 100%;
}
#CtlLogIn div:nth-of-type(2) {
	margin: 10px 0!important;
}
.ButtonRowClearR {
    padding-right: 0;
}

h4 {
	margin: 0!important;
	display: block;
	float: left;
	font-size: 16.5px;
    font-weight: 0!important;
	padding: 0 0 20px 0!important
}
#CtlLogIn > p:first-of-type {
	margin: 0 0 15px 0!important;
	display: block;
	float: right;
}
.header {
	width: 40%;
	font-size: 15px;
	border-right: 0px dotted #999999!important;
	font-weight: normal!important;
}
.content {
	padding: 3px!important
}
.CtlSearchGroup td input, .CtlSearchGroup td select {
	width: 100%;
	padding: 0!important;
}

input {
    font-size: 1.1em!important;
}

a.pbtn.btn-s>span {
    font-size: 1.5em!important;
}

/*///////////////////////////////////////////////////////////////////

                   CUSTOM EDITS START BELOW
            
//////////////////////////////////////////////////////////////////*/


/* Changing logo link URL and width of logo */
#ctl00_content_ImageControlHeader {
    width: 100;
    height: 100;
    padding: 20px 20px 20px 20px;
    background: url() no-repeat center / contain;
}




