@import url('https://fonts.googleapis.com/css?family=Rubik:300,400,500,700,900&display=swap');

*{
	margin: 0;
	padding: 0;
}
body{
	margin: 0;
	padding: 0;
	font-family: 'Rubik', sans-serif;
}
h1, h2,h3,h4,h5,h6{
	font-family: 'Rubik', sans-serif;
	font-weight: 700;
}
.navbar-background{
	background: #583c9a;
	padding: 10px 0;
}
.registration-logo{
	text-align: center;
}
.registration-logo img{
	width: 200px;
	max-height: 80px;
}
.forgot-password{
	width: 100%;
}
.forgot-password{
	margin-top: 100px;
}

.user_auth .view_info {
    text-align: center;
    margin-bottom: 20px;
}
.password-card{
	width: 40%;
	margin: 0px auto;
	background: #fff;
	padding: 40px;
	border-radius: 15px;
}
.password-card h3{
	text-align: center;
	color: #777;
	font-weight: 400;
}
.password-card p{
	padding: 10px 0;
	color: #808080;
}
.password-card .reset-password-bton{
	background: #583c9a;
	color: #fff;
	padding: 10px 20px;
}
.password-card button{
	margin: 0px auto;
}
.form-control {
	border: 2px solid #dadada;
    /* border-top-left-radius: 0;
    border-bottom-left-radius: 0; */
    font-size: 12pt;
    height: 50px;
}

/*================ Custom Select ====================*/

div.searchable {
	width: 100%;
	float: left;
	/*margin: 0 15px;*/
}

.searchable input {
	width: 100%;
	height: calc(2.3rem + 2px);
	font-size: 12pt;
	padding: 10px;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box; /* Firefox, other Gecko */
	box-sizing: border-box; /* Opera/IE 8+ */
	display: block;
	font-weight: 400;
	line-height: 1.6;
	color: #495057;
	background-color: #fff;
	background-clip: padding-box;
	border: 2px solid #dadada;
	border-radius: .25rem;
	transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
	background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right .75rem center/8px 10px;
	border-right: none;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.searchable ul {
	display: none;
	list-style-type: none;
	background-color: #fff;
	border-radius: 0 0 5px 5px;
	border: 1px solid #dadada;
	border-top: none;
	max-height: 180px;
	margin: 0;
	overflow-y: scroll;
	overflow-x: hidden;
	padding: 0;
	position: absolute;
	z-index: 99;
}

.searchable ul li {
	padding: 7px 9px;
	border-bottom: 1px solid #e1e1e1;
	cursor: pointer;
	color: #6e6e6e;
}

.searchable ul li.selected {
	background-color: #e8e8e8;
	color: #333;
}

@media (min-width: 576px) {
	.modal-dialog {
	    max-width: 400px;
	    margin: 1.75rem auto;
	}
}

@media (max-width: 767px) {
	.password-card {
	    width: 95%
	}
}

.modal-content {
	border-radius: 10px;
}

.modal-header {
	padding: 1.5rem 1rem;
	border-bottom: 0;
}
.modal-body {
	padding: 1rem 2rem;
}

.auth_btn {
	text-align: center;
}

.auth_btn .btn {
	padding: 0.7rem 1.75rem;
}

.auth_btn .btn-primary {
	background-color: #583c9a;
	border-color: #583c9a;
}

.auth_btn .btn-primary:hover {
	background-color: #583c9a;
	border-color: #583c9a;
}