fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

span#toggleIcon {
	position: absolute;
	right: 18px;
	top: 47px;
	font-weight: 400;
	color: #777;
	font-size: 24px;
	cursor: pointer;	
	
}

span#toggleIcon_1 {
	position: absolute;
	right: 10px;
	top: 0;
	font-weight: 400;
	color: #777;
	font-size: 24px;
	cursor: pointer;	
	
}

span#toggleIcon_2 {
	position: absolute;
	right: 10px;
	top: 15px;
	font-weight: 400;
	color: #777;
	font-size: 24px;
	cursor: pointer;	
	
}

span#toggleIcon_3 {
	position: absolute;
	right: 0;
	top: 30px;
	font-weight: 400;
	color: #777;
	font-size: 24px;
	cursor: pointer;	
	
}

span#toggleIcon_4 {
	position: absolute;
	right: 0;
	top: 30px;
	font-weight: 400;
	color: #777;
	font-size: 24px;
	cursor: pointer;	
	
}




/*
#toggleIcon_3 {
  position: absolute;
  right: 3px;
  top: 9px;
  transform: translateY(-50%);
  cursor: pointer;
}
*/

#id_username_label, #id_email_label {
	line-height:2.5;
	vertical-align: middle;
	
}

.reg-container {
	position:relative;
	background-color: #fff;	
	width: 50%;
    min-width: 280px;
	margin-top: 230px;
	margin-left: auto;
	margin-right: 25%;
	/* display: inline-block; */
	/* margin: 50px 25% 20px 25%; */
	padding: 10px 2% 20px 2%;
	border-radius: 3px;
    border: 5px solid #e6e6e6;
	box-shadow: 20px 20px 60px 10px rgba(0, 0, 0, 0.2), 6px 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.reg-naslov {
	font-size: 2em;
    font-family: Arial;
	font-weight: 700;
    line-height: 1.5;
    color: #1d2125;
    text-align: left;
	margin-top: 5px;	
}

.login-reg-text {
	font-size: .9375rem;
    font-family: Arial;
	font-weight: 400;
    line-height: 1.5;
    color: #1d2125;
    text-align: left;
	margin-top: 2px;
	
}

.reg-password {
  width: 100%;
  /* min-width: 150px; */
  padding-right: 30px; /* Povećaj padding na desnoj strani da tekst ne preklapa ikonicu */
  box-sizing: border-box; /* Da padding ne utiče na ukupnu širinu elementa */
}


.reg-user-container {
	display:flex;
	width: 100%;
}

.reg-pass-container {
	position:relative;
	display:flex;
	width: 100%;
	margin-top:5px;
}	


#reg-pass-text {
	width:75%;
	font-size:14px;
	font-family: Arial, Helvetica, sans-serif;
	color: #3b4146;
	text-align:justify;"
}

.reg-left {
	width:15%;
	font-family: Arial;
}

.reg-mid {
	position:relative;
	width: 30%;
	font-family: Arial;
}

.reg-right {
	width: 55%;
	font-family: Arial;	

}

/*
div[style*="width: 20%;"] {
  position: relative; /* Omogućava pozicioniranje unutar ovog elementa */
/*
}
*/

.form_pass {
	position: absolute;
	top: 110px;
	width:92%;
	margin-left:4%
	
}

.login-form {
    position: relative;
    background-color: #fff;
	width: 20%;
    min-width: 250px;
	margin-top: 230px;
	margin-left: auto;
	margin-right: auto;
    height: 550px;
    /* text-align: center; */
    border-radius: 3px;
    border: 5px solid #e6e6e6;
	box-shadow: 20px 20px 60px 10px rgba(0, 0, 0, 0.2), 6px 6px 20px 0 rgba(0, 0, 0, 0.19);

}

.login-reg-naslov {
	font-size: 1.2rem;
    font-family: Arial;
	font-weight: 700;
    line-height: 1.5;
    color: #1d2125;
    text-align: left;
margin-top: 5px;	
}

.login-form-forgotpassword {
	/* margin-top: 0; */
	
}

.login-form-forgotpassword a {
	font-size: 1.0em;
	font-weight: 400;	
    color: #0f6cbf;	
	margin-left: 5%;
    text-decoration: none;
    background-color: transparent;	

}	

.login-form-forgotpassword:hover {
	color: #094478;
    text-decoration: underline;
	font-weight:400;
	
}

.new_psw-form {
    position: relative;
    background-color: #fff;
	width: 35%;
    min-width: 350px;
	margin-top: 230px;
	margin-left: auto;
	margin-right: auto;
    height: 400px;
    /* text-align: center; */
    border-radius: 3px;
    border: 5px solid #e6e6e6;
	box-shadow: 20px 20px 60px 10px rgba(0, 0, 0, 0.2), 6px 6px 20px 0 rgba(0, 0, 0, 0.19);

}

.login-reg-button {
    width: 60%;
    background-color: #959492;
    border: none;
    color: white;
    padding-top: 15px;
    padding-bottom: 15px;
    margin-top: 20px;
    margin-bottom: -10px;
    text-align: center;
    text-decoration: none;
    font-size: 1.0em;
    cursor: pointer;
	display: block;
}

.button {
    width: 92%;
    background-color: #4CAF50;
    border: none;
    color: white;
    height: 40px;
    margin-top: 10px;
    margin-left: 4%;
    text-align: center;
    text-decoration: none;
    font-size: 1.0em;
    cursor: pointer;
	display: block;
}

