



/*//////////////////////////////////////////////////////////////////
[ RESTYLE TAG ]*/

/** {
	margin: 0px; 
	box-sizing: border-box;
}

body, html {
	height: 100%;
    padding: 0;
}*/


/*---------------------------------------------*/
a {
	text-decoration: none;
}

a:focus {
	outline: none !important;
}

a:hover {
	text-decoration: none;
  color: #d33f8d;
}

/*---------------------------------------------*/
h1,h2,h3,h4,h5,h6 {
	margin: 0px;
}

p {
	font-size: 14px;
	line-height: 1.7;
	margin: 0px;
}

ul, li {
	margin: 0px;
	list-style-type: none;
}



/*---------------------------------------------*/
button {
	outline: none !important;
	border: none;
	background: transparent;
}

button:hover {
	cursor: pointer;
}

iframe {
	border: none !important;
}


/*//////////////////////////////////////////////////////////////////
[ Utility ]*/
.txt1 {
  font-size: 16px;
  color: #999999;
  line-height: 1.4;
}

.bo1 {
  border-bottom: 1px solid #999999;
}

.hov1:hover {
  border-color: #BBF3CA;
}


/*//////////////////////////////////////////////////////////////////
[ login ]*/

.limiter {
  width: 100%;
  margin: 0 auto;
}

