.body{
  backdrop-filter: blur(0.2vw);
  background-image: url(http://localhost/ms_laravel/public/images/background.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  margin: 0px;
}

body a{
  text-decoration: none;
  color: aqua;
}

body li {
  list-style-type: none;
  width: 100%;
  margin-top: 1.5em;
}

li.ap{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  flex-direction: row;
  list-style-type: none;
  width: 100%;
  border: 2px solid cyan;
  border-radius: 15px;
  padding: 1em;
}

p{
  color: rgb(255, 255, 255);
  filter:drop-shadow(0px 0px 5px rgb(0, 204, 255));
  font-weight: 500;
  font-size:larger;
  padding-top: 10px;
  margin: 0.1em;
}

.header {
  top: 0px;
  width: 100%;
  background-color: rgb(0, 3, 17);
  border-bottom: 7px solid rgb(0, 217, 255);
}

.header .container{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.logos img{
  width: 10em;
}


#menu .but{
  margin: 0px;
  margin-top: 0.4em;
} 

.but {
  border: 2px solid rgb(0, 217, 255);
  border-radius: 5px;
  background-color: rgb(0, 217, 255);
  color: rgb(255, 255, 255);
  font-size: 20px;
  font-weight:500;
  justify-content: center;
  align-items: center;
  margin: 0.5em;
}

.butcall {
  border: 2px solid green;
  border-radius: 5px;
  background-color: green;
  color: rgb(255, 255, 255);
  font-size: 20px;
  font-weight:500;
  justify-content: center;
  align-items: center;
  margin: 0.5em;
}

.but:hover {
  background-color: rgb(0, 174, 255);
  border: 2px solid rgb(0, 174, 255);
  color: rgb(255, 255, 255);
}

.butcall:hover {
  background-color: rgb(0, 206, 10);
  border: 2px solid rgb(0, 206, 10);
  color: rgb(255, 255, 255);
}

#menu {
  display: flex;
  flex-direction: column;
  padding: 1em 1.5em 2em 1.5em;
  justify-content: center;
  background-image: url(http://localhost/ms_laravel/public/images/gradient.jpg);
  backdrop-filter: blur(10vw);
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 15px;
  filter: drop-shadow(5px 5px 25px rgb(0, 204, 255));
  align-items: center;
  margin: auto;
  margin-top: 7em;
  width: 50%;
}

#acc {
  display: flex;
  flex-direction: column;
  padding: 1em 1.5em 2em 1.5em;
  justify-content: center;
  background-image: url(http://localhost/ms_laravel/public/images/gradient.jpg);
  backdrop-filter: blur(10vw);
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 15px;
  filter: drop-shadow(5px 5px 25px rgb(0, 204, 255));
  align-items: center;
  margin: auto;
  margin-top: 7em;
  width: 50%;
  text-align: center;
}

.trf{
  margin-top: 5em;
  margin-left: 1.5em;
}

.tariffs{
  display: flex;
  flex-wrap: wrap;
}

.tariff{
  display: flex;
  flex-direction: row;
  padding: 1px 1.5em 1em 1.5em;
  justify-content: center;
  background-image: url(http://localhost/ms_laravel/public/images/gradient.jpg);
  backdrop-filter: blur(10vw);
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 15px;
  filter: drop-shadow(5px 5px 10px rgb(0, 204, 255));
  align-items: center;
  text-align: center;
  margin-top: 1em;
  margin-right: 1em;
  width: 300px;
}

.acctariff{
  display: flex;
  flex-direction: row;
  padding: 1px 1.5em 1em 1.5em;
  justify-content: center;
  background-image: url(http://localhost/ms_laravel/public/images/gradient.jpg);
  backdrop-filter: blur(10vw);
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 15px;
  filter: drop-shadow(5px 5px 10px rgb(0, 204, 255));
  align-items: center;
  text-align: center;
  margin: auto;
  width: 300px;
}


@media screen and (max-width: 1200px) {
  #menu{
    width: 100%;
  }
}

body h3{
  color: rgb(255, 255, 255);
  filter:drop-shadow(0px 0px 5px rgb(0, 204, 255));
  font-weight: 800;
}

body form{
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
}

body input{
  display: flex;
  height: 4em;
  margin-bottom: 0.5em;
}

body select{
  display: flex;
  height: 4em;
  margin-bottom: 1.5em;
}

select option{  
  font-size: 1.1em;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}
/* input:-webkit-autofill {
  -webkit-box-shadow: inset 0 0 0 50px rgb(92, 151, 161);
  border: 1.5px solid black;
} */