a.edit, a.delete, a.edit:hover, a.delete:hover {
	border-bottom: none;
	display: block;
	padding: 5px 0;
	text-align: center;
}

a.edit:hover {
	background: #ccc;
	color: #036;
}

a:visited {
	color: #006;
}

a:hover {
	color: #069;
}

body {
	min-height: 100vh;
	margin: 0;
	background-image: url("../img/nmsc_bg2.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
	background-attachment: fixed; 
	background-color: #007cbc !important;
}


.container-logo {
	display: flex;
	justify-content: center; /* Center horizontally */
	align-items: center; /* Center vertically */
}

.input-wrapper {
    position: relative; /* This makes the wrapper the reference point for absolute positioning */
    width: 100%;
}

.input-wrapper i {
    position: absolute;
    right: 10px; /* Position the icon inside the input to the right */
    top: 50%;
    transform: translateY(-50%); /* Vertically center the icon */
    pointer-events: cursor; /* Prevent the icon from blocking the input field */
    color: #999; /* Optional: Adjust the color of the icon */
}


.ua_logo{
	width: 100px; /* Adjust width as needed */
    height: 100px; /* Adjust height as needed */
	background-image: url('../img/nmsc_logo.png');
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	image-rendering: smooth;
}


.logo-container .url {
    width: 40px;
    height: 40px;
    border: 0;
    border-radius: 8px;
    background-position: center;
	display: flex; /* Enable flexbox layout */
	justify-content: center; /* Center horizontally */
	align-items: center; /* Center vertically */
	cursor: pointer;
}

.logo-container .url:hover {
    transform: scale(1.1); /* Scale up slightly on hover */
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3); /* Shadow on hover */
}

.logo-container .url--website{
	background-color: #006633;
	color: white;
	align-items: center;
	font-size: 2rem;
}

.logo-container .url--facebook {
    background-color: #4267b2;
	color: white;
	align-items: center;
	font-size: 2rem;
}

.logo-container .url--instagram {
    background-color: #bc2b8e;
	color: white;
	align-items: center;
	font-size: 2rem;
}

.logo-container .url--google {
    background-color: #E74B37;
	color: white;
	align-items: center;
	font-size: 2rem;
}





form, label input {
	margin: 0;
	padding: 0;
}

input:focus, textarea:focus, label:focus {
	background: #fff;
	border: 1px solid #686868;
}

label {
	display : block;
	margin : .2em 0;
}

#logo { margin-bottom: 2em; }

#other-login-div {
	
	color: black;
	text-align: center;
	margin-top: 8em;
	position : relative;
	top : auto;
	right : auto;
}

#login {
	background: #f2f2f2;
	border: 1px solid #a2a2a2;
	border-radius: 6px;
	margin: 1em auto;
	padding: 1.5em;
	position : relative;
	top : auto;
	right : auto;
	max-width: 400px;
	box-shadow: -5px 4px 4px #676868;
}

#login hr{
	background-color: gray;
	height: 1px;
}

#login #login_error {
	background: #D23F3F;
	border: 1px solid #a40000;
	color: #fff;
	font-size: 120%;
	line-height: 140%;
	font-weight: bold;
	margin: 1em 0;
	padding: .5em;
	text-align: center;
	text-shadow: 0px 1px 1px #6C1010;
	filter: dropshadow(color=#6C1010, offx=0, offy=1);
	-moz-border-radius: 5px;
	border-radius: 5px;
}

#login .login_error {
	background: #D23F3F;
	border: 1px solid #a40000;
	color: #fff;
	font-size: 120%;
	line-height: 140%;
	font-weight: bold;
	margin: 1em 0;
	padding: .5em;
	text-align: center;
	text-shadow: 0px 1px 1px #6C1010;
	filter: dropshadow(color=#6C1010, offx=0, offy=1);
	-moz-border-radius: 5px;
	border-radius: 5px;
}

#login #login_error a:link,
#login #login_error a:visited {
	color : #FFC;
}

#login #login_error a:hover,
#login #login_error a:active {
	color : #FCFC4D;
}

