|
@@ -21,13 +21,18 @@
|
|
|
<Setter Property="Background" Value="#A10009"></Setter>
|
|
|
</Style>
|
|
|
</StackPanel.Styles>
|
|
|
-
|
|
|
+
|
|
|
<Image Source="avares://Acosta/Assets/AcostaLogo.png" Width="450" Margin="0 0 0 100"></Image>
|
|
|
<TextBox Watermark="Логин" Width="360" FontSize="13" Margin="0 0 0 10"></TextBox>
|
|
|
<TextBox Watermark="Пароль" PasswordChar="•" Width="360"></TextBox>
|
|
|
- <TextBlock Margin="0 5 0 0" HorizontalAlignment="Center" FontFamily="Roboto" FontSize="13" Foreground="#A52C2C"></TextBlock>
|
|
|
- <Button HorizontalAlignment="Center" Margin="0 20 0 10" Width="230" Height="45" CornerRadius="10" Background="#E40714" Command="{Binding LoadPersonalAccount}">
|
|
|
- <TextBlock HorizontalAlignment="Center" VerticalAlignment="Center" FontFamily="Roboto" FontSize="16" FontWeight="DemiBold" Foreground="White">Войти</TextBlock>
|
|
|
+ <TextBlock Margin="0 5 0 0" HorizontalAlignment="Center"
|
|
|
+ FontFamily="Roboto" FontSize="13" Foreground="#A52C2C">
|
|
|
+ </TextBlock>
|
|
|
+ <Button HorizontalAlignment="Center" Margin="0 20 0 10" Width="230"
|
|
|
+ Height="45" CornerRadius="10" Background="#E40714" Command="{Binding LoadPersonalAccount}">
|
|
|
+ <TextBlock HorizontalAlignment="Center" VerticalAlignment="Center"
|
|
|
+ FontFamily="Roboto" FontSize="16" FontWeight="DemiBold" Foreground="White">Войти
|
|
|
+ </TextBlock>
|
|
|
</Button>
|
|
|
</StackPanel>
|
|
|
</Grid>
|