/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 7/jan/2020, 14:53:37
    Author     : tiago.mogas
*/

body {
    background-image: url(../imagens/forgotPassword/ondas.jpg);
} 

#forgotPasswordBackgroung{
    display: block;
    position: relative;
    margin-top: 5%;
    margin-bottom: 5%;
    margin-left: auto;
    margin-right: auto;                
}

#caixa{
    display:block; 
    margin:auto;
}

#usernameDiv{
    display:flex; 
    position:absolute; 
    top:46%; 
    left:15%; 
    width:70%; 
    height:10%; 
    align-items: center;
}

#username{
    display: block; 
    width:90%; 
    margin: auto;
}

#btnSendDiv{
    display:flex; 
    position:absolute; 
    top:71%; 
    left:38%; 
    width:24%; 
    height:10%; 
    align-items: center;
}

#send{
    width:100%;
    height:auto;
}