@charset "UTF-8";

/* Reset default margin and padding */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: Arial, sans-serif;
    line-height: 1.6;
   /* Set main content width to 75% */
    margin: 0 auto; /* Center the content horizontally */
	/*background-color:#f2f2f2;*/
}

.topbg {
	background-color: #f2f2f2;
}
.logobg {
	background-color: #383535;
}

main {
	 width: 75%; 
	margin: 0 auto; /* Center the content horizontally */
}

.adcontent {
	 width: 75%; 
	margin: 0 auto; /* Center the content horizontally */
}
/* Container styles for the logo and content */
.container {
    display: flex;
    justify-content: space-between;
    align-items: center;
	 width: 75%; 
	 margin: 0 auto; /* Center the content horizontally */
}

.logo img {
   /* Adjust the logo size */
    height: auto; /* Maintain aspect ratio */
}
/* Header styles 
header {
    background-color: #f2f2f2;
    padding: 20px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}*/

nav ul {
    list-style: none;
}

nav ul li {
    display: inline;
    margin-left: 20px;
}

/* Clearfix for floated elements */
.clearfix::after {
    content: "";
    display: table;
    clear: both;
}

/* Main content styles */
main {
    padding: 20px;
}

.section {
    margin-bottom: 40px;
}

.property-list {
    display: flex;
    flex-wrap: wrap;
}

.property {
    width: 45%;
    padding: 10px;
    margin: 5px;
    border: 1px solid #ccc;
}

/* Footer styles */
footer {
    background-color: #333;
    color: #fff;
    padding: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.country-select select {
    padding: 8px;
    border-radius: 4px;
}

/* Other styles (modify according to your design) */
.btn {
    padding: 10px 20px;
    background-color: #007bff;
    color: #fff;
    text-decoration: none;
    border-radius: 4px;
}

.btn:hover {
    background-color: #0056b3;
}

/* Styles for footer  */

footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    background-color: #333;
    color: #fff;
    padding: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}


.login-container {
    background-color: #fff;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    width: 300px;
}

/* CSS Document */

.LoginGlobal {
    font-family: Arial, sans-serif;
    margin-top: 25px;
	margin-bottom: 10px;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    /*height: 80vh;*/
    background-color: #f2f2f2;
}


.rlogin-container {
    background-color: #fff;
    padding: 10px;
    border-radius: 8px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    width: 500px;
	margin-top:25px;
}

/* CSS Document */

.rLoginGlobal {
    font-family: Arial, sans-serif;
	width:600px;
    margin-left:auto;
	margin-right: auto;
	margin-top:25px;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
   
    background-color: #f2f2f2;
}

.GlobalTn {
	margin-left: auto;
	margin-right:auto;
	width:500px;
	background-color: red;
}

/*
.login-container {
    background-color: #fff;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    width: 300px;
} */

h2 {
    text-align: center;
}

form {
    display: flex;
    flex-direction: column;
}

label {
    font-weight: 300;
    margin-bottom: 6px;
}

input[type="text"],
input[type="password"],
input[type="submit"] {
    padding: 8px;
    margin-bottom: 12px;
    border: 1px solid #ccc;
    border-radius: 4px;
}

input[type="submit"] {
    background-color: #302f2f;
    color: white;
    border: none;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

input[type="submit"]:hover {
    background-color: #5b5959;
}

ul {
    list-style-type: none;
    padding: 0;
    text-align: center;
}

ul li {
    display: inline;
    margin-right: 10px;
}

ul li a {
    color: #0470df;
    text-decoration: none;
}

ul li a:hover {
    text-decoration: underline;
}
/* Reset default browser styles */

.Landlordregister {
		 width: 75%; 
	margin: 0 auto; /* Center the content horizontally */
}

		
.custom-login {
	font-size:12px;
	text-align: left;
	color: #302f2f; 
}

.custom-login li a {
    color: #302f2fgggg; /* Change the color as per your design */
    text-decoration: none;
	font-weight: normal;
	text-align: left;
}

/* Style for hover state */
.custom-login li a:hover {
    color: #5b5959; /* Change the color for hover state */
	font-weight: normal;
    /* Other styles for hover state */
}
.custom-login li a:visited {
    color: #302f2f; /* Change the color for hover state */
	font-weight: normal;
    /* Other styles for hover state */
}

/* Style for active state */
.custom-login li a:active,
.custom-login li a:focus {
    color: #302f2f; /* Change the color for active state */
	font-weight: normal;
    /* Other styles for active state */
}