.cancelbtn {
    width: auto;
	color: #fff;
	border: none;
    padding: 10px 18px;
    background-color: #f44336;
}

.button:hover, .cancelbtn:hover, .login-reg-button:hover {
    opacity: 0.8;
}

.new_psw_btn_container {
	display:flex;
	width:100%;
	margin-top: 5%;

}

.new_psw_button {
    width: 70%;
    background-color: #4CAF50;
    border: none;
    color: white;
    padding-top: 15px;
    padding-bottom: 15px;
    /*margin-top: 20px;
    margin-bottom: -10px; */
    margin-left: 15%;
    text-align: center;
    text-decoration: none;
    font-size: 1.0em;
    cursor: pointer;
	display: block;
}

.new_psw_cancelbtn {
    width: 70%;
    background-color: #6a6a6a;
    border: 1px solid #777;
	border-radius: 5px;
    color: white;
    padding-top: 15px;
    padding-bottom: 15px;
    /*margin-top: 20px;
    margin-bottom: -10px; */
    margin-left: 3%;
    text-align: center;
    text-decoration: none;
    font-size: 1.0em;
    cursor: pointer;
	display: block;
}

.newpass_button:hover, .newpass_cancelbtn:hover {
    opacity: 0.8;
}

/*
.container {
	padding: 16px;
}
*/

.remember {
    margin-left: 5%;
	color: #0f6cbf;
	font-size: 1.2em;
	
}

.label-remember {
    text-align: left !important;
    width: 5%;
	color: #0f6cbf;
	font-size: 1.0em;
	font-weight:400;
	
}

.login-container {
 	position: relative;   
	width: 90%;
    margin-top: 10px;
    margin-left: 5%;
	display: inline-block;
	margin-top: 10px;

}

.username, .password {
    
	width: 90%;
	margin-bottom: 10px;    
	margin-left: 5%;
    display: inline-block;
	font-size: 1.2em;
}

.password {
	margin-top: 10px;
	
}

.new_psw_password {
    position: relative;	
	margin-top: 10px;	

}

.new_psw_1_absolute {
    position: absolute;

    right: 5%;
    width: 90%;	
	
}

.new_psw_2_absolute {
    position: absolute;
    top: 35px;
    right: 5%;
    width: 90%;	
	
}

.new_psw_message {
	 font-size: 14px;
	 color:#777;
	 width: 90%;
	 margin-left: 5%;
	
}

.new_psw_1, .new_psw_2 {
	position: relative;    
	width: 100%;
	margin-bottom: 10px;    
    display: inline-block;
	font-size: 1.2em;
}

.new_psw_2 {
    margin-top: 15px;
	
}


#search-box {
	width: 100%;
	
}

input {
	border: 1px solid #a3a3a3;
	
}

/* Forgot password */

/*@media (min-width: 768px) {*/
	.forgot_password_form {
		max-width: 600px;
	    border-radius: 3px;
		border: 5px solid #e6e6e6;
	
	}

	.forgot_password_form {
		background-color: #fff;
		padding: 3rem;
		box-shadow: 0 0.5rem 1rem rgba(0,0,0,.15);
		margin-top: 10rem;
		margin-left: auto;
		margin-right: auto;
	
	}

.forgot_password_nadnaslov {
	text-align: justify;
	margin-bottom: 10px;
	font-weight:400;	
	
}

.forgot_password_send_mail {
	color: #777;
	font-size: 1.2rem;
	text-align: center;
	margin-top: 5px;	
}



.submitbtnforgotpass,.submitbtnforgotemail,.submitbtnreg {
    width: 30%;
    background-color: #4CAF50;
    border: none;
    color: white;
	padding: 10px;
    margin-top: 15px;
    margin-bottom: 10px;
    text-align: center;
    text-decoration: none;
    font-size: 1.0em;
    cursor: pointer;
margin-left: 25%;	
	
}

.submitbtnforgotpass:hover,.submitbtnforgotemail:hover,.submitbtnreg:hover {
    opacity: 0.8;	
	
}

.username-control {
    display: block;
    width: 80%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: .15rem .75rem;
    font-size: .9375rem;
    font-weight: 400;
    line-height: 1.0;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #8f959e;
    border-radius: 0;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;

}

.email-control {
    display: block;
    width: 80%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: .15rem .75rem;
    font-size: .9375rem;
    font-weight: 400;
    line-height: 1.0;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #8f959e;
    border-radius: 0;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;

}

/* End of Forgot password */

/* reg_button */

.reg_button {
	display: flex;
	width:80%;
	margin-top: 15px;
	
}

#myBtn {
	width: 90%;
	margin-top: 15px;
    background-color: #4CAF50;
    border: none;
    color: white;
    padding: 10px;
    margin-bottom: 10px;
    text-align: center;
    text-decoration: none;
    font-size: 1.0em;
    cursor: pointer;
	
}

.buttonCancel {
	width: 50%;
	margin-top: 15px;
    margin-bottom: 10px;
	margin-left: 10px; 	
	background-color: #6a6a6a;
    border: none;
    color: white;
    padding: 10px;
    text-align: center;
    text-decoration: none;
    font-size: 1.0em;
    cursor: pointer;
	
}

#myBtn:hover, .buttonCancel:hover {
    opacity: 0.8;

}