.title-login{
	color: white;
	font-size:36px;
	font-weight: 500;
	font-family: "Times New Roman", Times, serif;
	line-height: 1.1;
}
#login h1 {
    margin-top: 0;
	margin-bottom : .5em;
	color: black;
	text-align: center;
}

#login h1 a {
    display: block;
	height: 74px;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
}

#login input {
	padding: 3px;
}

#login ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#login ul li {
	display: inline;
	margin-left: 1.4em;
	text-align: center;
}

#login #userid, #login #password {
	font-size: 14px !important;
    font-family: Tahoma !important;
	width: 100%;
	height: 34px;
	padding: 6px 25px 6px 12px;
	line-height: 1.42857143;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 4px;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

#login #branch {
	width : 100%;
	border-radius: 4px;
	color: #555;
	height: 34px;
}

#login #submit, #login .button {
	font-size: 1.4em;
	padding : .3em .6em;
}

#login #onerror_actions {
    margin-bottom: 1em;
    text-align: center;
}

#login #onerror_actions .button {
    margin: 3px;
    color: #333333;
}

#footer {
        text-align: center;
        border-top: 1px solid #ccc;
        padding-top: 1em;
        font-style: italic;
}

.submit input, .submit input:focus, .button {
	border: 1px outset #999999;
	border-top-color: #666;
	border-left-color: #666;
	-moz-border-radius : 2px;
	padding: 0.25em;
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top, #ffffff 0%, #f7f7f7 35%, #e0e0e0 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(35%,#f7f7f7), color-stop(100%,#e0e0e0)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ffffff 0%,#f7f7f7 35%,#e0e0e0 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ffffff 0%,#f7f7f7 35%,#e0e0e0 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #ffffff 0%,#f7f7f7 35%,#e0e0e0 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e0e0e0',GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, #ffffff 0%,#f7f7f7 35%,#e0e0e0 100%); /* W3C */
	color: #333333;
	padding: 0.25em;
}

.submit input:active, .button:active {
	background: #f4f4f4;
	border: 1px solid #999;
	border-left-color: #999;
	border-top-color: #999;
}

.submit, .editform th, #postcustomsubmit {
	text-align: right;
}

textarea, input, select {
	background: #f4f4f4;
	border: 1px solid #b2b2b2;
	color: #000;
	font:  13px Verdana, Arial, Helvetica, sans-serif;
	margin: 1px;
	padding: 3px;
}

.btn-sign-in{
	background: #3277b3;
	color: white;
	border: 1px solid #B2B2B2;
	border-radius: 3px;
	margin: 1px;
	font-weight: normal;
	font-size: 13.5px;
	font-family: Tahoma !important;
	width: 32%;
	height: 40px;
	transition: background 0.3s ease, box-shadow 0.3s ease; /* Smooth transition for background and shadow */
}

.forgot{
	color: #337ab7;
	text-decoration: none;
	font-size: 13.5px;
}

.btn-sign-in:hover{
	background: #3277b3;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3); /* Shadow on hover */
}

.btn-google{
	background-image: url("../img/googlelogin1.png");
	background-repeat: no-repeat;
	background-size: 100% 100%;
	color: white;
	cursor: pointer;
	border: 1px solid #B2B2B2;
	border-radius: 3px;
	font:  13px Verdana, Arial, Helvetica, sans-serif;
	margin: 1px;
	padding: 5px;
	width: 48%;
	min-height: 35px;
	position: relative;
}

.btn-google:hover{
	border: 1px solid #63656AE8;	
}

.btn-facebook{
	background-image: url("../img/facebooklogin1.png");
	background-repeat: no-repeat;
    background-size: 100% 100%;
	color: white;
	cursor: pointer;
	border: 1px solid #B2B2B2;
	border-radius: 4px;
	font:  13px Verdana, Arial, Helvetica, sans-serif;
	margin: 1px;
	padding: 5px;
	width: 48%;
	min-height: 35px;
	position: relative;
}

.btn-facebook:hover{
	border: 1px solid #63656AE8;	
}