@import url(https://fonts.googleapis.com/css?family=Montserrat:700);

.caixa{
    padding: 100px 0;
    
}
.navbar
{
   opacity: 0.8;
}
html {
    height: 100%; 
}

#text2{
    opacity: 100%;
    font-family: 'Radley';
    font-size: 50px;
    color: whitesmoke;
}

#text3{
    opacity: 100%;
    font-family: 'Radley';
    font-size: 40px;
    color: black;
}
#text1{
    opacity: 100%;
    font-family: 'Radley';
    font-size: 20px;
    color: whitesmoke;
}
#home{
    background-image: url('../Imagens/casa.jpg');
    background-position: top center;
    background-repeat: no-repeat;
    max-width: 100%;
    height: 50%;
    box-shadow:inset 0 0 0 150vw rgba(0, 0, 0, 0.329);
    animation: change 10s infinite ease-in-out;
    
}
#foto{
    border-radius: 10px;
   
}
#valor{
    border-radius: 10px;
   
}
#mid{
  background-image: url('../Imagens/branco.jpg');
    background-position: top center;
    background-repeat: repeat;
    max-width: 100%;
    height: 50%;
}
#teste{
  
  background-color: aqua;


}
.area1,.area2{
  visibility: hidden;
}
#end{
    background-image: url('../Imagens/end.jpg');
    background-position: top center;
    
    max-width: 100%;
    height: 50%;
 
    box-shadow:inset 0 0 0 150vw rgba(0, 0, 0, 0.329);
}
.align-items-center{
    display: flex;
    align-items: center;
 }
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@500&display=swap');
*{
    margin: 0;
    padding: 0;
    font-family: 'poppins',sans-serif;
}
section{
    display: flex;
    justify-content: center;
   
    min-height: 100vh;
    width: 100%;
    
    background-position: center;
    background-size: cover;
}
.form-box{
    position: relative;
    width: 400px;
    height: 300px;
    background: transparent;
    border: 2px solid rgba(255,255,255,0.5);
    border-radius: 20px;
    backdrop-filter: blur(15px);
    display: flex;
    justify-content: center;
    align-items: center;

}
h2{
    font-size: 2em;
    color: #000000;
    text-align: center;
    margin: 0;
}
.inputbox{
    position: relative;
    margin: 30px 0;
    width: 310px;
    border-bottom: 2px solid #fff;
}
.inputbox label{
    position: absolute;
    top: 50%;
    left: 5px;
    transform: translateY(-50%);
    color: #fff;
    font-size: 1em;
    pointer-events: none;
    transition: .5s;
}
input:focus ~ label,
input:valid ~ label{
top: -5px;
}
.inputbox input {
    width: 100%;
    height: 50px;
    background: transparent;
    border: none;
    outline: none;
    font-size: 1em;
    padding:0 35px 0 5px;
    color: #fff;
}
.inputbox ion-icon{
    position: absolute;
    right: 8px;
    color: #fff;
    font-size: 1.2em;
    top: 20px;
}
.forget{
    margin: -15px 0 15px ;
    font-size: .9em;
    color: #fff;
    display: flex;
    justify-content: space-between;  
}

.forget label input{
    margin-right: 3px;
    
}
.forget label a{
    color: #fff;
    text-decoration: none;
}
.forget label a:hover{
    text-decoration: underline;
}
button{
    width: 100%;
    height: 40px;
    border-radius: 40px;
    background: #fff;
    border: none;
    outline: none;
    cursor: pointer;
    font-size: 1em;
    font-weight: 600;
}
.register{
    font-size: .9em;
    color: #fff;
    text-align: center;
    margin: 25px 0 10px;
}
.register p a{
    text-decoration: none;
    color: #fff;
    font-weight: 600;
}
.register p a:hover{
    text-decoration: underline;
}

.button {
    height: 50px;
    width: 200px;
    position: relative;
    background-color: transparent;
    cursor: pointer;
    border: 2px solid whitesmoke;
    overflow: hidden;
    border-radius: 30px;
    color: whitesmoke;
    transition: all 0.5s ease-in-out;
}

.btn-txt {
    z-index: 1;
    font-family: 'Radley';
    font-size: 15px;
    font-weight: 800;
    
  }
  
  .type1::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    transition: all 0.5s ease-in-out;
    background-color: #333;
    border-radius: 30px;
    visibility: hidden;
    height: 10px;
    width: 10px;
    z-index: -1;
  }
  
  .button:hover {
    box-shadow: 1px 1px 200px #252525;
    color: #fff;
    border: none;
  }
  
  .type1:hover::after {
    visibility: visible;
    transform: scale(100) translateX(2px);
  }
  

  
.form__group {
  position: relative;
  padding: 15px 0 0;
  margin-top: 10px;
  width: 50%;
}

.form__field {
  font-family: inherit;
  width: 80%;
  border: 0;
  border-bottom: 2px solid whitesmoke;
  outline: 0;
  font-size: 1.3rem;
  color: whitesmoke;
  padding: 7px 0;
  background: transparent;
  transition: border-color 0.2s;

  &::placeholder {
    color: transparent;
  }

  &:placeholder-shown ~ .form__label {
    font-size: 1.3rem;
    cursor: text;
    top: 20px;
  }
}

.form__label {
  position: absolute;
  top: 0;
  display: block;
  transition: 0.2s;
  font-size: 1rem;
  color: whitesmoke;
}

.form__field:focus {
  ~ .form__label {
    position: absolute;
    top: 0;
    display: block;
    transition: 0.2s;
    font-size: 1rem;
   
    font-weight:700;    
  }
  padding-bottom: 6px;  
  font-weight: 700;
  border-width: 3px;
  
  border-image-slice: 1;
}
/* reset input */
.form__field{
  &:required,&:invalid { box-shadow:none; }
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}


input[type=number] {
  -moz-appearance: textfield;
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
  }
  
 
  
  #image1 {
   
    border-radius: 20px;
     
  }
 
