<ContentPage.Content>
<StackLayout VerticalOptions="StartAndExpand" Padding="20,5" Spacing="10">
                <customview:CustomButton x:Name="btnSignin"
                                         CustomBorderColor="#24C4FF"
                                         CustomBackgroundColor="#24C4FF"
                                         Text="Log In" TextColor="White"
                                         Clicked="btnSignin_Clicked"
                                         CustomBorderRadius="4"
                                         CustomBorderWidth="4"
                                         VerticalOptions="Center"/>
        </StackLayout>
    </ContentPage.Content>