/* @override 
	https://files.marcomcentral.app.pti.com/baesman/branding/caresource/css/login.css?v=1.2 */

@charset "UTF-8";

.NavTop {display: none}

#ENUSmain, #PageType01 #ENUSmain {
    height: calc(100vh - 250px);
    min-height: 400px;
}

#ENUSmain > tbody > tr > td > table:nth-child(1) {
	width: 100%;
    margin-top: 1.25rem;
}

#CtlLogIn {
	position: relative;
    width: 340px;
    margin: 20px auto 20px;
    padding: 20px;
    padding-bottom: 185px;
	border: none!important;
	background: #f1f1f1;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
    font-size: 1.1em;
}
#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;
}

.notes {
    position: absolute;
    bottom: 0px;
    left: 0;
    padding: 20px;
}

h4 {
	margin: 0!important;
	display: block;
	float: left;
	font-size: 16.5px;
    font-weight: 200!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: 1.1em;
	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;
    color: #000;
}


/*/////////////////////////////////////////////////////////////
                   CHANGES START HERE
/////////////////////////////////////////////////////////////*/

/* Adding space between the login block and the footer */
#CtlLogIn {
	position: relative;
    width: 340px;
    margin: 20px auto 100px;
    padding: 20px;
    padding-bottom: 185px;
	border: none!important;
	background: #f1f1f1;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
    font-size: 1.1em;
	}
	