Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- body{
- margin: 0;
- }
- .back{
- display: flex;
- flex-direction: column;
- align-items: center;
- width: 100vw;
- height: 70vh;
- background: linear-gradient( rgba(0,0,0,.3),rgba(0,0,0,.3)),url("contato.jpg");
- background-size: cover;
- background-position: center center;
- background-repeat: no-repeat;
- }
- .text{
- display: flex;
- justify-content: center;
- align-items: center;
- margin-top: 40px;
- font-family: 'Source Sans Pro', sans-serif;
- font-weight: 600;
- color: #000000;
- text-align: center;
- font-size: 31px;
- }
- .container{
- display: flex;
- flex-direction: row;
- justify-content: center;
- align-items: center;
- margin-top: 90px;
- }
- .form1{
- display: flex;
- flex-direction: column;
- margin-right: 25px;
- }
- .form2{
- display: flex;
- flex-direction: column;
- }
- .user{
- display: flex;
- flex-direction: column;
- margin-bottom: 18px;
- width: 438px;
- height: 28px;
- border-radius: 4px;
- color: #000000;
- font-family: 'Source Sans Pro', sans-serif;
- text-indent: 10px;
- border: none;
- box-shadow: 1px 1px 1px 1px #cdcdb1;
- }
- .user2{
- display: flex;
- flex-direction: column;
- margin-bottom: 18px;
- width: 438px;
- height: 28px;
- border-radius: 4px;
- color: #000000;
- font-family: 'Source Sans Pro', sans-serif;
- text-indent: 10px;
- border: none;
- box-shadow: 1px 1px 1px 1px #cdcdb1;
- }
- .user3{
- display: flex;
- flex-direction: column;
- margin-bottom: 18px;
- width: 438px;
- height: 126px;
- border-radius: 4px;
- color: #000000;
- font-family: 'Source Sans Pro', sans-serif;
- text-indent: 10px;
- border: none;
- box-shadow: 1px 1px 1px 1px #cdcdb1;
- }
- ::-webkit-input-placeholder{
- font-family: 'Source Sans Pro', sans-serif;
- font-weight: 400;
- color: #646464;
- text-indent: 10px;
- }
- .user3::-webkit-input-placeholder{
- font-family: 'Source Sans Pro', sans-serif;
- font-weight: 400;
- color: #646464;
- text-indent: 10px;
- }
- .button_submit{
- display: flex;
- justify-content: flex-end;
- margin-left: 808px;
- margin-top: 20px;
- margin-bottom: 25px;
- }
- .botao{
- background-color:rgba(8,162,132,1.8);
- border: none;
- color: #ffffff;
- font-family: 'Source Sans Pro', sans-serif;
- font-weight: 600;
- width: 93px;
- height: 30px;
- border-radius: 4px;
- float: right;
- }
Advertisement
Add Comment
Please, Sign In to add comment