@import "vendor/css/bootstrap.min.css";
@import url("https://fonts.googleapis.com/css2?family=Epilogue:wght@200;300;400;500;600;700;800;900&display=swap");
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  color: #102754;
  overflow: hidden;
}

*:focus {
  outline: none;
  border-radius: 20px;
  box-shadow: 0 0.1rem 0.4rem rgba(0, 0, 0, 0.15) !important;
}

body {
  font-family: "Epilogue", sans-serif;
}

.container-blured {
  -webkit-filter: blur(20px);
  -moz-filter: blur(20px);
  -o-filter: blur(20px);
  -ms-filter: blur(20px);
  filter: blur(20px);
  opacity: 0.4;
}

.container-fluid {
  position: relative;
  width: 100%;
  min-height: 100vh;
  background: url("templates/photo/img/bg.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  overflow: hidden;
}

.center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
  border: none;
  background-color: #fff;
  border-radius: 20px;
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

.title {
  font-size: 2.2rem;
  font-weight: 800;
  margin-bottom: 10px;
}

input.input-field {
  border: 1px solid #1c75bc;
  width: 100%;
  height: 50px;
  margin: 10px 0;
  padding-left: 50px;
  padding-right: 15px;
  border-radius: 20vh;
  transition: ease 0.3s all;
}

.icon-app {
  position: absolute;
  font-size: 24px;
}

.icon-app i {
  color: rgb(28, 117, 188, 1);
}

input.input-field::placeholder {
  color: #aaa;
  font-weight: 400;
}

.btn-wa-send {
  position: fixed;
  right: 90px;
  bottom: 65px;
  padding: 10px;
  z-index: 999;
  width: 100px;
  height: 100px;
}

.btn-wa-send img {
  border-radius: 50%;
  transition: ease 0.3s all;
}

.btn-wa-send img:hover {
  transform: scale(1.1);
}

.btn-wa img {
  background-color: #fff;
  border-radius: 50%;
  height: 60px;
  width: 60px;
  margin: auto;
  display: block;
  transition: ease 0.3s all;
}

.btn-wa img:hover {
  transform: scale(1.2);
}

.btn-close {
  border: none;
  border-radius: 20vh;
  background-color: rgba(28, 117, 188, 0.8);
}
.btn-close:hover {
  background-color: rgba(28, 117, 188, 1);
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.btn-login {
  width: 100%;
  height: 50px;
  border: none;
  outline: none;
  border-radius: 49px;
  cursor: pointer;
  background-color: rgba(28, 117, 188, 0.8);
  color: #fff;
  margin: 10px 0;
  transition: 0.5s;
  font-weight: 400;
  /* background-color: #102754;
  border-radius: 20vh;
  padding: 10px;
  margin-top: 40px;
  opacity: 0.8;
  color: #fff;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
  transition: ease-in-out 0.3s; */
}

.btn-login:hover {
  background-color: rgba(28, 117, 188, 1);
  font-weight: 400;
  opacity: 1;
  color: #fff;
}

.logo {
  max-width: 200px;
}

select {
  background: transparent url("templates/photo/img/select.png") no-repeat 174px
    50%;
  color: #102754;
}
select option {
  color: #000000;
}
input[type="button"] {
  width: 192px;
  background: #ffffff;
  color: #21183d;
  padding: 15px;
  line-height: 0;
  font-weight: bold;
  font-size: 15px;
}
input[type="radio"] {
  display: inline;
  width: auto;
  height: 12px;
  width: 12px;
  margin: 0;
  padding: 0;
  border: none;
}

::-webkit-input-placeholder {
  color: #102754;
  opacity: 1;
}
:-moz-placeholder {
  color: #102754;
  opacity: 1;
}
::-moz-placeholder {
  color: #102754;
  opacity: 1;
}
:-ms-input-placeholder {
  color: #102754;
  opacity: 1;
}
.styled-select select {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}

#tr-domain,
#tr-password,
#tr-verifypassword {
  display: none;
  margin-top: 0px;
}
#select-server {
  display: none;
}
#span-login-ok,
#span-password-ok,
#span-login-ko,
#span-password-ko,
#span-credentials-ko,
#span-twofa-ko {
  display: none;
}
#retype-password-input,
#retype-password-label {
  display: none;
}
#span-credentials-ko {
  text-align: center;
}
#accesstypeuserpanel {
  display: none;
  text-align: center;
  margin-top: 0px;
}
#accesstypeuserpanel label {
  display: none;
}
.twofa-popin {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow: auto;
  opacity: 0;
  visibility: hidden;
  color: black;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.twofa-popin h2 {
  margin-top: 0;
}
.twofa-popin p {
  margin-top: 0;
}
.twofa-popin img {
  width: 450px;
}
.twofa-popin input {
  color: black;
  border: 1px solid #000000;
  margin-left: 40px;
  text-align: center;
}
.twofa-popin input[type="button"] {
  background: #ffffff;
}
.twofa-popin:target {
  opacity: 1;
  visibility: visible;
}
.twofa-popin .sp-table {
  display: table;
  height: 100%;
  width: 100%;
}
.twofa-popin .sp-cell {
  display: table-cell;
  vertical-align: middle;
  padding: 10px;
}
.twofa-popin .sp-body {
  z-index: 1;
  margin: 0 auto;
  background-color: white;
  padding: 2em;
  -webkit-box-shadow: 0 3px 5px 1px rgba(0, 0, 0, 0.25);
  box-shadow: 0 3px 5px 1px rgba(0, 0, 0, 0.25);
  width: 500px;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.twofa-popin .sp-close {
  position: absolute;
  top: 0;
  right: 0;
  width: 36px;
  height: 36px;
  text-align: center;
  line-height: 36px;
  font-size: 1.6em;
  color: #000000;
  font-weight: 900;
  text-decoration: none;
}
.twofa-popin input.invalid {
  border-color: #900;
  background-color: #fdd;
}
.twofa-popin input.invalid {
  border-color: #900;
  background-color: #fdd;
}
.twofa-popin input:focus.invalid {
  outline: none;
}
.twofa-popin .error {
  padding: 0;
  font-size: 80%;
  color: white;
  background-color: #900;
  border-radius: 0 0 5px 5px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-left: 40px;
  display: block;
}
.twofa-popin .error.active {
  padding: 0.3em;
}

/* Preloader */
.preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background-color: #1c75bc;
}
.preloader .loading {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}

.preloader .loading h1 {
  color: #fff;
  font-weight: 800;
  letter-spacing: 2px;
}