/*//////////////////////////////////////////////////////////////////
[ FONT ]*/

@font-face {
  font-family: 'Helvetica Neue';
  src: url('../fonts/helvetica/HelveticaNeueCyr-Roman.ttf'); 
}

body, html {
	height: 100%;
  font-family: 'Lato', sans-serif;
}

/*---------------------------------------------*/
input {
	outline: none;
	border: none;
}

/*//////////////////////////////////////////////////////////////////*/
.txt1 {
  font: normal normal normal 20px/24px Helvetica Neue;
  letter-spacing: 0px;
  color: #FFFFFF;
}

.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;
  padding: 15px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  
  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: #005bea;
  background: -webkit-linear-gradient(bottom, #343a40, #000000);
  background: -o-linear-gradient(bottom, #343a40, #000000);
  background: -moz-linear-gradient(bottom, #343a40, #000000);
  /* background: linear-gradient(bottom, #203350, #00c6fb); */
  background: linear-gradient(bottom, #343a40, #000000);
  
  opacity: 0.9;
}

.wrap-login100 {
  width: 390px;
  background: transparent;
}


/*------------------------------------------------------------------*/
.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-family: Montserrat-ExtraBold;
  font-size: 24px;
  color: #fff;
  line-height: 1.2;
  text-align: center;

  width: 100%;
  display: block;
}

/*---------------------------------------------*/
.login100-form-avatar {
  width: 170px;
  height: 170px;
  border-radius: 50%;
  overflow: hidden;
  margin: 0 auto;
}
.login100-form-avatar img {
  width: 100%;
}


/*---------------------------------------------*/
.wrap-input100 {
  position: relative;
  width: 100%;
  z-index: 1;
  left: 10px;
}

.input100 {
  background: #CCCCCC 0% 0% no-repeat padding-box;
  border-radius: 6px;
  opacity: 100%;
  height: 50px;
  font-size: 20px;
  letter-spacing: 0px;
  color: #000000;
  padding-left: 10px;
  width: 360px;
}

.div_icon_input{
  width: 320px;
  height: 50px;
  background: #CCCCCC 0% 0% no-repeat padding-box;
  opacity: 1;
  display: inline-flex;
  border-radius: 6px;
  padding-left: 15px;
  margin-left: 25px;
}

.img_input{
  width: 30px;
  height: 25px;
  background: #CCCCCC 0% 0% no-repeat padding-box;
  opacity: 1;
  border-radius: 6px;;
  margin-top: 13px;
  padding-right: 5px;
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  font: normal normal normal 20px/24px Lato;
  letter-spacing: 0px;
  color: #000000;
  opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  font: normal normal normal 20px/24px Lato;
  letter-spacing: 0px;
  color: #000000;
}

::-ms-input-placeholder { /* Microsoft Edge */
  font: normal normal normal 20px/24px Lato;
  letter-spacing: 0px;
  color: #000000;
}

/* Change Autocomplete styles in Chrome*/
input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  -webkit-background-clip: text;
  -webkit-text-fill-color: black;
  transition: background-color 5000s ease-in-out 0s;
  box-shadow: inset 0 0 20px 20px #CCCCCC;
}

/*------------------------------------------------------------------
[ 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 {
  width: 320px;
  height: 49px;
  background: var(--unnamed-color-b1a76c) 0% 0% no-repeat padding-box;
  background: #B1A76C 0% 0% no-repeat padding-box;
  border-radius: 6px;
  opacity: 1;
  font-size: 20px;
  font-weight: bold;
  opacity: 1;
  cursor: pointer;
  color: black;
}

.login100-form-btn:hover {
  background: #afa56b;
  color: #fff;
}

.login100-form-btn:hover:before {
  opacity: 1;
}

/*------------------------------------------------------------------
[ Button sign in with ]*/
.btn-face,
.btn-google {
  font-family: Raleway-Bold;
  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;
}



/*------------------------------------------------------------------
[ Alert validate ]*/

.validate-input {
  position: relative;
}

.alert-validate::before {
  content: attr(data-validate);
  position: absolute;
  max-width: 70%;
  background-color: white;
  border: 1px solid #c80000;
  border-radius: 14px;
  padding: 4px 25px 4px 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 8px;
  pointer-events: none;

  font-family: Montserrat-Bold;
  color: #c80000;
  font-size: 13px;
  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: "\f06a";
  font-family: FontAwesome;
  display: block;
  position: absolute;
  color: #c80000;
  font-size: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 13px;
}

.alert-validate:hover:before {
  visibility: visible;
  opacity: 1;
}

@media (max-width: 992px) {
  .alert-validate::before {
    visibility: visible;
    opacity: 1;
  }
}

/*//////////////////////////////////////////////////////////////////
[ responsive ]*/

@media (max-width: 576px) {
  .wrap-login100 { padding-top: 10px; padding-left: 15px; padding-right: 15px; }
  .login100-form-avatar { width: 100px; height: 100px; }
  .txt1{ font-size: 12px }
  .login100-form-title{ line-height: 0.2; }
  .div_icon_input{ margin-left: 0px; width: 93% }
  .input100{ width: 100% }
  button:focus {  outline: none !important; border: 1px solid black; box-shadow: 0 0 10px #efb943; }
  button:focus-visible {  outline: none !important; border: 1px solid black; box-shadow: 0 0 10px #efb943; }
  .login100-form-btn { width: 95% }
}


.swal2-confirm{
  /* background-color: red !important; */

  font-family: Montserrat-Bold;
  font-size: 15px;
  line-height: 1.5;
  color: #e0e0e0;

  width: 100%;
  height: 35px !important;
  border-radius: 25px;
  background: #333333;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  
  text-align: -vendor-center;
  padding: 0 25px;

  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;

  position: relative;
  z-index: 1;

  background: #005bea;
  background: -webkit-linear-gradient(left, #005bea, #00c6fb)  !important;
  background: -o-linear-gradient(left, #005bea, #00c6fb)  !important;
  background: -moz-linear-gradient(left, #005bea, #00c6fb) !important;
  background: linear-gradient(left, #005bea, #00c6fb)  !important;
}

.swal2-confirm:hover {
  background: #afa56b !important;
  color: #fff;
}

.swal2-title{
  font-size: 25px !important;
}
.button_primary {
  font-size: 15px;
  font-weight: bold;
  line-height: 1.5;
  color: #e0e0e0;

  width: 20%;
  height: 30px;
  border-radius: 25px;
  background-color: black;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 25px;
  position: relative;
  z-index: 1;
}

.button_primary:hover {
  background: #3e4145;
  color: #fff;

}


.loader,
.loader:before,
.loader:after {
  border-radius: 50%;
  width: 2.5em;
  height: 2.5em;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation: load7 1.8s infinite ease-in-out;
  animation: load7 1.8s infinite ease-in-out;
}
.loader {
  color: #ffffff;
  font-size: 10px;
  margin: 40px auto;
  position: relative;
  text-indent: -9999em;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}
.loader:before,
.loader:after {
  content: '';
  position: absolute;
  top: 0;
}
.loader:before {
  left: -3.5em;
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}
.loader:after {
  left: 3.5em;
}
@-webkit-keyframes load7 {
  0%,
  80%,
  100% {
    box-shadow: 0 2.5em 0 -1.3em;
  }
  40% {
    box-shadow: 0 2.5em 0 0;
  }
}
@keyframes load7 {
  0%,
  80%,
  100% {
    box-shadow: 0 2.5em 0 -1.3em;
  }
  40% {
    box-shadow: 0 2.5em 0 0;
  }
}
