﻿div.divBtnAcao {
  position: relative;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  background-color: #0c407c;
  color: white;
  font-weight: normal;
  font-size: 100%;
  border-radius: 10px;
  cursor: pointer;
  box-shadow: 0 1px 10px #6c88a9;
}

div.divBtnAcao:hover{
  color: yellow;
  box-shadow: 0 1px 10px #d7d9cb;
}

input.inputEmail {
  border-top-width: 2px;
  border-right-width: 2px;
  border-bottom-width: 2px;
  border-left-width: 2px;
  border-color: #0c407c;
  background-color: white;
  height: 35px;
  border-radius: 5px;
  padding-left: 10px;
  text-transform: lowercase;
  color: black;
  font-size: 100%;
  box-shadow: 0 1px 10px #6c88a9;
}

input.inputSenha {
  border-top-width: 2px;
  border-right-width: 2px;
  border-bottom-width: 2px;
  border-left-width: 2px;
  border-color: #0c407c;
  background-color: white;
  height: 35px;
  border-radius: 5px;
  padding-left: 10px;
  color: black;
  font-size: 100%;
  box-shadow: 0 1px 10px #6c88a9;
}