.container-login100 {
  width: 100%;  
  min-height: 100vh;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 15px;
  background: url("/web/20220924072853im_/https://mdietlux.com/img/background-f03.jpg") no-repeat center center fixed;
  background: -webkit-linear-gradient(bottom, #000000, #000000);
  background: -o-linear-gradient(bottom, #000000, #000000);
  background: -moz-linear-gradient(bottom, #000000, #000000);
  background: linear-gradient(bottom, #000000, #000000);
  position: relative;
  z-index: 1;
}

.container-login100::before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.wrap-login100 {
  width: 650px;
  background: white;
  border-radius: 3px;
  overflow: hidden;
}



/*------------------------------------------------------------------
[  ]*/
.login100-form {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.login100-form-title {
  font-size: 30px;
  color: #333333;
  line-height: 1.2;
  text-transform: uppercase;
  text-align: center;

  width: 100%;
  display: block;
}


/*---------------------------------------------*/
/*.wrap-input100 {
  position: relative;
  width: 100%;
  z-index: 1;
}

.input100 {
  font-size: 17px;
  line-height: 1.2;
  color: white;
  border: 1px #00ba9f solid;
  display: block;
  width: 100%;
  background: #00ba9f26;
  height: 50px;
  border-radius: 40px;
  padding: 0 30px 0 65px;
}
.input100::placeholder { 
	color: white;
}
.input100:-ms-input-placeholder { 
	color: white;
}  IE 10+ */


/*------------------------------------------------------------------
[ Focus ]*/
/*.focus-input100 {
  display: block;
  position: absolute;
  border-radius: 3px;
  bottom: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  box-shadow: 0px 0px 0px 0px;
  color: rgb(90 185 160 / 68%);
}*/

.input100:focus + .focus-input100 {
  -webkit-animation: anim-shadow 0.5s ease-in-out forwards;
  animation: anim-shadow 0.5s ease-in-out forwards;
}

@-webkit-keyframes anim-shadow {
  to {
    box-shadow: 0px 0px 60px 20px;
    opacity: 0;
  }
}

@keyframes anim-shadow {
  to {
    box-shadow: 0px 0px 60px 20px;
    opacity: 0;
  }
}

/*.symbol-input100 {
  font-size: 24px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding-left: 23px;
  padding-bottom: 5px;
  pointer-events: none;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}*/

.input100:focus + .focus-input100 + .symbol-input100 {
  color: #00ba9f;
  padding-left: 18px;
}

/*==================================================================
[ Restyle Checkbox ]*/

.input-checkbox100 {
  display: none;
}

.label-checkbox100 {
  font-size: 16px;
  color: #999999;
  line-height: 1.2;

  display: block;
  position: relative;
  padding-left: 26px;
  cursor: pointer;
}

.label-checkbox100::before {
  content: "\f00c";
  font-family: FontAwesome;
  font-size: 13px;
  color: transparent;

  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  width: 18px;
  height: 18px;
  border-radius: 3px;
  background: #fff;
  border: 2px solid #d33f8d;
  left: 0;
  top: 48%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.input-checkbox100:checked + .label-checkbox100::before {
  color: #d33f8d;
}


/*------------------------------------------------------------------
[ Button ]*/
/*.container-login100-form-btn {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}*/
/*
.login100-form-btn {
  font-size: 16px;
  line-height: 1.5;
  color: black;;
  width: 100%;
  height: 50px;
  border-radius: 40px;
  background: #00ba9f;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 25px;

  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}*/

/*.login100-form-btn:hover {
    background: #2e5358;
    color: white;
}
*/
/*------------------------------------------------------------------
[ Button sign in with ]*/
.btn-face,
.btn-google {
  font-size: 16px;
  line-height: 1.2;

  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  width: calc((100% - 10px) / 2);
  height: 40px;
  border-radius: 3px;
  border: 1px solid #e6e6e6;
  background-color: #fff;

  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}


.btn-face {
  color: #3b5998;
}

.btn-face i {
  font-size: 20px;
  margin-right: 10px;
  padding-bottom: 1px;
}

.btn-google {
  color: #555555;
}

.btn-google img {
  width: 19px;
  margin-right: 10px;
  padding-bottom: 1px;
}


.btn-face:hover,
.btn-google:hover {
  border-color: #d33f8d;
}





@media (max-width: 480px) {
  .wrap-login100 {
    padding-left: 15px;
    padding-right: 15px;
  }
}

/* HIDE RADIO 
[type=radio] { 
	border-radius: 50%;
	position: absolute;
	opacity: 0;
	width: 0;
	height: 0;
}

/* IMAGE STYLES 
[type=radio] + img {
  	cursor: pointer;
}

/* CHECKED STYLES */
/*[type=radio]:checked + img {
  	outline: 2px solid #5083bf;
  	/*border-radius: 50%;
    -webkit-box-shadow: 1px 0px 35px -5px #4a9dff;
    box-shadow: 1px 0px 35px -5px #4a9dff;

}*/

.carousel-item {
    height: auto;
    min-height: 500px;
    background: no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover
}







/*.obj {
  padding: 20px;
 
}*/

.obj h2 {
  margin-bottom: 10px;
  font-weight: 600;
  font-size: 20px;
}

.obj input[type=radio] {
  display: none;
}

/*
.obj label {
  text-align: center;
  display: inline-block;
  margin: 8px;
  padding: 8px;
  background: #00ba9f;
  color: white;
  min-width: 180px;
  cursor: pointer;
  border-radius: 30px;
}
*/

/*
.obj label:hover {
  background: #d5fdce;
}

.obj input[type=radio]:checked + label {
  	background: #2e5358 !important;
    color: white;
	outline: 2px solid #5083bf;
    -webkit-box-shadow: 1px 0px 35px -5px #4a9dff;
    box-shadow: 1px 0px 35px -5px #4a9dff;
}*/

.obj .checkbox label:before {
  	border-radius: 3px; }
 


.obj input[type=checkbox]:checked + label {
	background: #2e5358;
	color: #fff;
	outline: 2px solid #5083bf;
    -webkit-box-shadow: 1px 0px 35px -5px #4a9dff;
    box-shadow: 1px 0px 35px -5px #4a9dff;
}



/*
     FILE ARCHIVED ON 07:28:53 Sep 24, 2022 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 15:40:32 Nov 09, 2025.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.496
  exclusion.robots: 0.019
  exclusion.robots.policy: 0.009
  esindex: 0.009
  cdx.remote: 7.871
  LoadShardBlock: 185.448 (3)
  PetaboxLoader3.datanode: 193.257 (4)
  load_resource: 78.787
  PetaboxLoader3.resolve: 47.827
*/