@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Rubik:ital,wght@0,300..900;1,300..900&display=swap');

* {
	margin: 0;
	padding: 0;
}

body {
	margin: 0;
	padding: 0;
	background: #fff;
	font-family: "Poppins", sans-serif;
    font-size: 16px;
	color: #000000;
	outline: none;
}

.body-login-page {
    background: rgb(253, 228, 221);
    background: linear-gradient(0deg, rgba(253, 228, 221, 1) 65%, rgba(255, 255, 255, 1) 100%); 
	padding-top: 150px;
	background-attachment:fixed;
}

img {
	margin: 0;
}

h1, h2, h3, h4, h5, h6, p {
	margin: 0;
	padding: 0;
}

.clear-both {
	clear: both;
}

.mr-15{
	margin-right: 15px;
}
.mb-15 {
	margin-bottom: 15px;
}

.items-center {
	align-items: center;
}

.items-right {
	justify-content: flex-end;
}

.space-between { 
	justify-content: space-between !important;
}

.login-form-block {
	background: #ffffff;
	border-radius: 15px;
	max-width: 425px;
	width: 100%;
	padding: 30px;
	margin:0 auto;
	color: #c3aeae;
}
 
.login-form-block h5 {
	color: #6f6767;
	font-size: 30px;
	font-weight: 600;
	margin-top: 15px;
	margin-bottom: 15px;
}

.login-form-block .input-block {
	width: 100%;
}


.login-form-block .input-block label {
	width: 100%;
	display: block;
	color: #6f6767;
}

.login-form-block .input-block input {
	width: 100%;
	height: 60px;
	border: 1px solid #dddddd;
	text-indent: 15px;
	display: block;
	border-radius: 5px;
	font-size: 16px;
	font-family: "Poppins", sans-serif;
}

.login-form-block .forgot-pass {
	display: block;
	text-align: right;
}

.login-form-block .forgot-pass a {
	font-size: 12px;
	color: #D7A188;
	text-decoration: underline;
}

.login-form-block .terms-conditions-agree {
	color: #c3aeae;
	font-size: 12px;
	margin-bottom: 15px;
}

.login-form-block .terms-conditions-agree a {
	color: #c3aeae;
	text-decoration: underline;
}


.flash_render .message.error {
	background: #FFDCE0;
    color: red;
    padding: 10px; 
    border-radius: 3px;
}
 

.flash_render .message.success {
	color: green;
	background: #d2e39d; 
    padding: 10px; 
    border-radius: 3px;
}

.login-form-block label{
	color: #6f6767;
    font-size: 12px;
}
.error-message{color:red}

.button-primary {
	width: 100%;
	height: 60px;
	background: #D7A188;
	font-size: 16px;
	text-transform: uppercase;
	text-align: center;
	line-height: 60px;
	font-weight: 600;
	border: 0;
	cursor: pointer;
	border-radius: 5px;
	display: block;
	color: #000000;
	font-style: normal;
	text-decoration: none;
}

.button-primary:hover {
	text-decoration: none;
	color: #000000;
}

.header-login {
	background: #fff;
	border-bottom: 1px solid #ccc;
	justify-content: space-between;
	position: fixed;
	width: 100%;
	padding: 15px 0;
	top: 0;
	height: 62px;
	z-index: 999;
}

.logo {
	width: auto;
}

.logo img {
	width: auto;
	height: 35px;
}

.header-help {
	font-size: 14px;
	margin-right: 15px;
}

.header-help a {
	text-decoration: none;
	color: #000;
}
