* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  font-family: "Times New Roman", Times, serif;
}

.logo a{
    display: flex;
    width: 65px;
    height: 65px;
    border-radius: 10px;}
    
.menu {
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.menu li a{
    color: #ffffff; 
    display: block;
    text-decoration: none;
    padding: 15px 25px 15px 25px;
    margin-left: 20px;
    border-radius:500px;
    font-size: 20px;
}

.menu li a:hover{
    color: #ffffff;
    display: block;
    text-decoration: none;
    margin-left: 20px;
    background-color: #ffffff14;}

header {
  width: 100%;
  height: 80px;
  background-color: #064b80;
  box-shadow: 0px 5px 20px rgb(0, 0, 0);
  padding: 10px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;}







.container {
    display: flex;
    justify-content: center;
    width: 100%;
    margin-top: 100px;
}

.card {
    background-color: #f3f3f3ce;
    padding: 30px;
    border-radius: 4%;
    box-shadow: 3px 3px 1px 0px #00000080;
}
body{
    background-color: rgba(0, 0, 0, 0.425);
     background-repeat: no-repeat;
  background-size: cover;
}

h1 {
    text-align: center;
    margin-bottom: 20px;
    color: #000000;
}

.label-float input{
    width: 100%;
    padding: 5px 5px;
    display: inline-block;
    border: 0;
    border-bottom: 2px solid #272262;
    background-color: transparent;
    outline: none;
    min-width: 180px;
    font-size: 16px;
    transition: all .3s ease-out;
    border-radius: 0;
}

.label-float{
    position: relative;
    padding-top: 13px;
    margin-top: 5%;
    margin-bottom: 5%;
}








