



/*//////////////////////////////////////////////////////////////////
[ FONT ]*/

@font-face {
  font-family: Raleway-Regular;
  src: url('../fonts/raleway/Raleway-Regular.ttf'); 
}

@font-face {
  font-family: Raleway-Medium;
  src: url('../fonts/raleway/Raleway-Medium.ttf'); 
}

@font-face {
  font-family: Raleway-SemiBold;
  src: url('../fonts/raleway/Raleway-SemiBold.ttf'); 
}

@font-face {
  font-family: Raleway-Bold;
  src: url('../fonts/raleway/Raleway-Bold.ttf'); 
}

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

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

body, html {
	height: 100%;
	font-family: Raleway-Regular, sans-serif;
	background: linear-gradient(135deg, #ff7a2b 0%, #f5f6f8 55%, #ffffff 100%);
}

/*---------------------------------------------*/
a {
	font-family: Raleway-Regular;
	font-size: 14px;
	line-height: 1.7;
	color: #666666;
	margin: 0px;
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
}

a:focus {
	outline: none !important;
}

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

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

p {
	font-family: Raleway-Regular;
	font-size: 14px;
	line-height: 1.7;
	color: #666666;
	margin: 0px;
}

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


/*---------------------------------------------*/
input {
	outline: none;
	border: none;
}

textarea {
  outline: none;
  border: none;
}

textarea:focus, input:focus {
  border-color: transparent !important;
}

input:focus::-webkit-input-placeholder { color:transparent; }
input:focus:-moz-placeholder { color:transparent; }
input:focus::-moz-placeholder { color:transparent; }
input:focus:-ms-input-placeholder { color:transparent; }

textarea:focus::-webkit-input-placeholder { color:transparent; }
textarea:focus:-moz-placeholder { color:transparent; }
textarea:focus::-moz-placeholder { color:transparent; }
textarea:focus:-ms-input-placeholder { color:transparent; }

input::-webkit-input-placeholder { color: #999999;}
input:-moz-placeholder { color: #999999;}
input::-moz-placeholder { color: #999999;}
input:-ms-input-placeholder { color: #999999;}

textarea::-webkit-input-placeholder { color: #999999;}
textarea:-moz-placeholder { color: #999999;}
textarea::-moz-placeholder { color: #999999;}
textarea:-ms-input-placeholder { color: #999999;}

label {
  display: block;
  margin: 0;
}

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

button:hover {
	cursor: pointer;
}

iframe {
	border: none !important;
}


/*//////////////////////////////////////////////////////////////////
[ Utility ]*/
.txt1 {
  font-family: Raleway-SemiBold;
  font-size: 13px;
  color: #555555;
  line-height: 1.4;
  text-transform: uppercase;
}

.txt2 {
  font-family: Raleway-Regular;
  font-size: 13px;
  color: #999999;
  line-height: 1.4;
}

.txt3 {
  font-family: Raleway-Regular;
  font-size: 13px;
  color: #555555;
  line-height: 1.4;
}


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

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

.container-login100 {
  width: 100%;  
  min-height: 100vh;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 30px 15px;
  background: transparent;
}


.wrap-login100 {
  width: 850px;
  max-width: 1000px;
  background: #ffffff;
  border: 1px solid rgba(31, 42, 58, 0.08);
  border-radius: 32px;
  position: relative;
  box-shadow: 0 30px 80px rgba(31, 42, 58, 0.12);
  overflow: hidden;
  display: flex;
  align-items: stretch;
}

.login100-brand {
  width: 42%;
  min-width: 300px;
  background: #f9fafc;
  color: #141925;
  padding: 50px 42px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  border-right: 1px solid #e4e6eb;
  border-top-left-radius: 32px;
  border-bottom-left-radius: 32px;
}

.login100-brand::before {
  content: "";
  position: absolute;
  width: 220px;
  height: 220px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.8);
  top: -55px;
  right: -55px;
  filter: blur(20px);
}

.login100-brand img {
  max-width: 220px;
  margin-bottom: 30px;
  z-index: 1;
}

.login100-brand-text {
  position: relative;
  z-index: 1;
}

.login100-brand-text span {
  display: inline-block;
  font-size: 12px;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  color: #4b5563;
  margin-bottom: 16px;
}

.login100-brand-text h2 {
  margin: 0;
  font-family: Raleway-Bold;
  font-size: 42px;
  line-height: 1.05;
  color: #111827;
}

.login100-brand-text p {
  margin-top: 18px;
  font-family: Raleway-Regular;
  color: #334155;
  line-height: 1.75;
  max-width: 300px;
}

.login100-form {
  width: 60%;
  min-width: 320px;
  padding: 45px 45px 40px;
  display: flex;
  flex-direction: column;
  position: relative;
}

.login100-form::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(255, 255, 255, 0.34);
  border-radius: 28px;
  z-index: 0;
}

.login100-form > * {
  position: relative;
  z-index: 1;
}

.login100-form-title {
  font-family: Raleway-Bold;
  font-size: 24px;
  color: #1f2a3a;
  line-height: 1.2;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 12px;
}

.wrap-input100 {
  width: 100%;
  position: relative;
  background-color: #f5f6f8;
  border: 1px solid #e4e6eb;
  border-radius: 18px;
}

.input100 {
  font-family: Raleway-Medium;
  color: #212b3a;
  line-height: 1.4;
  font-size: 16px;
  display: block;
  width: 100%;
  background: transparent;
  height: 58px;
  padding: 0 28px;
}

.focus-input100 {
  display: none;
}

.btn-show-pass {
  font-size: 16px;
  color: #ff671e;
  right: 18px;
}

.login100-form {
  width: 60%;
  min-width: 320px;
  padding: 45px 45px 40px;
  display: flex;
  flex-direction: column;
}

.login100-form-title {
  font-family: Raleway-Bold;
  font-size: 24px;
  color: #1f2a3a;
  line-height: 1.2;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 12px;
}

.wrap-input100 {
  width: 100%;
  position: relative;
  background-color: #f5f6f8;
  border: 1px solid #e4e6eb;
  border-radius: 18px;
}

.input100 {
  font-family: Raleway-Medium;
  color: #212b3a;
  line-height: 1.4;
  font-size: 16px;
  display: block;
  width: 100%;
  background: transparent;
  height: 58px;
  padding: 0 28px;
}

.focus-input100 {
  display: none;
}

.btn-show-pass {
  font-size: 16px;
  color: #ff671e;
  right: 18px;
}

.login100-form-btn {
  font-family: Raleway-Bold;
  font-size: 16px;
  color: #fff;
  line-height: 1.2;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 24px;
  min-width: 150px;
  height: 56px;
  background: linear-gradient(135deg, #ff671e 0%, #ff8b43 100%);
  border-radius: 999px;
  box-shadow: 0 18px 30px rgba(255, 103, 30, 0.22);
  transition: transform .25s ease, box-shadow .25s ease, opacity .25s ease;
}

.login100-form-btn:hover {
  opacity: 0.96;
  transform: translateY(-1px);
  box-shadow: 0 18px 36px rgba(255, 103, 30, 0.25);
}

.login100-form-btn:hover {
  opacity: 0.95;
  transform: translateY(-1px);
}

.contact100-form-checkbox a {
  color: #ff671e;
  font-weight: 600;
}

@media (max-width: 991px) {
  .wrap-login100 {
    width: 100%;
    flex-direction: column;
    border-radius: 28px;
  }

  .login100-brand,
  .login100-form {
    width: 100%;
    min-width: auto;
    padding: 35px 32px;
  }

  .login100-brand {
    text-align: center;
  }

  .login100-form {
    padding-top: 25px;
  }
}


/*==================================================================
[ Form ]*/

.login100-form {
  width: 100%;
}

.login100-form-title {
  font-family: Raleway-Medium;
  font-size: 30px;
  color: #555555;
  line-height: 1.2;
  text-transform: uppercase;
  text-align: left;

  width: 100%;
  display: block;
}



/*------------------------------------------------------------------
[ Input ]*/

.wrap-input100 {
  width: 100%;
  position: relative;
  background-color: #fff;
  border: 1px solid #e6e6e6;
  border-radius: 2px;
}


/*---------------------------------------------*/
.input100 {
  font-family: Raleway-Medium;
  color: #555555;
  line-height: 1.2;
  font-size: 18px;

  display: block;
  width: 100%;
  background: transparent;
  height: 55px;
  padding: 0 25px 0 25px;
}
/*------------------------------------------------------------------
[ Focus Input ]*/

.focus-input100 {
  position: absolute;
  display: block;
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  top: -1px;
  left: -1px;
  pointer-events: none;
  border: 1px solid #2a2727;
  border-radius: 3px;

  visibility: hidden;
  opacity: 0;

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

  -webkit-transform: scaleX(1.1) scaleY(1.3);
  -moz-transform: scaleX(1.1) scaleY(1.3);
  -ms-transform: scaleX(1.1) scaleY(1.3);
  -o-transform: scaleX(1.1) scaleY(1.3);
  transform: scaleX(1.1) scaleY(1.3);
}

.input100:focus + .focus-input100 {
  visibility: visible;
  opacity: 1;

  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

.eff-focus-selection {
  visibility: visible;
  opacity: 1;

  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

/*---------------------------------------------*/
.btn-show-pass {
  font-size: 15px;
  color: #999999;

  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  position: absolute;
  height: 100%;
  top: 0;
  right: 12px;
  padding: 0 5px;
  cursor: pointer;
  -webkit-transition: background 0.4s;
  -o-transition: background 0.4s;
  -moz-transition: background 0.4s;
  transition: background 0.4s;
}

.btn-show-pass:hover {
  color: #2a2727;
}

.btn-show-pass.active {
  color: #2a2727;
}

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

.input-checkbox100 {
  display: none;
}

.label-checkbox100 {
  font-family: Raleway-Regular;
  font-size: 13px;
  color: #999999;
  line-height: 1.4;

  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: 2px;
  background: #fff;
  border: 1px solid #e6e6e6;
  left: 0;
  top: 50%;
  -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: #2a2727;
}


/*------------------------------------------------------------------
[ Button ]*/
.container-login100-form-btn {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
}

.login100-form-btn {
  font-family: Raleway-Bold;
  font-size: 16px;
  color: #fff;
  line-height: 1.2;

  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 20px;
  min-width: 150px;
  height: 55px;
  background-color: #808080;
  

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

.login100-form-btn:hover {
  background-color: #2a2727;
}


/*------------------------------------------------------------------
[ Alert validate ]*/

.validate-input {
  position: relative;
}

.alert-validate .btn-show-pass {
  visibility: hidden;
}

.alert-validate::before {
  content: attr(data-validate);
  position: absolute;
  max-width: 70%;
  background-color: #fff;
  border: 1px solid #c80000;
  border-radius: 3px;
  padding: 4px 25px 5px 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 12px;
  pointer-events: none;

  font-family: Raleway-Medium;
  color: #c80000;
  font-size: 14px;
  line-height: 1.4;
  text-align: left;

  visibility: hidden;
  opacity: 0;

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

.alert-validate::after {
  content: "\f12a";
  font-family: FontAwesome;
  display: block;
  position: absolute;
  color: #c80000;
  font-size: 18px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 18px;
}

.alert-validate:hover:before {
  visibility: visible;
  opacity: 1;
}

/* Modern login page overrides */
.container-login100 {
  background: linear-gradient(135deg, #ff7a2b 0%, #f4f6f9 45%, #ffffff 100%);
}

.wrap-login100 {
  width: 920px;
  max-width: 100%;
  background: #ffffff;
  border: 1px solid rgba(31, 42, 58, 0.08);
  border-radius: 40px;
  box-shadow: 0 30px 80px rgba(31, 42, 58, 0.12);
  overflow: visible;
}

.login100-brand {
  width: 42%;
  min-width: 300px;
  background: #f9fafc;
  color: #141925;
  padding: 50px 42px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  border-right: 1px solid #e4e6eb;
  border-top-left-radius: 40px;
  border-bottom-left-radius: 40px;
  overflow: hidden;
}

.login100-brand::before {
  content: "";
  position: absolute;
  width: 220px;
  height: 220px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.8);
  top: -55px;
  right: -55px;
  filter: blur(20px);
}

.login100-brand img {
  max-width: 220px;
  margin-bottom: 30px;
  z-index: 1;
}

.login100-brand-text {
  position: relative;
  z-index: 1;
}

.login100-brand-text span {
  display: inline-block;
  font-size: 12px;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  color: #4b5563;
  margin-bottom: 16px;
}

.login100-brand-text h2 {
  margin: 0;
  font-family: Raleway-Bold;
  font-size: 42px;
  line-height: 1.05;
  color: #111827;
}

.login100-brand-text p {
  margin-top: 18px;
  font-family: Raleway-Regular;
  color: #334155;
  line-height: 1.75;
  max-width: 300px;
}

.login100-form-panel {
  width: 58%;
  background: #ffffff;
  border-radius: 40px;
  padding: 50px 48px;
  position: relative;
  box-shadow: 0 40px 100px rgba(31, 42, 58, 0.14);
}

.login100-form-panel::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(255, 255, 255, 0.92);
  border-radius: 40px;
  z-index: 0;
}

.login100-form-panel > * {
  position: relative;
  z-index: 1;
}

.login100-form-title {
  font-family: Raleway-Bold;
  font-size: 28px;
  color: #1f2a3a;
  line-height: 1.2;
  letter-spacing: 1px;
  margin-bottom: 30px;
}

.wrap-input100 {
  background-color: #f4f7fb;
  border: 1px solid transparent;
  border-radius: 16px;
  transition: all 0.3s ease;
}

.wrap-input100:hover,
.wrap-input100:focus-within {
  border-color: rgba(255, 103, 30, 0.22);
  background-color: #ffffff;
  box-shadow: 0 16px 40px rgba(255, 103, 30, 0.08);
}

.input100 {
  color: #1f2a3a;
  height: 56px;
  padding: 0 28px;
  font-size: 15px;
}

.focus-input100 {
  display: none;
}

.btn-show-pass {
  color: #ff671e;
  right: 20px;
}

.login100-form-btn {
  background: linear-gradient(135deg, #ff671e 0%, #ff8b43 100%);
  border-radius: 999px;
  box-shadow: 0 20px 50px rgba(255, 103, 30, 0.18);
  min-height: 58px;
}

.login100-form-btn:hover {
  transform: translateY(-2px);
  opacity: 0.98;
  box-shadow: 0 24px 60px rgba(255, 103, 30, 0.22);
}

.contact100-form-checkbox a {
  color: #ff671e;
  font-weight: 700;
}

@media (max-width: 991px) {
  .wrap-login100 {
    width: 100%;
    flex-direction: column;
    border-radius: 28px;
  }

  .login100-brand,
  .login100-form-panel {
    width: 100%;
    min-width: auto;
    padding: 35px 32px;
  }

  .login100-brand {
    border-radius: 28px 28px 0 0;
    text-align: center;
  }

  .login100-form-panel {
    border-radius: 0 0 28px 28px;
    padding-top: 30px;
  }
}

@media (max-width: 992px) {
  .alert-validate::before {
    visibility: visible;
    opacity: 1;
  }
}


/*//////////////////////////////////////////////////////////////////
[ Responsive ]*/

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